diff options
| author | 2017-11-29 02:30:36 +1100 | |
|---|---|---|
| committer | 2017-11-29 02:30:36 +1100 | |
| commit | 8fe2198a265a863601e6dd8f21457043886089c2 (patch) | |
| tree | 577e822f7fb95880cb981b9b050107e8fea745ff | |
| parent | fd195fdd8ab38f2d69dd82ae2fb19d55070b8e36 (diff) | |
clean up sjy change (nw)
| -rw-r--r-- | src/mame/drivers/cyclemb.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/cyclemb.cpp b/src/mame/drivers/cyclemb.cpp index c28056d0417..65d6b3fa6fb 100644 --- a/src/mame/drivers/cyclemb.cpp +++ b/src/mame/drivers/cyclemb.cpp @@ -856,7 +856,7 @@ static INPUT_PORTS_START( skydest ) PORT_DIPNAME( 0x04, 0x04, DEF_STR( Unknown ) ) PORT_DIPSETTING( 0x04, DEF_STR( Off ) ) PORT_DIPSETTING( 0x00, DEF_STR( On ) ) - PORT_DIPNAME( 0x18, 0x10, "Lives" ) + PORT_DIPNAME( 0x18, 0x10, DEF_STR( Lives ) ) PORT_DIPSETTING( 0x00, "4" ) PORT_DIPSETTING( 0x08, "3" ) PORT_DIPSETTING( 0x10, "2" ) @@ -882,7 +882,7 @@ static INPUT_PORTS_START( skydest ) PORT_BIT( 0xe0, IP_ACTIVE_HIGH, IPT_UNUSED ) PORT_START("DSW3") - PORT_DIPNAME( 0x01, 0x01, "Demo_Sounds" ) + PORT_DIPNAME( 0x01, 0x01, DEF_STR( Demo_Sounds ) ) PORT_DIPSETTING( 0x01, DEF_STR( Off ) ) PORT_DIPSETTING( 0x00, DEF_STR( On ) ) PORT_DIPNAME( 0x02, 0x00, DEF_STR( Free_Play ) ) |
