Skip to content

Commit

Permalink
Shouse: Fixed button names were swapped
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmiki committed May 6, 2024
1 parent 33b1565 commit 579392f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cores/shouse/cfg/mame2mra.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@ debug = { machines=[
names = [
{ machine="bakutotu", names="Gun Shot" },
{ machine="berabohm", names="Attack,Jump" },
{ machine="blastoff", names="Missile Type Change,Missile Shot" },
{ machine="blazer", names="Side Missile,Forward Missile" },
{ machine="boxyboy", names="Increase Speed,Takeback" },
{ machine="blastoff", names="Missile Shot,Missile Type Change" },
{ machine="blazer", names="Forward Missile,Side Missile" },
{ machine="boxyboy", names="Try Again,Takeback" },
{ machine="dangseed", names="Shot,Bomber" },
{ machine="dspirit", names="Fire Ground,Fire Air" },
{ machine="dspirit", names="Fire Air,Fire Ground" },
{ machine="faceoff", names="Shot,Pass/Shoot" },
{ machine="galaga88", names="Fire" },
{ machine="mmaze", names="Jump,Shot" },
{ machine="mmaze", names="Shot/Big Shot,Jump" },
{ machine="pacmania", names="Jump" },
{ machine="pistoldm", names="Shot/Bomber" },
{ machine="puzlclub", names="Get Stuck" },
{ machine="quester", names="Start" },
{ machine="rompers", names="Knock Down Stone Wall" },
{ machine="shadowld", names="Jump,Telekinesis Launch" },
{ machine="shadowld", names="Telekinesis Launch,Jump" },
{ machine="splatter", names="Attack,Jump" },
{ machine="tankfrce", names="Shot" },
{ machine="wldcourt", names="Slow Serve/Return,Quick Serve/Return" },
{ machine="ws", names="Base Running/Checkmate,Batting/Throw,Timeout" },
{ machine="ws", names="Batting/Throw,Base Running/Checkmate,Timeout" },
]

[header]
Expand Down

0 comments on commit 579392f

Please sign in to comment.