mirror of https://gitee.com/openkylin/qemu.git
m48t59: add m48t59 sysbus device
This is for subsequent use by the sun4u machine. Reviewed-by: Hervé Poussineau <hpoussin@reactos.org> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
This commit is contained in:
parent
6de0497385
commit
0278377dde
|
@ -128,6 +128,10 @@ static M48txxInfo m48txx_info[] = {
|
|||
.sysbus_name = "sysbus-m48t08",
|
||||
.model = 8,
|
||||
.size = 0x2000,
|
||||
},{
|
||||
.sysbus_name = "sysbus-m48t59",
|
||||
.model = 59,
|
||||
.size = 0x2000,
|
||||
},{
|
||||
.isa_name = "isa-m48t59",
|
||||
.model = 59,
|
||||
|
|
Loading…
Reference in New Issue