diff options
author | 2020-07-19 10:46:31 +0200 | |
---|---|---|
committer | 2020-07-19 10:46:45 +0200 | |
commit | eb3db0868f54404dfa0b33ea5a2bf8fca1d9a738 (patch) | |
tree | fced5966054cce82f95c9bcf5ddc02ea6ee03d91 | |
parent | deae8468b3d0b8b7946c475fc4c8864d45d9ad0e (diff) |
segaybd: add note regarding rchase freeplay
-rw-r--r-- | src/mame/drivers/segaybd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/segaybd.cpp b/src/mame/drivers/segaybd.cpp index ca5df4f0e7a..98fc07b6e1a 100644 --- a/src/mame/drivers/segaybd.cpp +++ b/src/mame/drivers/segaybd.cpp @@ -1181,7 +1181,7 @@ static INPUT_PORTS_START( rchase ) PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_START2 ) PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_START1 ) - PORT_MODIFY("COINAGE") + PORT_MODIFY("COINAGE") // like with the other games, set all 0x00 for Free Play PORT_DIPNAME( 0x03, 0x03, "Coin to Credit" ) PORT_DIPLOCATION("SWA:1,2") PORT_DIPSETTING( 0x00, DEF_STR( 4C_1C ) ) PORT_DIPSETTING( 0x01, DEF_STR( 3C_1C ) ) |