カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
DIP/入力解決済み修正済み2008-01-31 05:462008-05-07 07:14
 
テスターBugfinder担当者couriersudソースcapcom/blktiger.cpp
バージョン0.37b15発生バージョン0.37b7修正バージョン0.122u7
修正コミットプルリク
フラグ旧BugIDblktiger37b15gre
セット blktiger
セット詳細
blktiger - ブラックドラゴン / Black Tiger
 
概 要プレイ中にコインが入らない。
詳 細These games can't receive coins during play, only in continue screen. Oddly the service coin (key 9) works!
Update: With the "Allow Continue" dip set to "NO", if you insert one coin, play a game, then die, you can no longer insert any coins to play a second
game.

Follow-up by robiza in 0.111u2: Strangely the bits of coin lockout are set at the start of a play (and with the 9th credit too) and release in "10 seconds to continue screen"; if the continue is "not allowed" (with the dipswitchs) the bits are never released

i think the coin lockout feature, in this game, is not used the credit limit is handled by software; if you try this code:

static WRITE8_HANDLER( blktiger_coinlockout_w )
{
// coin_lockout_w(0,~data & 0x01);
// coin_lockout_w(1,~data & 0x02);
}


the credit limit is always 9 but the game accept credit in the game too (not only in attract mode)i think there's a similar problem with the game pacland (coin lockout feature present but non used - in pacland the real credit limit is 99 but coin lockout is set at the 9th credit)
再現手順 
追加情報 
 
添付ファイル