diff --git a/cpu/memory.c b/cpu/memory.c index d24625b..b93617d 100644 --- a/cpu/memory.c +++ b/cpu/memory.c @@ -65,7 +65,8 @@ uint8_t *memoryPointer(uint32_t address) return Memory + address; } - +// memory read of 0xffffffff not handled correctly +// since the unsigned compare overflows. UBY memoryReadByte(ULO address) {