mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 13:55:38 +00:00
Service menu activated in swtrilgyp.
Note : The "feedback stick test" always failed (change cab type DX to SD if needed).
This commit is contained in:
parent
c8f47cc52b
commit
f3a7ec52ba
|
@ -2225,14 +2225,17 @@
|
||||||
</hardware>
|
</hardware>
|
||||||
<roms>
|
<roms>
|
||||||
<patches>
|
<patches>
|
||||||
<!-- skip force feedback lever check -->
|
<!-- obsolete patches -->
|
||||||
<!--<patch region="crom" bits="32" offset="0x87db8" value="0x60000000" /> --> <!-- from MAME -->
|
<!-- 0x87db8 = 0x60000000 patch from Mame -->
|
||||||
<!-- Spindizzi notes : mimic patch from Bart's patch in swtrilgy to prevent game to be slow-->
|
<!-- 0x04184 = 0x480000AC no more needed if ffb lever rom loaded -->
|
||||||
<!-- instead of patch we can make hack timing in code -->
|
<!-- 0x8391c = 0x60000000 no more needed if ffb lever rom loaded -->
|
||||||
<patch region="crom" bits="32" offset="0x04184" value="0x480000AC" />
|
<!-- related to force feedback setup -->
|
||||||
<patch region="crom" bits="32" offset="0x0292c" value="0x60000000" />
|
<patch region="crom" bits="32" offset="0x0292c" value="0x60000000" />
|
||||||
<patch region="crom" bits="32" offset="0x02998" value="0x60000000" />
|
<patch region="crom" bits="32" offset="0x02998" value="0x60000000" />
|
||||||
<patch region="crom" bits="32" offset="0x8391c" value="0x60000000" />
|
<!-- unemulated JTAG stuff : enable service menu -->
|
||||||
|
<patch region="crom" bits="32" offset="0x886e0" value="0x60000000" />
|
||||||
|
<patch region="crom" bits="32" offset="0x886e4" value="0x60000000" />
|
||||||
|
<patch region="crom" bits="32" offset="0x886e8" value="0x60000000" />
|
||||||
</patches>
|
</patches>
|
||||||
<region name="crom" stride="8" chunk_size="2" byte_swap="true">
|
<region name="crom" stride="8" chunk_size="2" byte_swap="true">
|
||||||
<file offset="0" name="epr-crom0.20" crc32="0xDA7D49FA" />
|
<file offset="0" name="epr-crom0.20" crc32="0xDA7D49FA" />
|
||||||
|
|
Loading…
Reference in a new issue