diff options
author | yenatch <yenatch@gmail.com> | 2017-12-24 21:46:32 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-12-24 21:47:11 -0500 |
commit | ec8c9688ce970b9c3b63a5b287a99542f0bc9984 (patch) | |
tree | 1f6378aaf5d40dd23fddb8ad511ca0aa7bd27c10 /home.asm | |
parent | 8b4b97fba51f0bf32d9a3ab851ed635a6c93abc1 (diff) |
move rst.asm and interrupts.asm into home/
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |