summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author mooglyguy <therealmogminer@gmail.com>2018-10-06 20:44:52 +0200
committer mooglyguy <therealmogminer@gmail.com>2018-10-06 20:45:03 +0200
commitb159118e220399c4fba32b9bd9a4f11ccd913f68 (patch)
tree1942e6f1310ec8acdc0f0cb2c05dd35614376b78 /scripts/src/machine.lua
parenta2f54c32e8f16008bcb6ae1ce3b4037aa5395ed2 (diff)
vii: Device-ified the SPG2xx SoC. [Ryan Holtz]
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 b161f1ddbcf..32f12d96b0b 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -2603,6 +2603,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/spg2xx.h,MACHINES["SPG2XX"] = true
+---------------------------------------------------
+
+if (MACHINES["SPG2XX"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/spg2xx.cpp",
+ MAME_DIR .. "src/devices/machine/spg2xx.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/stvcd.h,MACHINES["STVCD"] = true
---------------------------------------------------