Genoa Unknown 486: Port 92h controls the exact same gate as the KBC, fixes #4660.

This commit is contained in:
OBattler
2024-07-28 02:26:43 +02:00
parent 72311a301b
commit 4ae901c901
3 changed files with 26 additions and 4 deletions

View File

@@ -37,6 +37,7 @@ extern void port_92_add(void *priv);
extern void port_92_remove(void *priv);
extern const device_t port_92_device;
extern const device_t port_92_key_device;
extern const device_t port_92_inv_device;
extern const device_t port_92_word_device;
extern const device_t port_92_pci_device;