Am Wed, 23 Oct 2024 09:58:38 +0100 schrieb Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk>:
> 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 <mark.cave-ayl...@ilande.co.uk> > --- > hw/m68k/next-cube.c | 138 ++++++++++++++++++++++++-------------------- > 1 file changed, 74 insertions(+), 64 deletions(-) Reviewed-by: Thomas Huth <h...@tuxfamily.org>