From cc043eed5d85f4627a3287f34b35440e4db2cb9c Mon Sep 17 00:00:00 2001 From: OBattler Date: Sat, 9 Oct 2021 17:38:27 +0200 Subject: [PATCH] Removed port 2B60 read. --- src/io.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/io.c b/src/io.c index 21ea02f1b..742e601c4 100644 --- a/src/io.c +++ b/src/io.c @@ -319,9 +319,6 @@ inb(uint16_t port) if (port == 0x1ed) ret = 0xfe; - if (port == 0x2b60) - ret = 0x00; - io_log("[%04X:%08X] (%i, %i, %04i) in b(%04X) = %02X\n", CS, cpu_state.pc, in_smm, found, qfound, port, ret); return(ret);