summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author Melissa Goad <mszoopers@protonmail.com>2020-01-29 09:13:48 -0600
committer GitHub <noreply@github.com>2020-01-29 10:13:48 -0500
commite6595b06a7781e5e9e3bc8a7957d4fa0ae50682c (patch)
tree85ff6b64d8173bf1d016d47035603b4bd38cecad /scripts/src/machine.lua
parenta5783544e8026ebbca60e1ec0490ae4a075b9263 (diff)
iphone2g wip (nw) (#6226)
* iphone2g wip (nw) * fixup * fixup * fixup * iphone2g: hacky spi and non-existent timers (nw)
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 f04cb88e031..d831ac381ca 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -3132,6 +3132,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/vic_pl192.h,MACHINES["VIC_PL192"] = true
+---------------------------------------------------
+
+if (MACHINES["VIC_PL192"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/vic_pl192.cpp",
+ MAME_DIR .. "src/devices/machine/vic_pl192.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/wd_fdc.h,MACHINES["WD_FDC"] = true
---------------------------------------------------