Fixed several things, including built-in video on the Toshiba T1000 and T1200.

This commit is contained in:
OBattler
2018-03-02 21:57:37 +01:00
parent 33bc831f19
commit cb79f53c54
6 changed files with 32 additions and 64 deletions

View File

@@ -622,6 +622,8 @@ void machine_xt_t1000_init(machine_t *model)
nmi_init();
nvr_tc8521_init();
/* No gameport, and no provision to fit one device_add(&gameport_device); */
device_add(&t1000_device);
}
@@ -668,4 +670,6 @@ void machine_xt_t1200_init(machine_t *model)
nmi_init();
nvr_tc8521_init();
/* No gameport, and no provision to fit one device_add(&gameport_device); */
device_add(&t1200_device);
}