mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 13:55:38 +00:00
Fixing Magical Truck Adventure bad ROM dump which was causing attract mode to stop rendering
This commit is contained in:
parent
bc774ca10e
commit
1a7e319aaf
|
@ -1228,6 +1228,8 @@
|
|||
</hardware>
|
||||
<roms>
|
||||
<patches>
|
||||
<!-- Fixing bad ROM dump which causes attract mode to stop rendering -->
|
||||
<patch region="crom" bits="32" offset="0x091A34" value="0x917F0068" />
|
||||
<!-- Enable Region change (remove the patch to return to Japan region) -->
|
||||
<patch region="crom" bits="32" offset="0x14B25C" value="0x38600001" />
|
||||
</patches>
|
||||
|
|
Loading…
Reference in a new issue