diff options
author | 2019-03-25 16:31:10 +0000 | |
---|---|---|
committer | 2019-03-25 16:31:10 +0000 | |
commit | a500ebecb161d8be140f40f895ac375172204e09 (patch) | |
tree | 7e9746774fa500480bf9a3c3cff772c66656521f /scripts/src/machine.lua | |
parent | a1da791e7ab0375a5073519a90c51f03cd714b97 (diff) |
refactoring checkpoint (nw)
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 54810e56038..fa451ae5dc6 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2624,6 +2624,8 @@ if (MACHINES["SPG2XX"]~=null) then MAME_DIR .. "src/devices/machine/spg2xx.h", MAME_DIR .. "src/devices/machine/spg2xx_audio.cpp", MAME_DIR .. "src/devices/machine/spg2xx_audio.h", + MAME_DIR .. "src/devices/machine/spg2xx_io.cpp", + MAME_DIR .. "src/devices/machine/spg2xx_io.h", MAME_DIR .. "src/devices/machine/spg110.cpp", MAME_DIR .. "src/devices/machine/spg110.h", } |