Skip to content

Commit

Permalink
Add some patches to skip init sequence.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd002 committed May 9, 2024
1 parent 7f37df2 commit 6e58181
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions arcadedefs/umilucky.arcadedef
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,20 @@
"boot": "atfile0:prog.elf",
"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"
}
]
}

0 comments on commit 6e58181

Please sign in to comment.