diff options
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/machine.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 04104393f9f..621009924f9 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2902,6 +2902,8 @@ if (MACHINES["SPG2XX"]~=null) then 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", + MAME_DIR .. "src/devices/machine/spg_renderer.cpp", + MAME_DIR .. "src/devices/machine/spg_renderer.h", } end |