summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2019-07-28 21:43:18 -0400
committer arbee <rb6502@users.noreply.github.com>2019-07-28 21:43:18 -0400
commit908be5577523a69bcd7e1a0fbe102c910b9aa832 (patch)
treea088237b9142db7584545d931a4f6933ec8ff466 /scripts
parentacbc95ebb53ded8b3aaa43258da360f0d18aee58 (diff)
apple2: support Sirius JoyPort on compatible Apple II models. [R. Belmont]
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/bus.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index 2ca74db3c79..c713f87cd94 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -2145,6 +2145,8 @@ if (BUSES["A2GAMEIO"]~=null) then
MAME_DIR .. "src/devices/bus/a2gameio/gameio.h",
MAME_DIR .. "src/devices/bus/a2gameio/joystick.cpp",
MAME_DIR .. "src/devices/bus/a2gameio/joystick.h",
+ MAME_DIR .. "src/devices/bus/a2gameio/joyport.cpp",
+ MAME_DIR .. "src/devices/bus/a2gameio/joyport.h",
}
end