summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/target/mame/mess.lua
diff options
context:
space:
mode:
author David Haywood <28625134+DavidHaywood@users.noreply.github.com>2020-03-26 19:21:12 +0000
committer GitHub <noreply@github.com>2020-03-26 15:21:12 -0400
commitd9759b7a4493ec868458e49efdf79cf175c6ec11 (patch)
treea3c0f7167d59bf8e4e8bfab83462ebd5dba94d1b /scripts/target/mame/mess.lua
parent74fa8b3becabb6d1d34233102e86af8f019aec7e (diff)
Plug and Play work (#6485)
* new WORKING machines ----- Thomas & Friends - Learning Circus Express (Sharp Cookie) (PAL, UK) [Sean Riddle, David Haywood] Ms. Pac-Man 7-in-1 (Wireless) [Sean Riddle, David Haywood] * didn't mean to change this (nw) * tvtouch - restore button input (nw)
Diffstat (limited to 'scripts/target/mame/mess.lua')
-rw-r--r--scripts/target/mame/mess.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index d8fb4ad8506..6942192f35e 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -3889,6 +3889,7 @@ files {
MAME_DIR .. "src/mame/drivers/spg2xx_digimake.cpp",
MAME_DIR .. "src/mame/drivers/spg2xx_jakks.cpp",
MAME_DIR .. "src/mame/drivers/spg2xx_jakks_gkr.cpp",
+ MAME_DIR .. "src/mame/drivers/spg2xx_jakks_sharp.cpp",
MAME_DIR .. "src/mame/drivers/spg2xx_jakks_tvtouch.cpp",
MAME_DIR .. "src/mame/drivers/spg2xx_zone.cpp",
MAME_DIR .. "src/mame/drivers/spg2xx_zone_32bit.cpp",