Commodore SL386SX-16: Remove internal IDE controller, sicne the real board has none.
This commit is contained in:
@@ -626,7 +626,7 @@ machine_at_cmdsl386sx16_init(const machine_t *model)
|
|||||||
if (bios_only || !ret)
|
if (bios_only || !ret)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
machine_at_common_ide_init(model);
|
machine_at_common_init(model);
|
||||||
|
|
||||||
device_add(&keyboard_ps2_device);
|
device_add(&keyboard_ps2_device);
|
||||||
|
|
||||||
|
|||||||
@@ -4688,7 +4688,7 @@ const machine_t machines[] = {
|
|||||||
.max_multi = 0
|
.max_multi = 0
|
||||||
},
|
},
|
||||||
.bus_flags = MACHINE_PS2,
|
.bus_flags = MACHINE_PS2,
|
||||||
.flags = MACHINE_IDE,
|
.flags = MACHINE_FLAGS_NONE,
|
||||||
.ram = {
|
.ram = {
|
||||||
.min = 1024,
|
.min = 1024,
|
||||||
.max = 8192,
|
.max = 8192,
|
||||||
|
|||||||
Reference in New Issue
Block a user