summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-12-24 21:46:32 -0500
committeryenatch <yenatch@gmail.com>2017-12-24 21:47:11 -0500
commitec8c9688ce970b9c3b63a5b287a99542f0bc9984 (patch)
tree1f6378aaf5d40dd23fddb8ad511ca0aa7bd27c10 /home.asm
parent8b4b97fba51f0bf32d9a3ab851ed635a6c93abc1 (diff)
move rst.asm and interrupts.asm into home/
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home.asm b/home.asm
index 9601a8c1a..d7eb44258 100644
--- a/home.asm
+++ b/home.asm
@@ -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