mirror of
https://github.com/ksherlock/mpw.git
synced 2025-02-12 17:32:19 +00:00
fix warning
This commit is contained in:
parent
890d703f9f
commit
651922bd26
@ -58,7 +58,6 @@ void code0(uint32_t data_size)
|
||||
while (offset < data_size)
|
||||
{
|
||||
uint16_t off = memoryReadWord(offset);
|
||||
uint16_t seg = -1;
|
||||
if (memoryReadWord(offset + 2) == 0x3F3C && memoryReadWord(offset + 6) == 0xA9F0)
|
||||
{
|
||||
uint16_t seg = memoryReadWord(offset + 4);
|
||||
|
Loading…
x
Reference in New Issue
Block a user