diff options
| author | 2023-09-21 20:30:48 +0200 | |
|---|---|---|
| committer | 2023-09-21 20:32:13 +0200 | |
| commit | ff66041afb18c6288d250b17f5b298742ec0e53e (patch) | |
| tree | 12d6d1fedcf84eda1d5079ef5a8f0ebe037546db /scripts | |
| parent | c851e4cd352eecfd091592ccfb2976b532bd8ad8 (diff) | |
bus/pc_joy: implement Interact Magnum 6 Game Controller
New working software list items
-------------------------------
ibm5170.xml: Interact Magnum 6 Game Controller Driver for Windows 95 [archive.org]
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 355619392bc..99a682f5e8f 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -2115,6 +2115,8 @@ if (BUSES["PC_JOY"]~=null) then files { MAME_DIR .. "src/devices/bus/pc_joy/pc_joy.cpp", MAME_DIR .. "src/devices/bus/pc_joy/pc_joy.h", + MAME_DIR .. "src/devices/bus/pc_joy/pc_joy_magnum6.cpp", + MAME_DIR .. "src/devices/bus/pc_joy/pc_joy_magnum6.h", MAME_DIR .. "src/devices/bus/pc_joy/pc_joy_sw.cpp", MAME_DIR .. "src/devices/bus/pc_joy/pc_joy_sw.h", } |
