Use OpenBus for these two.

This commit is contained in:
Brandon Wright 2018-06-01 18:55:15 -05:00
parent c4cf40c509
commit 7faed1fa2b
1 changed files with 2 additions and 2 deletions

View File

@ -1416,12 +1416,12 @@ uint8 S9xGetPPU (uint16 Address)
case 0x21c2:
if (Model->_5C77 == 2)
return (0x20);
return (PPU.OpenBus2);
return (OpenBus);
case 0x21c3:
if (Model->_5C77 == 2)
return (0);
return (PPU.OpenBus2);
return (OpenBus);
default:
return (OpenBus);