Re: [PATCH 08/12] next-cube.c: move LED logic to new next_scr2_led_update() function

2023-12-19 Thread Mark Cave-Ayland
On 16/12/2023 20:13, Thomas Huth wrote: Am Fri, 15 Dec 2023 20:00:05 + schrieb Mark Cave-Ayland : Ensure that the LED status is updated by calling next_scr2_led_update() whenever the SC2 register is written. Signed-off-by: Mark Cave-Ayland --- hw/m68k/next-cube.c | 22 +

Re: [PATCH 08/12] next-cube.c: move LED logic to new next_scr2_led_update() function

2023-12-16 Thread Thomas Huth
Am Fri, 15 Dec 2023 20:00:05 + schrieb Mark Cave-Ayland : > Ensure that the LED status is updated by calling next_scr2_led_update() > whenever > the SC2 register is written. > > Signed-off-by: Mark Cave-Ayland > --- > hw/m68k/next-cube.c | 22 +- > 1 file changed, 13 in

[PATCH 08/12] next-cube.c: move LED logic to new next_scr2_led_update() function

2023-12-15 Thread Mark Cave-Ayland
Ensure that the LED status is updated by calling next_scr2_led_update() whenever the SC2 register is written. Signed-off-by: Mark Cave-Ayland --- hw/m68k/next-cube.c | 22 +- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/hw/m68k/next-cube.c b/hw/m68k/next-cub