summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 1d63d08dca7..1aa9da2fd2c 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -5214,3 +5214,15 @@ if (MACHINES["PCCARD_SRAM"]~=null) then
MAME_DIR .. "src/devices/machine/pccard_sram.h",
}
end
+
+---------------------------------------------------
+--
+--@src/devices/machine/tc9223.h,MACHINES["TC9223"] = true
+---------------------------------------------------
+
+if (MACHINES["TC9223"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/tc9223.cpp",
+ MAME_DIR .. "src/devices/machine/tc9223.h",
+ }
+end