diff --git a/dsp1.cpp b/dsp1.cpp index 972523da..eb85dab3 100644 --- a/dsp1.cpp +++ b/dsp1.cpp @@ -1900,7 +1900,7 @@ uint8 DSP1GetByte (uint16 address) DSP1.waiting4command = TRUE; } else - t = 0xff; + t = 0x80; } else t = 0x80;