Fix section linking

Create linker script and float all sections
This commit is contained in:
PikalaxALT
2017-06-17 19:14:55 -04:00
committed by PikalaxALT
parent e1c2876ff6
commit 0e470bc785
72 changed files with 827 additions and 329 deletions

View File

@@ -1,16 +1,16 @@
; Game Boy hardware interrupts
SECTION "vblank",ROM0[$40]
SECTION "vblank",ROM0
jp VBlank
SECTION "lcd",ROM0[$48]
SECTION "lcd",ROM0
jp LCD
SECTION "timer",ROM0[$50]
SECTION "timer",ROM0
jp Timer
SECTION "serial",ROM0[$58]
SECTION "serial",ROM0
jp Serial
SECTION "joypad",ROM0[$60]
SECTION "joypad",ROM0
jp JoypadInt