mirror of
https://github.com/ksherlock/mpw.git
synced 2024-12-22 00:29:18 +00:00
note to self
This commit is contained in:
parent
ee2e2a34d4
commit
eb3673c368
@ -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)
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user