From 6ea41576be1fccb6af8e67ccc357b9f646f67172 Mon Sep 17 00:00:00 2001 From: David Haywood <28625134+DavidHaywood@users.noreply.github.com> Date: Mon, 3 Aug 2020 12:17:28 +0100 Subject: 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 --- scripts/target/mame/mess.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'scripts') 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", -- cgit v1.2.3-70-g09d2