Added three ALi M1487/89 machines and that 430VX machine with Award 4.50PG BIOS.
This commit is contained in:
@@ -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]*/;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user