summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author David Haywood <28625134+DavidHaywood@users.noreply.github.com>2019-12-24 20:36:02 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2019-12-24 15:36:02 -0500
commit6b139525871310ed4b5e89f0db8226d0a63f9fcd (patch)
tree53902588fa7520104847b6196ffc4439dd25c3bf /scripts
parent6f97b7535e6df6acf8103da547a122582c699b6b (diff)
Plug and Play sync for TeamEurope (VT1682, nes_vt, iqunlim) (#6094)
* vt1682 work (nw) * looking at stability (nw) * new NOT WORKING machines ---- InterAct Complete Video Game - 111 Games & 42 Songs (G5410) [TeamEurope] Let's Play! Game Machine 240 in 1 [TeamEurope] new NOT WORKING Software List ---- iqunlim_cart.xml: Englisch für Anfänger [TeamEurope] the vt1682 based InterAct Complete Video Game is basically playable, apart from the 'Shooting games' because I haven't mapped the guns, and some issues with player 2 / alt control schemes in some titles. want to address these (and maybe look for a better solution to some stability issues) before promoting it. * (unrelated typo fix for clickstart software list) (nw) * new WORKING machine --- MiWi2 7-in-1 Sports [David Shah] * don't printf (nw)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/mess.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index 8ae2fe71b26..f112b19fc9d 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -2893,6 +2893,8 @@ files {
MAME_DIR .. "src/mame/drivers/vt1682.cpp",
MAME_DIR .. "src/mame/machine/vt1682_io.h",
MAME_DIR .. "src/mame/machine/vt1682_io.cpp",
+ MAME_DIR .. "src/mame/machine/vt1682_uio.h",
+ MAME_DIR .. "src/mame/machine/vt1682_uio.cpp",
MAME_DIR .. "src/mame/machine/vt1682_alu.h",
MAME_DIR .. "src/mame/machine/vt1682_alu.cpp",
MAME_DIR .. "src/mame/machine/vt1682_timer.h",