Re: [PATCH 22/36] next-cube: separate rtc read and write shift logic

2024-11-03 Thread Thomas Huth
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

[PATCH 22/36] next-cube: separate rtc read and write shift logic

2024-10-23 Thread 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-Ayland --- hw/m68k/next-cube.c | 138 ---