diff options
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/bus.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 741adb6334b..714a1e9f482 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -266,6 +266,10 @@ if (BUSES["ASTROCADE"]~=null) then MAME_DIR .. "src/devices/bus/astrocde/joy.h", MAME_DIR .. "src/devices/bus/astrocde/cassette.cpp", MAME_DIR .. "src/devices/bus/astrocde/cassette.h", + MAME_DIR .. "src/devices/bus/astrocde/accessory.cpp", + MAME_DIR .. "src/devices/bus/astrocde/accessory.h", + MAME_DIR .. "src/devices/bus/astrocde/lightpen.cpp", + MAME_DIR .. "src/devices/bus/astrocde/lightpen.h", } end |