summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 9dcb61bb16d..14828a0e7d6 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -3593,8 +3593,14 @@ if MACHINES["SPG2XX"] then
MAME_DIR .. "src/devices/machine/generalplus_gpl162xx_soc_video.h",
MAME_DIR .. "src/devices/machine/generalplus_gpl951xx_soc.cpp",
MAME_DIR .. "src/devices/machine/generalplus_gpl951xx_soc.h",
+ MAME_DIR .. "src/devices/machine/generalplus_gpl951xx_rtc.cpp",
+ MAME_DIR .. "src/devices/machine/generalplus_gpl951xx_rtc.h",
MAME_DIR .. "src/devices/machine/generalplus_gpce4_soc.cpp",
MAME_DIR .. "src/devices/machine/generalplus_gpce4_soc.h",
+ MAME_DIR .. "src/devices/machine/generalplus_gpl_dma.cpp",
+ MAME_DIR .. "src/devices/machine/generalplus_gpl_dma.h",
+ MAME_DIR .. "src/devices/machine/generalplus_gpl_timebase.cpp",
+ MAME_DIR .. "src/devices/machine/generalplus_gpl_timebase.h",
MAME_DIR .. "src/devices/machine/spg_renderer.cpp",
MAME_DIR .. "src/devices/machine/spg_renderer.h",
MAME_DIR .. "src/devices/machine/gpl_renderer.cpp",