formatting at Start

This commit is contained in:
yenatch 2013-09-03 17:45:37 -04:00
parent 7bc23f0862
commit 20919e4d8a
1 changed files with 3 additions and 1 deletions

View File

@ -49,7 +49,9 @@ SECTION "serial",ROM0[$58] ; serial interrupt
SECTION "joypad",ROM0[$60] ; joypad interrupt
jp JoypadInt
SECTION "romheader",ROM0[$100]
SECTION "header",ROM0[$100]
Start:
nop
jp _Start