Add missing onboard IDE to the Commodore SL386SX-16

This commit is contained in:
win2kgamer
2025-08-29 21:06:54 -05:00
parent 89591ae8c9
commit e6269019f4

View File

@@ -408,6 +408,7 @@ machine_at_cmdsl386sx16_init(const machine_t *model)
device_add(&fdc_at_device);
device_add(&neat_device);
device_add(&ide_isa_device);
/* Two serial ports - on the real hardware SL386SX-16, they are on the single UMC UM82C452. */
device_add_inst(&ns16450_device, 1);
device_add_inst(&ns16450_device, 2);