mirror of
https://github.com/86Box/86Box.git
synced 2026-02-28 18:04:21 -07:00
IBM 5550: Add machine config for test mode
* Added a machine config for the RNA test mode. * Changed the keyboard reset sequence to work on the RNA test correctly. * Reduced screen updates for text cursor.
This commit is contained in:
@@ -2724,11 +2724,11 @@ const machine_t machines[] = {
|
||||
.kbc_p1 = 0xff,
|
||||
.gpio = 0xffffffff,
|
||||
.gpio_acpi = 0xffffffff,
|
||||
.device = NULL,
|
||||
.device = &ibm5550_device,
|
||||
.kbd_device = NULL,
|
||||
.fdc_device = NULL,
|
||||
.sio_device = NULL,
|
||||
.vid_device = &ibm5550_vid_device,
|
||||
.vid_device = NULL,
|
||||
.snd_device = NULL,
|
||||
.net_device = NULL
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user