Skip to content

Commit f0f81ea

Browse files
committed
Update pcecd.cpp
1 parent f3a5d13 commit f0f81ea

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mednafen/src/pce/pcecd.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -746,11 +746,6 @@ MDFN_FASTCALL int32 PCECD_Write(uint32 timestamp, uint32 physAddr, uint8 data)
746746
case 0x7: // $1807: D7=1 enables backup ram
747747

748748
bBRAMEnabled = (data & 0x80) ? true : false;
749-
750-
//if (data & 0x80)
751-
//{
752-
// bBRAMEnabled = true;
753-
//}
754749
break;
755750

756751
case 0x8: // Set ADPCM address low

0 commit comments

Comments
 (0)