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 |
|
Alex W. Jackson
|
77d540d520
|
Nonexistent MappedRAM's size() is now 0 and not a magic number
|
2015-05-01 04:38:43 +00:00 |
|
Alex W. Jackson
|
2ec7076e22
|
memory: Make breakpoint mirroring work with MMIO (requiring some changes to BSXCart). While at it, remove some redundant masking and replace some magic numbers with enums
|
2015-04-18 09:13:25 +00:00 |
|
Alex W. Jackson
|
0e8b963e85
|
memory: use generic address mirror test for breakpoints instead of hardcoded WRAM mirroring
|
2015-04-04 21:08:24 +00:00 |
|
Alex W. Jackson
|
ab6401360c
|
Set properties on files that weren't correctly autodetected
|
2014-06-27 10:00:09 +00:00 |
|
Alex W. Jackson
|
95ec526507
|
Initial import of bsnes tree from v073 tarball
|
2014-06-25 10:55:34 +00:00 |
|