diff options
author | 2020-06-02 19:10:17 +0100 | |
---|---|---|
committer | 2020-06-02 14:10:17 -0400 | |
commit | 4f7c1a03edadc026e9104ffc395319f1784e6a68 (patch) | |
tree | b74c1a19c37b86c852a7f5eed351164d1680043f /scripts/src/machine.lua | |
parent | bdf4b325bd2ea4b233def484a295b0b6d3236ba9 (diff) |
prepare SunPlus rendering code for sharing between SPG2xx and GPL16250 (nw) (#6780)
Diffstat (limited to 'scripts/src/machine.lua')
-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 |