diff options
author | 2019-03-22 17:40:22 +0100 | |
---|---|---|
committer | 2019-03-22 17:40:33 +0100 | |
commit | 5a09b0feb26eac64e293d523e3465fa93e38589f (patch) | |
tree | 8d3d1efba5e11bf460ffbaba8434fa1213d02524 /scripts/src | |
parent | 41f23bcc2bed939c2295ca15b86910c8b0524952 (diff) |
-astrocde: Slot-ified accessory port and added lightpen device. [Ryan Holtz]
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 |