mirror of
https://github.com/trudnai/Steve2.git
synced 2024-12-22 06:29:15 +00:00
Fixed bad commit with the io address checking and super slowness
This commit is contained in:
parent
72dc8dfa99
commit
d786f4a594
@ -385,8 +385,7 @@ void textPageSelect() {
|
|||||||
|
|
||||||
|
|
||||||
INLINE uint8_t ioRead( uint16_t addr ) {
|
INLINE uint8_t ioRead( uint16_t addr ) {
|
||||||
if (addr != 0xC000)
|
dbgPrintf("mmio read:%04X\n", addr);
|
||||||
printf("ioRead:%04X\n", addr);
|
|
||||||
|
|
||||||
uint8_t currentMagnet = 0;
|
uint8_t currentMagnet = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user