Return 0x80 instead of 0xff when simulating DSP1.

This commit is contained in:
Brandon Wright 2018-05-22 18:59:15 -05:00
parent 9b595b5b19
commit 1c46c7ac56
1 changed files with 1 additions and 1 deletions

View File

@ -1900,7 +1900,7 @@ uint8 DSP1GetByte (uint16 address)
DSP1.waiting4command = TRUE;
}
else
t = 0xff;
t = 0x80;
}
else
t = 0x80;