Skip to content

Commit

Permalink
Ported the changes from ExtCeiling-v0, starting to solve #111
Browse files Browse the repository at this point in the history
  • Loading branch information
ADM228 committed Aug 13, 2024
1 parent 30993cc commit b845921
Show file tree
Hide file tree
Showing 10 changed files with 6,008 additions and 5,784 deletions.
4 changes: 4 additions & 0 deletions CONFIG/mmc3.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ SEGMENTS {
WRAM_SL0: load = WRAM, type = bss, start = $60F0, define = yes, optional = yes;
COLLMAP1: load = WRAM, type = bss, start = $6100, define = yes;
WRAM_SL1: load = WRAM, type = bss, start = $61F0, define = yes, optional = yes;
COLLMAP2: load = WRAM, type = bss, start = $6200, define = yes;
WRAM_SL2: load = WRAM, type = bss, start = $62F0, define = yes, optional = yes;
COLLMAP3: load = WRAM, type = bss, start = $6300, define = yes;
WRAM_SL3: load = WRAM, type = bss, start = $63F0, define = yes, optional = yes;
SRAM: load = WRAM, type = rw, align = $0100, define = yes;
IRQ_T: load = WRAM, type = bss, start = $7FC0, define = yes;
# Banks for mmc3 are split into two groups:
Expand Down
2,385 changes: 1,202 additions & 1,183 deletions LEVELS/all_level_data.s

Large diffs are not rendered by default.

Loading

0 comments on commit b845921

Please sign in to comment.