mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
Add some patches to skip init sequence.
This commit is contained in:
parent
418745f69b
commit
d7f577bd07
1 changed files with 15 additions and 0 deletions
|
@ -15,5 +15,20 @@
|
||||||
"boot": "atfile0:prog.elf",
|
"boot": "atfile0:prog.elf",
|
||||||
"patches":
|
"patches":
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
"--address": "0x001A2834",
|
||||||
|
"value": "0x0",
|
||||||
|
"description": "Show Debug Info"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"address": "0x001AAC9C",
|
||||||
|
"value": "0x24040002",
|
||||||
|
"description": "Jump to state 2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"address": "0x001AAE08",
|
||||||
|
"value": "0x0",
|
||||||
|
"description": "Skip some init"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue