diff options
| author | 2022-08-04 07:08:48 -0800 | |
|---|---|---|
| committer | 2022-08-05 01:08:48 +1000 | |
| commit | 744493d3ac98a4b312b929f59dc9db3524369a31 (patch) | |
| tree | ff396764da2e66c2518b3c67540c247d3e984e43 /scripts | |
| parent | 1b584fb5d8e928f04e34995d5c4d339526f30bba (diff) | |
bus/pce_ctrl: Added support for Coconuts Japan Pachinko Controller CJPC-102. (#10165)
For all controllers, added %p player specifier, made device_input_ports() protected, and moved initializations from headers to constructors.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/bus.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 39649287e55..80e275558a5 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -4903,6 +4903,8 @@ if (BUSES["PCE_CTRL"]~=null) then MAME_DIR .. "src/devices/bus/pce_ctrl/joypad6.h", MAME_DIR .. "src/devices/bus/pce_ctrl/multitap.cpp", MAME_DIR .. "src/devices/bus/pce_ctrl/multitap.h", + MAME_DIR .. "src/devices/bus/pce_ctrl/pachinko.cpp", + MAME_DIR .. "src/devices/bus/pce_ctrl/pachinko.h", } end |
