mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-29 01:29:03 -04:00
Cleaned up Xylos TX, J/N works again
This commit is contained in:
parent
2177456b7e
commit
79f2134d91
11 changed files with 166 additions and 223 deletions
|
@ -102,12 +102,12 @@ struct region_t {
|
|||
|
||||
constexpr region_t bootstrap {
|
||||
.offset = 0x00000,
|
||||
.size = 0x10000,
|
||||
.size = 0x8000,
|
||||
};
|
||||
|
||||
constexpr region_t images {
|
||||
.offset = 0x10000,
|
||||
.size = 0x30000,
|
||||
.offset = 0x8000,
|
||||
.size = 0x38000,
|
||||
};
|
||||
|
||||
constexpr region_t application {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue