Commodore SL386SX-16: Remove internal IDE controller, sicne the real board has none.

This commit is contained in:
OBattler
2025-02-17 00:41:34 +01:00
parent 8d54e6adf0
commit 4b92bb62cb
2 changed files with 2 additions and 2 deletions

View File

@@ -626,7 +626,7 @@ machine_at_cmdsl386sx16_init(const machine_t *model)
if (bios_only || !ret)
return ret;
machine_at_common_ide_init(model);
machine_at_common_init(model);
device_add(&keyboard_ps2_device);