Removed the Equity LT hard disk controller, the ports are standard (320-323), but it requires a ROM which is not dumped.
This commit is contained in:
@@ -194,9 +194,6 @@ machine_elt_init(const machine_t *model)
|
|||||||
|
|
||||||
device_add(&elt_nvr_device);
|
device_add(&elt_nvr_device);
|
||||||
|
|
||||||
if (hdc_current <= 1)
|
|
||||||
device_add(&st506_xt_toshiba_t1200_device);
|
|
||||||
|
|
||||||
io_sethandler(0x11b8, 1, sysstat_in, NULL, NULL, sysstat_out, NULL, NULL, cga);
|
io_sethandler(0x11b8, 1, sysstat_in, NULL, NULL, sysstat_out, NULL, NULL, cga);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
|||||||
@@ -2216,7 +2216,7 @@ const machine_t machines[] = {
|
|||||||
.max_multi = 0
|
.max_multi = 0
|
||||||
},
|
},
|
||||||
.bus_flags = MACHINE_PC,
|
.bus_flags = MACHINE_PC,
|
||||||
.flags = MACHINE_VIDEO | MACHINE_MFM,
|
.flags = MACHINE_VIDEO,
|
||||||
.ram = {
|
.ram = {
|
||||||
.min = 640,
|
.min = 640,
|
||||||
.max = 640,
|
.max = 640,
|
||||||
|
|||||||
Reference in New Issue
Block a user