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

View File

@ -5,10 +5,10 @@ SECTION "NULL", ROM0
NULL::
INCLUDE "rst.asm"
INCLUDE "home/rst.asm"
INCLUDE "interrupts.asm"
INCLUDE "home/interrupts.asm"
SECTION "Header", ROM0