summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author Patrick Mackinlay <pmackinlay@hotmail.com>2023-02-03 14:15:19 +0700
committer Patrick Mackinlay <pmackinlay@hotmail.com>2023-02-03 14:15:19 +0700
commitbc802bb8ac56259b1e305672f63a537c9c6dc87f (patch)
tree6dc4070c013b229d21be2ff3ba809a1011c3a475 /scripts/src/machine.lua
parentdd355e4d68d77fa47a07ee26170a21f3d517ee22 (diff)
mc88200: new device
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 9a7ebb78b69..e3bcc75c45d 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -5113,3 +5113,14 @@ if (MACHINES["MICOMXE1A"]~=null) then
MAME_DIR .. "src/devices/machine/micomxe1a.h",
}
end
+
+---------------------------------------------------
+--
+--@src/devices/machine/mc88200.h,MACHINES["MC88200"] = true
+---------------------------------------------------
+if (MACHINES["MC88200"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/mc88200.cpp",
+ MAME_DIR .. "src/devices/machine/mc88200.h",
+ }
+end