| ■
5chでの話題から |
■
ねぐんま
(750)投稿日:2021年01月15日 (金) 12時11分
|
 |
0x0bで通常ステージ、0x0cでチャレンジングステージが鳴るかと思います
<game> <name>[1981/02]NEW RALLY X (ニューラリーX)</name> <driver type="nrallyx">namco</driver> <romlist archive="rallyx,nrallyxb"> <rom type="code" offset="0x0000">nrallyx.1b</rom> <rom type="code" offset="0x1000">nrallyx.1e</rom> <rom type="code" offset="0x2000">nrallyx.1h</rom> <rom type="code" offset="0x3000">nrallyx.1k</rom>
<rom type="pcm" offset="0x000">rx1-5.3p</rom> <rom type="pcm" offset="0x100">rx1-4.2m</rom> </romlist> <titlelist> <title code="0x00">0x00 [S.E.]クレジット音</title> <title code="0x08">0x08 [S.E.]クレジット音 [サービスモード]</title> <title code="0x01">0x01 ゲーム・スタート・ミュージック</title> <title code="0x0f">0x0f [S.E.]エンジン音予約</title> <title code="0x0b">0x0b BGM 3〜BGM 1</title> <title code="0x05">0x05 [S.E.]チェックポイント通過</title> <title code="0x03">0x03 [S.E.]スコア集計 / ラッキーチェックポイント通過時燃料残量カウント</title> <title code="0x04">0x04 [S.E.]スペシャルチェックポイント通過</title> <title code="0x06">0x06 [S.E.]煙幕</title> <title code="0x02">0x02 [S.E.]燃料残量警告</title> <title code="0x0a">0x0a ラウンド・クリア・ミュージック</title> <title code="0x09">0x09 チャレンジング・ステージ・スタート</title> <title code="0x0c">0x0c BGM 2〜BGM 1</title> <title code="0x07">0x07 [S.E.]エクステンド</title> <title code="0x0e">0x0e ハイスコア・ミュージック</title> </titlelist> </game>
|
| |
|
| |
□nrallyx/ねぐんま
(751)投稿日 : 2021年01月15日 (金) 12時14分
|
| |
 |
nrallyxセットで鳴らすならmameのソースを参考に0x800ごとに切り貼りの必要あり これでnrallyxbのmaincpu(hootでのcode)部とCRC的にも同一なものになる nrx_prg1.1d_1 nrx_prg1.1d_2 nrx_prg2.1e_1 nrx_prg2.1e_2 nrx_prg3.1k_1 nrx_prg3.1k_2 nrx_prg4.1l_1 nrx_prg4.1l_2 |
| |
|
| |
□連投すみません/ねぐんま
(752)投稿日 : 2021年01月15日 (金) 12時21分
|
| |
 |
offset情報が消えてたので 0x0000 nrx_prg1.1d_0x000-0x7ff 0x1000 nrx_prg1.1d_0x800-0xfff 0x0800 nrx_prg2.1e_0x000-0x7ff 0x1800 nrx_prg2.1e_0x800-0xfff 0x2000 nrx_prg3.1k_0x000-0x7ff 0x3000 nrx_prg3.1k_0x800-0xfff 0x2800 nrx_prg4.1l_0x000-0x7ff 0x3800 nrx_prg4.1l_0x800-0xfff |