pce-devel / mednafenPceDev

Managed Mednafen Git repo with relevant fixes in support of the PCE (Developer) Community.
27 stars 5 forks source link

PCFX does not lock access to BRAM #113

Closed dshadoff closed 1 year ago

dshadoff commented 2 years ago

The lock on Backup memory does not appear to be implemented. On a real system, you will not be able to read the backup memory directly after booting a game; it will need to be unlocked first.

Perhaps it is realistic to allow the debugger to view the data, but with a clear marker that it is locked - either a "LOCKED" message in text in an obvious area, or perhaps the data color should be red or something.

pceDev16 commented 1 year ago

Closed per the merge of #116