mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
q800: move ESCC device to Q800MachineState
Also change the instantiation of the ESCC device to use object_initialize_child(). Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20230621085353.113233-17-mark.cave-ayland@ilande.co.uk> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
804ae67ee6
commit
836126c773
2 changed files with 6 additions and 2 deletions
|
@ -30,6 +30,7 @@
|
|||
#include "hw/m68k/q800-glue.h"
|
||||
#include "hw/misc/mac_via.h"
|
||||
#include "hw/net/dp8393x.h"
|
||||
#include "hw/char/escc.h"
|
||||
|
||||
/*
|
||||
* The main Q800 machine
|
||||
|
@ -44,6 +45,7 @@ struct Q800MachineState {
|
|||
MOS6522Q800VIA1State via1;
|
||||
MOS6522Q800VIA2State via2;
|
||||
dp8393xState dp8393x;
|
||||
ESCCState escc;
|
||||
MemoryRegion macio;
|
||||
MemoryRegion macio_alias;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue