summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-09-30 21:26:08 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-09-30 21:30:10 -0400
commit12c08b06c8b89d2de51fb9ddfcb626de9b491a84 (patch)
tree86755393785998e1a78b46076c3da92cb0f3f245 /scripts/src
parent04732f12816067e1ea9ba0d807845835a39ed945 (diff)
Split generic Z180 device into several subtypes. HD647180X now has specific device emulation for the internal PROM, RAM and parallel ports.
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/cpu.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua
index 788e2cd3eb6..018e8c7ab0f 100644
--- a/scripts/src/cpu.lua
+++ b/scripts/src/cpu.lua
@@ -2526,6 +2526,8 @@ end
if (CPUS["Z180"]~=null) then
files {
+ MAME_DIR .. "src/devices/cpu/z180/hd647180x.cpp",
+ MAME_DIR .. "src/devices/cpu/z180/hd647180x.h",
MAME_DIR .. "src/devices/cpu/z180/z180.cpp",
MAME_DIR .. "src/devices/cpu/z180/z180.h",
MAME_DIR .. "src/devices/cpu/z180/z180cb.hxx",