mame/src/emu/cpu/mips
Ryan Holtz b54790792a Fixed numerous opcodes in the AVR8 core [Harmony]
Fixed a register naming issue in the MIPS core [Harmony]
Numerous SuperFX updates: [Harmony]
 - Hooked up RAM and ROM buffering
 - Inlined several more functions
 - Removed debug spew
 - Added the ability to define an external IRQ line callback, and hooked it up to the 65C816
 - Fixed flag calculation for HIB opcode
 - Hooked SuperFX chip up to the SNES machine driver
2009-09-03 23:53:43 +00:00
..
dismips.c pointerified the psx cpu core & switched it to the new memory functions. Changed some MIPS_* to PSXCPU_* 2008-11-19 19:32:44 +00:00
dismips.mak pointerified the psx cpu core & switched it to the new memory functions. Changed some MIPS_* to PSXCPU_* 2008-11-19 19:32:44 +00:00
mips3.c Another step. Moved the address-space related get_info constants 2009-07-08 16:20:01 +00:00
mips3.h CPU cores are now enabled on a per cpu core family basis instead of per cpu core variant. As a result CPUDEFS is no longer needed in the makefile. 2009-03-25 19:39:41 +00:00
mips3com.c Fixed numerous opcodes in the AVR8 core [Harmony] 2009-09-03 23:53:43 +00:00
mips3com.h Add specific support for NEC VR4300/4310 CPUs 2009-03-14 14:44:22 +00:00
mips3drc.c Another step. Moved the address-space related get_info constants 2009-07-08 16:20:01 +00:00
mips3dsm.c Fixed numerous opcodes in the AVR8 core [Harmony] 2009-09-03 23:53:43 +00:00
mips3fe.c CPU cores now compile cleanly. 2009-03-15 17:12:40 +00:00
mips3fe.h structure, lower-casing functions and re-inclusion updates of the src\emu\cpu headers J - M. 2008-08-12 03:40:09 +00:00
psx.c Another step. Moved the address-space related get_info constants 2009-07-08 16:20:01 +00:00
psx.h From: Atari Ace [atari_ace@verizon.net] 2008-12-17 05:52:10 +00:00
psxdasm.c Added infrastructure to compile universal standalone disassembler: 2009-08-22 06:25:07 +00:00
r3kdasm.c Added infrastructure to compile universal standalone disassembler: 2009-08-22 06:25:07 +00:00
r3000.c Added infrastructure to compile universal standalone disassembler: 2009-08-22 06:25:07 +00:00
r3000.h From: Atari Ace [atari_ace@verizon.net] 2008-12-17 05:52:10 +00:00