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:
OBattler
2024-01-14 23:26:03 +01:00
parent 8b9e520101
commit eb7464eced
2 changed files with 1 additions and 4 deletions

View File

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

View File

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