Skip to content

Conversation

@jbtx77gr
Copy link
Contributor

@jbtx77gr jbtx77gr commented Nov 5, 2025

  • adding cmast97 correct settings

- adding cmast97 correct settings
PORT_DIPNAME( 0x01, 0x01, "Double Up Game" ) PORT_DIPLOCATION("DSW1:!1")
PORT_DIPSETTING( 0x01, "Used" )
PORT_DIPSETTING( 0x00, "Not Use" )
PORT_DIPNAME( 0x02, 0x00, "Double Up Game Type" ) PORT_DIPLOCATION("DSW1:!2")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the case of things that are "yes/no" or "on/off", is better to use the def strings instead of some chinese "engrish". I know that is what the manual literally says, but the last thing we want is that someone jumps over due to the engrish sentences.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It’s better to use standard descriptions in general. Also we try to order settings consistently:

  • Off before on
  • Least generous to most generous
  • Smallest to biggest
  • etc.

@RobertoFresca RobertoFresca merged commit b4c1fd1 into mamedev:master Nov 5, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants