bsnes-classic/bsnes/snes/debugger
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