mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
PIIX4 AMI 1995 NVR: Initialize second I/O port at 72h.
This commit is contained in:
@@ -1226,7 +1226,8 @@ nvr_at_init(const device_t *info)
|
||||
io_sethandler(0x0070, 2,
|
||||
nvr_read, NULL, NULL, nvr_write, NULL, NULL, nvr);
|
||||
}
|
||||
if (((info->local & 0x1f) == 0x11) || ((info->local & 0x1f) == 0x17)) {
|
||||
if (((info->local & 0x1f) == 0x11) || ((info->local & 0x1f) == 0x17) ||
|
||||
((info->local & 0x1f) == 0x18)) {
|
||||
io_sethandler(0x0072, 2,
|
||||
nvr_read, NULL, NULL, nvr_write, NULL, NULL, nvr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user