Added the GC113 used by the real TriGem 286M, and fixed that EMS driver on GC113 onwards, closes #2567.

This commit is contained in:
OBattler
2022-08-04 04:39:37 +02:00
parent 76c0365e6b
commit 61828a89fc
4 changed files with 93 additions and 17 deletions

View File

@@ -323,8 +323,8 @@ inb(uint16_t port)
cycles -= io_delay;
/* TriGem 486-BIOS MHz output. */
if (port == 0x1ed)
ret = 0xfe;
/* if (port == 0x1ed)
ret = 0xfe; */
io_log("[%04X:%08X] (%i, %i, %04i) in b(%04X) = %02X\n", CS, cpu_state.pc, in_smm, found, qfound, port, ret);