summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author David Haywood <mamehaze@gmail.com>2019-01-13 16:19:06 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2019-01-13 11:19:06 -0500
commit884a2fd070f5c2f851cf9e165f967d6df8e4f83e (patch)
treec9031b040be1dec248376f7b2e398f0033a6f778 /scripts/src/machine.lua
parent665eb5001c0150b37604d0ddf1646a50d1edc394 (diff)
new NOT WORKING --- Classic Arcade Pinball (JAKKS Pacific TV Game) [Sean Riddle, David Haywood] (#4502)
* new NOT WORKING --- Classic Arcade Pinball (JAKKS Pacific TV Game) [Sean Riddle, David Haywood] * move to new driver instead (nw) * minor note updates (nw) * map inputs in matelcs (currently needs a hack to boot, so won't show anything yet) also removed a pointless bitswapping in a read function for some other stuff in the driver, and just correct the ports instead * fix a typo (nw) * note (nw)
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 4e74fd9e6c3..14a2050c3a5 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -2622,6 +2622,8 @@ if (MACHINES["SPG2XX"]~=null) then
files {
MAME_DIR .. "src/devices/machine/spg2xx.cpp",
MAME_DIR .. "src/devices/machine/spg2xx.h",
+ MAME_DIR .. "src/devices/machine/spg110.cpp",
+ MAME_DIR .. "src/devices/machine/spg110.h",
}
end