Home
last modified time | relevance | path

Searched hist:"039 b10ac" (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/m68k/
H A Dnext-cube.c039b10ac Wed Dec 20 13:16:40 GMT 2023 Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> next-cube.c: remove val and size arguments from nextscr2_write()

These are now redundant with the scr2 and old_scr2 fields in NeXTPC. Rename
the function from nextscr2_write() to next_scr2_rtc_update() to better
reflect its purpose. At the same time replace the manual bit manipulation with
the extract32() and deposit32() functions.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Thomas Huth <huth@tuxfamily.org>
Message-ID: <20231220131641.592826-11-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Thomas Huth <huth@tuxfamily.org>