note to self

This commit is contained in:
Kelvin Sherlock 2013-02-15 23:47:48 -05:00
parent ee2e2a34d4
commit eb3673c368
1 changed files with 2 additions and 1 deletions

View File

@ -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)
{