Go to file
Aaron Giles 0801d1254c Converted change_pc() into a no-op. Changed memory_set_direct_region() to
return a boolean indicating whether the given address was successfully
located in a bank. Change raw/decrypted access to look at this result, and
if the given address is not in a bank, calls through to the standard read
handlers.

In theory, this should prevent crashes when accessing opcodes. It does in
fact prevent mp_col3 from crashing.

Fixed address space mapping handlers to invalidate direct access regions
if a change is made to the mapping. This is needed to prevent the Sega
dynamic memory mapping chips from falling over.
2008-11-19 06:36:01 +00:00
docs Minor fix to Shift-F11 description. 2008-10-16 17:01:16 +00:00
src Converted change_pc() into a no-op. Changed memory_set_direct_region() to 2008-11-19 06:36:01 +00:00
.gitattributes Big H8 update 2008-11-19 03:29:10 +00:00
makefile Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER 2008-06-26 14:51:23 +00:00