move rst.asm and interrupts.asm into home/

This commit is contained in:
yenatch
2017-12-24 21:46:32 -05:00
parent 8b4b97fba5
commit ec8c9688ce
3 changed files with 2 additions and 2 deletions

16
home/interrupts.asm Normal file
View File

@@ -0,0 +1,16 @@
; Game Boy hardware interrupts
SECTION "vblank", ROM0
jp VBlank
SECTION "lcd", ROM0
jp LCD
SECTION "timer", ROM0
jp Timer
SECTION "serial", ROM0
jp Serial
SECTION "joypad", ROM0
jp JoypadInt