diff options
author | 2018-11-18 21:51:16 +0100 | |
---|---|---|
committer | 2018-11-18 21:51:53 +0100 | |
commit | 7b4440920a1d616c47b1a0359ef1d4ee1f7b5ea0 (patch) | |
tree | a429c3ea92d26e00eeb4c2ad1c38d9b6886f8664 /scripts/src/cpu.lua | |
parent | 1740b8b2b7423e7caf846d98a1843a8557492312 (diff) |
-o2.cpp: Added CRIME and MACE skeleton devices. [Ryan Holtz]
-mips3.cpp: Various changes: [Ryan Holtz]
* Added an #ifdef to display DPRINTF calls from the SGI O2 PROM.
* Switched R4000BE/LE, R4400BE, R4600BE, and R5000BE to 64-bit data bus.
* Fixed a bug that caused a crash with 64-bit data bus and the DRC.
-indy_indigo2.cpp: Moved a number of devices into HPC3. [Ryan Holtz]
-hpc3.cpp: Fixed an oversight with IRQs. [Ryan Holtz]
Diffstat (limited to 'scripts/src/cpu.lua')
-rw-r--r-- | scripts/src/cpu.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua index b3eaac479bf..f8503ac9056 100644 --- a/scripts/src/cpu.lua +++ b/scripts/src/cpu.lua @@ -1283,6 +1283,7 @@ if (CPUS["MIPS3"]~=null) then MAME_DIR .. "src/devices/cpu/mips/mips3fe.cpp", MAME_DIR .. "src/devices/cpu/mips/mips3fe.h", MAME_DIR .. "src/devices/cpu/mips/mips3drc.cpp", + MAME_DIR .. "src/devices/cpu/mips/o2dprintf.hxx", MAME_DIR .. "src/devices/cpu/mips/ps2vu.cpp", MAME_DIR .. "src/devices/cpu/mips/ps2vu.h", MAME_DIR .. "src/devices/cpu/mips/ps2vif1.cpp", |