Cleaned up Xylos TX, J/N works again

This commit is contained in:
furrtek 2016-07-27 05:54:55 +02:00
parent 2177456b7e
commit 79f2134d91
11 changed files with 166 additions and 223 deletions

View file

@ -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 {