Broke out the ALi M5213 IDE from the ALi M1489 code (it turns out the ALi M1489 on-chip IDE is for all intents and purposes identical to the M5213) and made the Acer A1G use it.

This commit is contained in:
OBattler
2024-01-08 23:58:30 +01:00
parent 3a62aa4ea7
commit 1d15d48ee7
6 changed files with 282 additions and 155 deletions

View File

@@ -244,7 +244,6 @@ pc87310_read(UNUSED(uint16_t port), void *priv)
ret = dev->regs[idx];
pc87310_log("[%04X:%08X] [R] %02X = %02X\n", CS, cpu_state.pc, port, ret);
pc87310_log("SIO: read %01X\n", ret);
return ret;
}