diff options
| author | 2021-12-21 10:21:40 -0900 | |
|---|---|---|
| committer | 2021-12-21 14:21:40 -0500 | |
| commit | c76d2b2cb13e7776bf31e8527018177e2d33bed1 (patch) | |
| tree | 80d68d58cc20e41ca217c8590aa13ab2d03c6c50 /hash | |
| parent | 860292661ba3f4627c9978e27a78c65904ad1628 (diff) | |
bus/nes_ctrl: Updated mahjong controller based on hardware info. (#9024)
* bus/nes_ctrl: Updated mahjong controller base on hardware info.
- Fixed reversed Start and Select buttons.
- Added more labels to the multi-use buttons.
* emu/inpttype.ipp: Added player 3 and player 4 mahjong input types.
Diffstat (limited to 'hash')
| -rw-r--r-- | hash/nes.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/hash/nes.xml b/hash/nes.xml index 741287093a4..f9d278f6301 100644 --- a/hash/nes.xml +++ b/hash/nes.xml @@ -17728,7 +17728,7 @@ license:CC0 </part> </software> - <software name="ideyumj1" cloneof="ideyumj"> + <software name="ideyomj1" cloneof="ideyomj"> <description>Ide Yousuke Meijin no Jissen Mahjong (Jpn)</description> <year>1987</year> <publisher>Capcom</publisher> @@ -17750,7 +17750,7 @@ license:CC0 </part> </software> - <software name="ideyumj"> + <software name="ideyomj"> <description>Ide Yousuke Meijin no Jissen Mahjong (Jpn, Rev. A)</description> <year>1987</year> <publisher>Capcom</publisher> @@ -17772,7 +17772,7 @@ license:CC0 </part> </software> - <software name="ideyumj2"> + <software name="ideyomj2"> <description>Ide Yousuke Meijin no Jissen Mahjong II (Jpn)</description> <year>1991</year> <publisher>Capcom</publisher> @@ -17784,6 +17784,7 @@ license:CC0 <feature name="slot" value="sxrom" /> <feature name="pcb" value="HVC-SNROM" /> <feature name="mmc1_type" value="MMC1B2" /> + <feature name="peripheral" value="mjcontroller" /> <dataarea name="prg" size="262144"> <rom name="cap-2q-0 prg" size="262144" crc="7b44fb2a" sha1="5f04d72eb14a0014e44c2875f705c62913538e42" offset="00000" /> </dataarea> |
