カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
DIP/入力最小解決済み修正済み2009-03-14 15:372009-03-26 02:47
 
テスターhyrulian担当者etabetaソースpacman/pengo.cpp
バージョン0.130発生バージョン0.127u1修正バージョン0.130u2
修正コミットプルリク
フラグ
セット jrpacmbl
セット詳細
jrpacmbl - ジュニアパックマン (ペンゴ基板, 海賊版)
 
概 要各入力が別のモノに置き換わっている。
詳 細All of the inputs perform the wrong function in-game; each one is interchanged with a different one. Here is how they end up interchanged:

Service Mode (DIP) <--> Coin 1
1P Start <--> Coin 2
2P Start <--> Coin 3
1P Up/Down/Left/Right <--> 2P Up/Down/Left/Right

Looking at the source (pengo.c), it seems that the problem may simply be that ports "P1" and "P2" are interchanged in the address map, and swapping the two might solve the problem. I don't have the means to build this myself to test, however.
再現手順Simply try to play the game; the problem will be apparent immediately when you try to put coins in.
追加情報 
 
添付ファイル