mirror of
https://github.com/ksherlock/mpw.git
synced 2025-01-09 13:30:34 +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;
|
return Memory + address;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// memory read of 0xffffffff not handled correctly
|
||||||
|
// since the unsigned compare overflows.
|
||||||
UBY memoryReadByte(ULO address)
|
UBY memoryReadByte(ULO address)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user