Philips P3345: Remove the on-board IDE controller - the real board has none.

This commit is contained in:
OBattler
2026-02-28 01:02:07 +01:00
parent a9542ece20
commit ebf81f41b1
2 changed files with 1 additions and 2 deletions

View File

@@ -510,7 +510,6 @@ machine_at_p3345_init(const machine_t *model)
device_add_params(machine_get_kbc_device(machine), (void *) model->kbc_params);
device_add(&neat_device);
device_add(&ide_isa_device);
if (fdc_current[0] == FDC_INTERNAL)
device_add(&fdc_at_device);

View File

@@ -6184,7 +6184,7 @@ const machine_t machines[] = {
.max_multi = 0
},
.bus_flags = MACHINE_AT,
.flags = MACHINE_IDE,
.flags = 0,
.ram = {
.min = 2048,
.max = 8192,