mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
The Commodore 386SX-16 now correctly has a PS/2 keyboard controller.
This commit is contained in:
@@ -628,7 +628,7 @@ machine_at_cmdsl386sx16_init(const machine_t *model)
|
||||
|
||||
machine_at_common_ide_init(model);
|
||||
|
||||
device_add(&keyboard_at_device);
|
||||
device_add(&keyboard_ps2_device);
|
||||
|
||||
if (fdc_current[0] == FDC_INTERNAL)
|
||||
device_add(&fdc_at_device);
|
||||
|
||||
Reference in New Issue
Block a user