summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author David Haywood <28625134+DavidHaywood@users.noreply.github.com>2020-08-03 12:17:28 +0100
committer GitHub <noreply@github.com>2020-08-03 07:17:28 -0400
commit6ea41576be1fccb6af8e67ccc357b9f646f67172 (patch)
tree9b680ff400d5690b472809f02911bd0d82ed0b6c /scripts
parent2f06decdbf1092a6eeffeca30a01cc96bcdac157 (diff)
new NOT WORKING (plug & play) (#7027)
new NOT WORKING machines ------------------------ Super PC TV (Epoch) [Preservat!on Quest / Noah Bacon, Hubz] U-Dance [Sean Riddle, David Haywood] Moving Music (MM-TV110) [Sean Riddle, David Haywood] * splitting up xavix a bit, preparation for better device encapsulation
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/mess.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index c602dab6000..da6496ac1d9 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -4005,10 +4005,14 @@ files {
MAME_DIR .. "src/mame/machine/generalplus_gpl16250.h",
MAME_DIR .. "src/mame/drivers/generalplus_gpl32612.cpp",
MAME_DIR .. "src/mame/drivers/xavix.cpp",
+ MAME_DIR .. "src/mame/includes/xavix.h",
+ MAME_DIR .. "src/mame/drivers/xavix_2000.cpp",
+ MAME_DIR .. "src/mame/includes/xavix_2000.h",
+ MAME_DIR .. "src/mame/drivers/xavix_2002.cpp",
+ MAME_DIR .. "src/mame/includes/xavix_2002.h",
MAME_DIR .. "src/mame/video/xavix.cpp",
MAME_DIR .. "src/mame/machine/xavix.cpp",
MAME_DIR .. "src/mame/audio/xavix.cpp",
- MAME_DIR .. "src/mame/includes/xavix.h",
MAME_DIR .. "src/mame/machine/xavix_mtrk_wheel.cpp",
MAME_DIR .. "src/mame/machine/xavix_mtrk_wheel.h",
MAME_DIR .. "src/mame/machine/xavix_madfb_ball.cpp",