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:
Mark Cave-Ayland 2015-03-02 22:23:27 +00:00
parent 6de0497385
commit 0278377dde
1 changed files with 4 additions and 0 deletions

View File

@ -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,