Fixed bad commit with the io address checking and super slowness

This commit is contained in:
tudnai 2020-04-27 12:27:57 -07:00
parent 72dc8dfa99
commit d786f4a594
1 changed files with 1 additions and 2 deletions

View File

@ -385,8 +385,7 @@ void textPageSelect() {
INLINE uint8_t ioRead( uint16_t addr ) {
if (addr != 0xC000)
printf("ioRead:%04X\n", addr);
dbgPrintf("mmio read:%04X\n", addr);
uint8_t currentMagnet = 0;