bsnes-plus/bsnes/snes/cpu/core
2021-08-15 21:52:32 -04:00
..
disassembler disasm: treat calls and branches differently for state tracking purposes 2021-08-15 21:52:32 -04:00
algorithms.cpp initial commit 2014-11-26 18:35:12 -05:00
core.cpp incorporate fancy disasm stuff into SMP debugger and refactor CPU disasm as well (closes #227) 2019-09-01 20:28:46 -04:00
core.hpp incorporate fancy disasm stuff into SMP debugger and refactor CPU disasm as well (closes #227) 2019-09-01 20:28:46 -04:00
memory.hpp cpucore: fix direct page wrapping in emulation mode; clean up some duplicate code 2016-05-24 19:47:52 -04:00
opcode_misc.cpp backport some scheduler improvements from current bsnes; should hopefully fix some potential serialization deadlocks including possibly what was causing issues #233 and #240 2019-12-07 17:27:32 -05:00
opcode_pc.cpp cpucore: fix direct page wrapping in emulation mode; clean up some duplicate code 2016-05-24 19:47:52 -04:00
opcode_read.cpp cpucore: fix direct page wrapping in emulation mode; clean up some duplicate code 2016-05-24 19:47:52 -04:00
opcode_rmw.cpp initial commit 2014-11-26 18:35:12 -05:00
opcode_write.cpp cpucore: fix direct page wrapping in emulation mode; clean up some duplicate code 2016-05-24 19:47:52 -04:00
registers.hpp backport some scheduler improvements from current bsnes; should hopefully fix some potential serialization deadlocks including possibly what was causing issues #233 and #240 2019-12-07 17:27:32 -05:00
serialization.cpp backport some scheduler improvements from current bsnes; should hopefully fix some potential serialization deadlocks including possibly what was causing issues #233 and #240 2019-12-07 17:27:32 -05:00
table.cpp superfx: shave some duplicate code here too 2016-08-09 20:28:44 -04:00