mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 02:18:20 -07:00
Fix KBC P1 readout for Batman and Plato, fixes boot hang
This commit is contained in:
@@ -11390,7 +11390,7 @@ const machine_t machines[] = {
|
||||
.default_jumpered_ecp_dma = 3,
|
||||
.kbc_device = &kbc_at_device,
|
||||
.kbc_params = KBC_VEN_PHOENIX | 0x00012900,
|
||||
.kbc_p1 = 0x00001010,
|
||||
.kbc_p1 = 0x00001030,
|
||||
.gpio = 0xffffffff,
|
||||
.gpio_acpi = 0xffffffff,
|
||||
.device = &batman_device,
|
||||
@@ -11976,7 +11976,7 @@ const machine_t machines[] = {
|
||||
.default_jumpered_ecp_dma = 3,
|
||||
.kbc_device = &kbc_at_device,
|
||||
.kbc_params = KBC_VEN_PHOENIX | 0x00012900,
|
||||
.kbc_p1 = 0x00001010,
|
||||
.kbc_p1 = 0x00001030,
|
||||
.gpio = 0xffffffff,
|
||||
.gpio_acpi = 0xffffffff,
|
||||
.device = &plato_device,
|
||||
|
||||
Reference in New Issue
Block a user