From a17d577403aa224720e5761b422f4ce2002d2278 Mon Sep 17 00:00:00 2001 From: David Haywood <28625134+DavidHaywood@users.noreply.github.com> Date: Fri, 1 May 2020 18:39:42 +0100 Subject: Plug and Play work (#6609) * new WORKING machines Millennium M505 Arcade Neo Portable Spielkonsole (Family Sport 100-in-1) [TeamEurope] * new NOT WORKING software list entries tvgogo.xml : Baseball (US) [Sean Riddle, David Haywood] tvgogo.xml : What-A-Mole (US) [Sean Riddle, David Haywood] * added internal NAND dump to didj [Sean Riddle, Clawgrip] --- scripts/src/machine.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'scripts/src/machine.lua') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 1ddeb8cb154..fa3f7148253 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2867,7 +2867,7 @@ end -- --@src/devices/machine/spg2xx.h,MACHINES["SPG2XX"] = true --@src/devices/machine/spg110.h,MACHINES["SPG2XX"] = true ---@src/devices/machine/sunplus_gcm394.h,MACHINES["SPG2XX"] = true +--@src/devices/machine/sunplus_gpl16250soc.h,MACHINES["SPG2XX"] = true --------------------------------------------------- if (MACHINES["SPG2XX"]~=null) then @@ -2886,10 +2886,10 @@ if (MACHINES["SPG2XX"]~=null) then MAME_DIR .. "src/devices/machine/spg110.h", MAME_DIR .. "src/devices/machine/spg110_video.cpp", MAME_DIR .. "src/devices/machine/spg110_video.h", - MAME_DIR .. "src/devices/machine/sunplus_gcm394.cpp", - MAME_DIR .. "src/devices/machine/sunplus_gcm394.h", - MAME_DIR .. "src/devices/machine/sunplus_gcm394_video.cpp", - MAME_DIR .. "src/devices/machine/sunplus_gcm394_video.h", + MAME_DIR .. "src/devices/machine/generalplus_gpl16250soc.cpp", + MAME_DIR .. "src/devices/machine/generalplus_gpl16250soc.h", + MAME_DIR .. "src/devices/machine/generalplus_gpl16250soc_video.cpp", + MAME_DIR .. "src/devices/machine/generalplus_gpl16250soc_video.h", } end -- cgit v1.2.3-70-g09d2