summaryrefslogtreecommitdiffstats
path: root/scripts/src
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2022-03-02 00:01:29 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2022-03-02 00:01:29 +1100
commite1eb75168676dfaba720a46d7e7d6100f7cc05b1 (patch)
tree11eddfbe828bd6c0b093874e63e0f3e7876baa2d /scripts/src
parent4ee965f9e1e999ee35c76291918c574c59f8ef4b (diff)
parentcdcfa1d74abe0d804398fee543a3df55b44c4991 (diff)
Fixed various playch10 games which had regressed.
Merge remote-tracking branch 'upstream/master' # Conflicts: # src/devices/bus/a2bus/a2cffa.cpp # src/devices/bus/abcbus/ssa.h # src/devices/bus/c64/dqbb.h # src/devices/bus/pce/pce_rom.cpp # src/devices/bus/pofo/hpc104.h # src/devices/bus/pofo/ram.h # src/devices/bus/ti99/peb/evpc.cpp # src/devices/cpu/mcs51/mcs51.cpp # src/devices/machine/mc146818.cpp # src/devices/machine/x2201.cpp # src/devices/machine/x2212.cpp # src/emu/machine.cpp # src/mame/machine/kr1601rr1.cpp
Diffstat (limited to 'scripts/src')
-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 0311718c4d3..c4cfb56997e 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -603,6 +603,8 @@ if (BUSES["BBC_JOYPORT"]~=null) then
MAME_DIR .. "src/devices/bus/bbc/joyport/joyport.h",
MAME_DIR .. "src/devices/bus/bbc/joyport/joystick.cpp",
MAME_DIR .. "src/devices/bus/bbc/joyport/joystick.h",
+ MAME_DIR .. "src/devices/bus/bbc/joyport/mouse.cpp",
+ MAME_DIR .. "src/devices/bus/bbc/joyport/mouse.h",
}
end