カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
DIP/入力解決済み修正済み2008-05-25 16:552008-05-26 03:41
 
テスターhaynor666担当者Hazeソースmisc/vamphalf.cpp
バージョン0.125u2発生バージョン0.125u2修正バージョン0.125u3
修正コミットプルリク
フラグ
セット finalgdr
セット詳細
finalgdr - Final 고도리 (Godori) (韓国版, version 2.20.5915)
 
概 要コインが入らない。
詳 細In 125u2 all coin slots are disabled so I cannot insert coin. In 125 all coins slots are also disabled (check booking) but I can insert coins.

<B>Tafoid: There is a section of Inputs that are not being read in properly, so the coins and service modes are not being assigned. From vamphalf.c

	PORT_START
	PORT_BIT( 0x0001, IP_ACTIVE_LOW, IPT_COIN1 )
	PORT_BIT( 0x0002, IP_ACTIVE_LOW, IPT_COIN2 )
	PORT_BIT( 0x0004, IP_ACTIVE_LOW, IPT_UNKNOWN )
	PORT_BIT( 0x0008, IP_ACTIVE_LOW, IPT_UNKNOWN )
	PORT_BIT( 0x0010, IP_ACTIVE_LOW, IPT_UNKNOWN )
	PORT_BIT( 0x0020, IP_ACTIVE_LOW, IPT_UNKNOWN )
	PORT_BIT( 0x0040, IP_ACTIVE_LOW, IPT_SERVICE1 )
	PORT_SERVICE_NO_TOGGLE( 0x0080, IP_ACTIVE_LOW )
	PORT_BIT( 0xff, IP_ACTIVE_LOW, IPT_UNKNOWN )
INPUT_PORTS_END
再現手順Run game with nvram deleted for this game.
追加情報 
 
添付ファイル