diff options
author | 2016-04-27 08:13:59 +0200 | |
---|---|---|
committer | 2016-04-27 08:13:59 +0200 | |
commit | cfee536f22f032c7ead65075f73cc6fd8549e68b (patch) | |
tree | f4b4703dd0295571684456c19668f508b3ddcb3a /src/devices/bus/neogeo_ctrl/ctrl.cpp | |
parent | be8159d01eaa7533e7758bf07384501dbc6214f3 (diff) |
Cleanups and version bumpmame0173
Diffstat (limited to 'src/devices/bus/neogeo_ctrl/ctrl.cpp')
-rw-r--r-- | src/devices/bus/neogeo_ctrl/ctrl.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/devices/bus/neogeo_ctrl/ctrl.cpp b/src/devices/bus/neogeo_ctrl/ctrl.cpp index bdfeb657065..d79410c060b 100644 --- a/src/devices/bus/neogeo_ctrl/ctrl.cpp +++ b/src/devices/bus/neogeo_ctrl/ctrl.cpp @@ -3,13 +3,13 @@ /********************************************************************** SNK Neo Geo Controller Port emulation - + This actually covers two separate piece of hardware of Neo Geo system: - - The 15-pin controller ports that are used for controllers in the + - The 15-pin controller ports that are used for controllers in the AES home system and for mahjong controllers in the MVS arcade PCB - The controller part of the main edge connector that is used for joystick inputs in the MVS arcade PCB - + Technically, the latter is not a configurable slot, because it's not a component that arcade operators could simply change with a different controller, but this implementation allows for simpler code. @@ -219,4 +219,3 @@ SLOT_INTERFACE_END SLOT_INTERFACE_START( neogeo_arc_pin15 ) SLOT_INTERFACE("mahjong", NEOGEO_MJCTRL) SLOT_INTERFACE_END - |