Am Wed, 23 Oct 2024 09:58:38 +0100
schrieb Mark Cave-Ayland :
> Introduce a new next_rtc_cmd_is_write() function to determine if an rtc
> command
> is a read or write, and start by using it to avoid shifting the rtc input
> value
> if a rtc read command is executed.
>
> Signed-off-by: Mark Cave
Introduce a new next_rtc_cmd_is_write() function to determine if an rtc command
is a read or write, and start by using it to avoid shifting the rtc input value
if a rtc read command is executed.
Signed-off-by: Mark Cave-Ayland
---
hw/m68k/next-cube.c | 138 ---