This website requires JavaScript.
Explore
Help
Sign in
Emulation
/
bsnes-classic
Watch
1
Star
0
Fork
You've already forked bsnes-classic
0
mirror of
https://github.com/Michael-Prince-Sharpe/bsnes-classic.git
synced
2025-04-02 10:21:42 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
073u6
bsnes-classic
/
bsnes
/
snes
/
debugger
History
Exact
Exact
Union
RegExp
Alex W. Jackson
357e9e5838
debugger: add a flag indicating that the debugger is accessing the bus; this is used to suppress unwanted side effects of reads (e.g. cothread switches, latch-on-read registers) and to allow ROM to be modified (in place of MappedRAM::write_protect(), which is going away soon)
2015-05-16 10:53:36 +00:00
..
debugger.cpp
debugger: add a flag indicating that the debugger is accessing the bus; this is used to suppress unwanted side effects of reads (e.g. cothread switches, latch-on-read registers) and to allow ROM to be modified (in place of MappedRAM::write_protect(), which is going away soon)
2015-05-16 10:53:36 +00:00
debugger.hpp
debugger: add a flag indicating that the debugger is accessing the bus; this is used to suppress unwanted side effects of reads (e.g. cothread switches, latch-on-read registers) and to allow ROM to be modified (in place of MappedRAM::write_protect(), which is going away soon)
2015-05-16 10:53:36 +00:00