Added three ALi M1487/89 machines and that 430VX machine with Award 4.50PG BIOS.

This commit is contained in:
OBattler
2021-08-07 12:28:33 +02:00
parent 89f35be806
commit df00d0ac58
7 changed files with 139 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ sio_detect_read(uint16_t port, void *priv)
pclog("sio_detect_read : port=%04x = %02X\n", port, dev->regs[port & 1]);
return dev->regs[port & 1];
return 0xff /*dev->regs[port & 1]*/;
}