diff options
author | 2024-06-15 19:53:18 -0400 | |
---|---|---|
committer | 2024-06-15 19:53:18 -0400 | |
commit | 90984dd2b8a278e3cbd44a3e408f3f71d6a9c7a6 (patch) | |
tree | e0669dc807d00d7f5209839ffd47437349b9e92f /scripts/src | |
parent | a6cb1cedc5c1d37c3025e47b709d4ef9f43036b5 (diff) |
cpu/m6805: Added new devices for 68HC05E1 and 68HC05E4. [R. Belmont]
apple/cuda.cpp: Refactored using 68HC05E1 and 68HC05E4 devices as a base. [R. Belmont]
apple/egret.cpp: Refactored using 68HC05E1 device as a base. [R. Belmont]
apple/macquadra630.cpp: Switched to the correct Cuda 2.40, which no longer crashes during boot with the refactored devices. [R. Belmont]
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/cpu.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua index 3f2f6f2de42..17f01f97fdc 100644 --- a/scripts/src/cpu.lua +++ b/scripts/src/cpu.lua @@ -1947,6 +1947,8 @@ if CPUS["M6805"] then MAME_DIR .. "src/devices/cpu/m6805/m68705.h", MAME_DIR .. "src/devices/cpu/m6805/m68hc05.cpp", MAME_DIR .. "src/devices/cpu/m6805/m68hc05.h", + MAME_DIR .. "src/devices/cpu/m6805/m68hc05e1.cpp", + MAME_DIR .. "src/devices/cpu/m6805/m68hc05e1.h", } end |