OSDN Git Service

mac_via: move q800 VIA1 timer variables to q800 VIA1 VMStateDescription
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Mon, 30 Aug 2021 10:24:41 +0000 (11:24 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 8 Sep 2021 13:37:40 +0000 (15:37 +0200)
commit84e944b2afba1e4e2a40619516ac2ea2996671d4
treed74a2c16e35e65afeb7b02dbdde069e62cbc7e6b
parent5f083d4224d8927b1ce9b0f6d0eaf661c9bd5d51
mac_via: move q800 VIA1 timer variables to q800 VIA1 VMStateDescription

These variables are already present in MOS6522Q800VIA1State and so it is just
the VMStateDescription move that is needed.

With this change the mac_via VMStateDescription is now empty and can be removed
completely.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20210830102447.10806-7-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/misc/mac_via.c