dynax/ddenovr.cpp: Fixed a few more DIP switch settings for Mahjong Daimyojin.

This commit is contained in:
Vas Crabb 2025-02-09 06:17:05 +11:00
parent baea718933
commit 6d4696dbbe

View File

@ -8627,11 +8627,11 @@ static INPUT_PORTS_START( daimyojn )
PORT_START("DSW1")
MAHJONG_PAYOUT_RATE(0, "DIP-SW1:1,2,3,4") //   
PORT_DIPNAME( 0x30, 0x00, "Odds Rate" ) PORT_DIPLOCATION("DIP-SW1:5,6") //  
PORT_DIPSETTING( 0x30, "1 2 4 8 12 16 24 32" ) // changing this doesn't affect the displayed table, although the manual says it should - game bug or emulation bug?
PORT_DIPSETTING( 0x20, "1 2 4 8 12 16 24 32" )
PORT_DIPSETTING( 0x10, "1 2 4 8 12 16 24 32" )
PORT_DIPSETTING( 0x00, "1 2 4 8 12 16 24 32" )
PORT_DIPNAME( 0x30, 0x00, "Odds Rate" ) PORT_DIPLOCATION("DIP-SW1:5,6") //   no effect in "Credits with timer" mode, always uses 1 2 4 8 12 16 24 32
PORT_DIPSETTING( 0x30, "1 2 4 8 12 16 24 32" )
PORT_DIPSETTING( 0x00, "1 2 3 5 8 15 30 50" )
PORT_DIPSETTING( 0x20, "2 3 6 8 12 15 30 50" )
PORT_DIPSETTING( 0x10, "1 2 3 5 10 25 50 100" )
PORT_DIPNAME( 0xc0, 0x40, "Maximum Bet" ) PORT_DIPLOCATION("DIP-SW1:7,8") //  
PORT_DIPSETTING( 0xc0, "1" )
PORT_DIPSETTING( 0x80, "5" )
@ -8657,7 +8657,7 @@ static INPUT_PORTS_START( daimyojn )
PORT_DIPSETTING( 0x00, "1000" )
PORT_START("DSW3")
PORT_DIPNAME( 0x07, 0x04, "Bonus Point Cycle" ) PORT_DIPLOCATION("DIP-SW3:1,2,3")
PORT_DIPNAME( 0x07, 0x04, "Bonus Point Cycle" ) PORT_DIPLOCATION("DIP-SW3:1,2,3") // ボーナスポイントの周期設定
PORT_DIPSETTING( 0x07, "None" ) // 無
PORT_DIPSETTING( 0x06, "First time only" ) // 初回のみ
PORT_DIPSETTING( 0x05, "Every 300 coins" ) // 300コイン毎
@ -8666,15 +8666,15 @@ static INPUT_PORTS_START( daimyojn )
PORT_DIPSETTING( 0x02, "Every 1000 coins" ) // 1000コイン毎
// PORT_DIPSETTING( 0x01, "Every 1000 coins" )
// PORT_DIPSETTING( 0x00, "Every 1000 coins" )
PORT_DIPNAME( 0x08, 0x08, DEF_STR(Unknown ) ) PORT_DIPLOCATION("DIP-SW3:4")
PORT_DIPSETTING( 0x08, "1" )
PORT_DIPSETTING( 0x00, "2" )
PORT_DIPNAME( 0x10, 0x00, DEF_STR(Unknown) ) PORT_DIPLOCATION("DIP-SW3:5")
PORT_DIPSETTING( 0x10, DEF_STR(Off) )
PORT_DIPSETTING( 0x00, DEF_STR(On) )
PORT_DIPNAME( 0x20, 0x20, DEF_STR(Unknown) ) PORT_DIPLOCATION("DIP-SW3:6")
PORT_DIPSETTING( 0x20, DEF_STR(Off) )
PORT_DIPSETTING( 0x00, DEF_STR(On) )
PORT_DIPNAME( 0x08, 0x08, "Yakuman Chances Per Cycle" ) PORT_DIPLOCATION("DIP-SW3:4") // 役満チャンスの回数設定周期毎に
PORT_DIPSETTING( 0x08, "1" ) // 1回
PORT_DIPSETTING( 0x00, "2" ) // 2回
PORT_DIPNAME( 0x10, 0x00, "Allow Sanbaiman as Yakuman Chance" ) PORT_DIPLOCATION("DIP-SW3:5") // 役満チャンスとしての三倍満の許可
PORT_DIPSETTING( 0x10, DEF_STR(No) ) // 不許可
PORT_DIPSETTING( 0x00, DEF_STR(Yes) ) // 許可
PORT_DIPNAME( 0x20, 0x20, "Super Time Trial Frequency" ) PORT_DIPLOCATION("DIP-SW3:6") // スーパータイムトライルの出没率
PORT_DIPSETTING( 0x20, DEF_STR(Normal) ) // 通常
PORT_DIPSETTING( 0x00, "Somewhat common" ) // やや多い
PORT_DIPNAME( 0x40, 0x40, DEF_STR(Unknown) ) PORT_DIPLOCATION("DIP-SW3:7")
PORT_DIPSETTING( 0x40, DEF_STR(Off) )
PORT_DIPSETTING( 0x00, DEF_STR(On) )
@ -8682,7 +8682,7 @@ static INPUT_PORTS_START( daimyojn )
PORT_START("DSW4")
PORT_DIPNAME( 0x01, 0x01, DEF_STR(Service_Mode) ) PORT_DIPLOCATION("DIP-SW4:1") // モード
PORT_DIPSETTING( 0x01, DEF_STR(Off) ) // FIXME: illegible
PORT_DIPSETTING( 0x01, DEF_STR(Off) ) // 通常ゲーム
PORT_DIPSETTING( 0x00, DEF_STR(On) ) // テストモード
PORT_DIPNAME( 0x02, 0x00, "Don Den Button" ) PORT_DIPLOCATION("DIP-SW4:2") // F.FLOP機能ボタン変更
PORT_DIPSETTING( 0x02, "Start" ) // スタート
@ -8714,7 +8714,7 @@ static INPUT_PORTS_START( daimyojn )
PORT_DIPSETTING( 0x10, "Credits" ) // クレジット
PORT_DIPSETTING( 0x00, "Credits with timer" ) // クレジットタイマー
PORT_DIPNAME( 0x20, 0x20, "Game Start Method" ) PORT_DIPLOCATION("DIP-SW3:10") // ゲームスタート時のスタート方式
PORT_DIPSETTING( 0x20, DEF_STR(Normal) ) // FIXME: illegible
PORT_DIPSETTING( 0x20, DEF_STR(Normal) ) // 通常
PORT_DIPSETTING( 0x00, "Automatic minimum bet" ) // FIXME: illegible - when SW3:9 is set to Credits with timer, you can only take the minimum bet by pressing start
PORT_DIPNAME( 0x40, 0x40, "Game Mode" ) PORT_DIPLOCATION("DIP-SW4:9") // タイプ設定
PORT_DIPSETTING( 0x40, "Coin Pool" ) // コインプール