BizHawk/BizHawk.Emulation/Consoles
goyuken 758a84027e gb: memory callbacks no longer fire on writes to the system bus. (they were already not firing for all other memory domain action). add a new memory callback, exec. occurs right before the cpu reads a byte, if that byte will be the first byte of a new opcode. read callback no longer occurs in this situation. 2013-11-13 17:08:52 +00:00
..
Atari cleaning up some Bizhawk.Emulation namespaces 2013-11-13 03:32:25 +00:00
Coleco cleaning up some Bizhawk.Emulation namespaces 2013-11-13 03:32:25 +00:00
Intellivision cleaning up some Bizhawk.Emulation namespaces 2013-11-13 03:32:25 +00:00
Nintendo gb: memory callbacks no longer fire on writes to the system bus. (they were already not firing for all other memory domain action). add a new memory callback, exec. occurs right before the cpu reads a byte, if that byte will be the first byte of a new opcode. read callback no longer occurs in this situation. 2013-11-13 17:08:52 +00:00
PC Engine Lua - emu.getregister(s) - support PCE/PCE-CD/SGX 2013-11-11 17:03:55 +00:00
PSX Lua - Implement emu.getregister() and emu.getregisters(). Only implemented in NESHawk right now 2013-11-11 03:20:33 +00:00
Sega Lua - emu.getregister(s) - support Genesis 2013-11-11 17:21:38 +00:00
Sony/PSP Lua - Implement emu.getregister() and emu.getregisters(). Only implemented in NESHawk right now 2013-11-11 03:20:33 +00:00