カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
チートシステム解決済み修正済み2008-08-21 08:312024-03-26 21:40
 
テスターPugsy担当者aaronソースsony/zn.cpp
バージョン0.127発生バージョン修正バージョン0.127u1
修正コミットプルリク
フラグ
セット flamegun
セット詳細
flamegun - フレームガンナー (輸出版)
 
概 要デバッガ、チートシステムでのMAINの大文字CPUタグが動作しない。
詳 細There seems to be a case sensitive issue with the cpu tags, it effects both cheat system and debugger writes. In the zn.c driver the 'main' cpu is actually 'MAIN' and there's seems to be no way to use memory write commands regardless if MAIN or main is used.
再現手順In the debugger, it complains with either of these commands for flamegun:-

MAIN.pb@062772=63
or
main.pb@062772=63



In the cheat system use these xml files for flamegun, both fail to parse:-

<mamecheat version="1">

<cheat desc="Infinite Credits">
<script state="run">
<action>main.pb@062772=63</action>
</script>
</cheat>

</mamecheat>

OR

<mamecheat version="1">

<cheat desc="Infinite Credits">
<script state="run">
<action>MAIN.pb@062772=63</action>
</script>
</cheat>

</mamecheat>
追加情報 
 
添付ファイル