Go to file
Aaron Giles 0b6ec32822 Made direct (opcode) access more robust. Direct access now crawls the
memory table to find its ranges, and caches them for fast access in
the future. It invalidates intersecting regions when new ones are
installed, and now properly handles mirrored ranges.

Also changed the disassembly view to call the decrypted read routines
for each opcode byte/word instead of fetching from a pointer, which
prevented opcodes that crossed range boundaries from working correctly,
even though they would execute correctly.
2009-01-13 15:32:36 +00:00
docs Minor fix to Shift-F11 description. 2008-10-16 17:01:16 +00:00
src Made direct (opcode) access more robust. Direct access now crawls the 2009-01-13 15:32:36 +00:00
.gitattributes COP400 cpu core refactoring: 2009-01-12 13:18:32 +00:00
makefile Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER 2008-06-26 14:51:23 +00:00