mame/src/emu/cpu/mips
Aaron Giles eb43d34725 Re-routed empty get/set context calls to the dummy CPU's, and removed them
from the CPU cores.

Disabled the use of PULSE_LINE for any input lines except NMI and RESET.
Added a helper function generic_pulse_irq_line() for doing a single-cycle
assert/deassert for those few drivers remaining that were trying to use
PULSE_LINE directly.
2008-12-09 06:21:15 +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 activecpu_count -= 133 2008-12-06 16:56:22 +00:00
mips3.h Added macros for all CPU callbacks to ease future changes. 2008-11-08 09:20:43 +00:00
mips3com.c From: Atari Ace [mailto:atari_ace@verizon.net] 2008-12-07 14:51:36 +00:00
mips3com.h A few more conversions. 2008-11-22 22:45:11 +00:00
mips3drc.c Re-routed empty get/set context calls to the dummy CPU's, and removed them 2008-12-09 06:21:15 +00:00
mips3dsm.c New universal dynamic recompiler system. The central module 2008-05-11 22:15:13 +00:00
mips3fe.c MIPS recompiler: 2008-06-30 08:23:20 +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 Re-routed empty get/set context calls to the dummy CPU's, and removed them 2008-12-09 06:21:15 +00:00
psx.h 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
psxdasm.c changed bios call logging to read registers directly & all other accesses to Machine have been removed. 2008-11-20 17:29:11 +00:00
r3kdasm.c NEC core converted. 2008-11-22 22:50:58 +00:00
r3000.c Re-routed empty get/set context calls to the dummy CPU's, and removed them 2008-12-09 06:21:15 +00:00
r3000.h Added macros for all CPU callbacks to ease future changes. 2008-11-08 09:20:43 +00:00