The Toshiba T1000 and T1200 FDC now has port 3F7 (the change line port), fixes booting floppies on at least the T1200.

This commit is contained in:
OBattler
2018-09-22 01:38:38 +02:00
parent 162ff483d7
commit 492da45c31
3 changed files with 19 additions and 3 deletions

View File

@@ -968,7 +968,7 @@ machine_xt_t1200_init(const machine_t *model)
NULL, 0, &t1000);
pit_set_out_func(&pit, 1, pit_refresh_timer_xt);
device_add(&keyboard_xt_device);
device_add(&keyboard_xt_device);
t1000.fdc = device_add(&fdc_xt_t1x00_device);
nmi_init();