From de235f462365cd06b2fffd1e3a977aab65534f22 Mon Sep 17 00:00:00 2001 From: David Haywood Date: Sat, 11 May 2019 01:23:34 +0100 Subject: allow smartfp to show.. something (nw) (#5030) * smartfp generate an interrupt, add a palette (nw) * video registers look a lot like the spg220 hw here (nw) * getting ready to split into video (nw) * code shuffle (nw) * shuffle (nw) * (nw) * (nw) * (nw) --- scripts/src/machine.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/src/machine.lua') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 0d5de2868b2..df21feff0cf 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2673,6 +2673,8 @@ if (MACHINES["SPG2XX"]~=null) then 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", } end -- cgit v1.2.3