カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
クラッシュ/フリーズ解決済み修正済み2009-03-06 06:092019-12-23 23:43
 
テスターKale担当者 ソースjaleco/tetrisp2.cpp
バージョン0.129u6発生バージョン0.129u6 (added)修正バージョン
修正コミットプルリク
フラグ
セット tetrisp2j
セット詳細
tetrisp2j - テトリスプラス2 (日本版, V2.2)
 
概 要起動時に黒画面で進まない。リセットすると動作する。
詳 細Tetris Plus 2 (Japan version only) hangs randomly in some circustances. Happens on either at start-up (black screen) or on the attract mode.
I say "randomly" because it's caused by the code at line 208:

static READ16_HANDLER( tetrisp2_ip_1_word_r )
{
return ( input_port_read(space->machine, "SYSTEM") & 0xfcff ) |
( mame_rand(space->machine) & ~0xfcff ) |
( 1 << (8 + (mame_rand(space->machine)&1)) );
}

This is a kludge and should be fixed anyway...
再現手順 
追加情報 
 
添付ファイル