next-cube.c: move static led variable to NeXTPC
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Wed, 20 Dec 2023 13:16:36 +0000 (13:16 +0000)
committerThomas Huth <huth@tuxfamily.org>
Fri, 22 Dec 2023 13:08:26 +0000 (14:08 +0100)
commit8220baa0cfd67f9a43437689e441febd15651986
tree4bac7ff4c86c60515e814c5aaeef417fbc2ce6b6
parentc0dedcf4c145314724473341dde179d95977bacf
next-cube.c: move static led variable to NeXTPC

The state of the led is stored in the SCR2 register which is part of the NeXTPC
device.

Note that this is a migration break for the NeXTPC device, but as nothing will
currently boot then we simply bump the migration version for now.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Thomas Huth <huth@tuxfamily.org>
Message-ID: <20231220131641.592826-7-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Thomas Huth <huth@tuxfamily.org>
hw/m68k/next-cube.c