diff options
author | 2022-06-06 10:48:41 +0200 | |
---|---|---|
committer | 2022-06-06 10:48:41 +0200 | |
commit | b26c4ed848d1f5b9b2f28a8fee162e086874bdd1 (patch) | |
tree | 48cacfb6f10833c7e76b99145400d17c3972d726 /scripts/src | |
parent | 4a587fd7c1c512649320929f5e1fc3d44cc9c979 (diff) |
Z180 ASCI (#9762)
New working machines
-----------------------------------
Micromint SB180 [Miodrag Milanovic]
-z180: implemented ASCI serial communication [Miodrag Milanovic]
-tim011: hookup serial keyboard [Miodrag Milanovic]
-20pacgal: Add support for terminal
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 edf7e364896..b03eccaf618 100644 --- a/scripts/src/cpu.lua +++ b/scripts/src/cpu.lua @@ -2789,6 +2789,8 @@ if CPUS["Z180"] then MAME_DIR .. "src/devices/cpu/z180/z180ops.h", MAME_DIR .. "src/devices/cpu/z180/z180tbl.h", MAME_DIR .. "src/devices/cpu/z180/z180xy.hxx", + MAME_DIR .. "src/devices/cpu/z180/z180asci.cpp", + MAME_DIR .. "src/devices/cpu/z180/z180asci.h", } end |