1 SECTION "boot", HOME[$0]
3 ld [$FF51], A ; Poke the LEDs
10 ; Write a little bit to the RAM
40 ld [hl], $01 ; Select the GB boot rom
69 db $0D,$0A,$1B,"[1mFPGABoy Boot ROM",$1B,"[0m",$0D,$0A,0
71 db "Booting...",$0D,$0A,0
74 SECTION "a", HOME[$100]
75 nop ; Make sure we don't overflow.