Reverted the PIC fix as it was apparently a red herring.

This commit is contained in:
OBattler
2025-01-13 17:36:56 +01:00
parent ec175738ee
commit d39a8b9867

View File

@@ -492,8 +492,7 @@ pic_read(uint16_t addr, void *priv)
else
dev->data_bus = 0x00;
#endif
} else
cpu_block_end = 1;
}
/* If A0 = 0, VIA shadow is disabled, and poll mode is disabled,
simply read whatever is currently on the data bus. */
}