mirror of
https://github.com/86Box/86Box.git
synced 2026-02-28 09:54:21 -07:00
Philips P3345: Remove the on-board IDE controller - the real board has none.
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user