mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 13:55:38 +00:00
Correct the returned value from previous getbass patch
There was a strange side effect on Ocean Hunter game
This commit is contained in:
parent
9e8e993026
commit
d3955062e4
|
@ -524,8 +524,8 @@ UINT8 CModel3::ReadInputs(unsigned reg)
|
|||
|
||||
return data;
|
||||
|
||||
case 0x18: // swtrilgy and getbass. Remove IO board error on getbass. Not sure, but may be related to device feedback ?
|
||||
data = 0x01;
|
||||
case 0x18: // swtrilgy and getbass. Remove IO board error on getbass. Not sure, but may be related to device feedback ?
|
||||
data = 0x7f; // Note : when this returned value is wrong, there is a side effect on Ocean Hunter game, a sort of 3d interlaced effect
|
||||
return data;
|
||||
|
||||
case 0x2C: // Serial FIFO 1
|
||||
|
|
Loading…
Reference in a new issue