summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author as-tb-dev <178102874+as-tb-dev@users.noreply.github.com>2024-09-21 08:04:29 -0400
committer GitHub <noreply@github.com>2024-09-21 08:04:29 -0400
commit1174af0fe887f585faaa0cf77c19eda8982c1b51 (patch)
tree18530b268db16a3b3d11cead00713eb3bcb1111c /scripts
parentbebfd944ae08470a4ce7e4ce5cead59aaa83b042 (diff)
a2gameio: Add support for the Softape Bright Pen (#12721)
* a2gameio: Add Softape Bright Pen support for the Apple ][/][+
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 2b94b22976c..8096a161189 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -3141,6 +3141,8 @@ end
if (BUSES["A2GAMEIO"]~=null) then
files {
+ MAME_DIR .. "src/devices/bus/a2gameio/brightpen.cpp",
+ MAME_DIR .. "src/devices/bus/a2gameio/brightpen.h",
MAME_DIR .. "src/devices/bus/a2gameio/computereyes.cpp",
MAME_DIR .. "src/devices/bus/a2gameio/computereyes.h",
MAME_DIR .. "src/devices/bus/a2gameio/gameio.cpp",