summaryrefslogtreecommitdiff
path: root/interrupts.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 /interrupts.asm
parent8b4b97fba51f0bf32d9a3ab851ed635a6c93abc1 (diff)
move rst.asm and interrupts.asm into home/
Diffstat (limited to 'interrupts.asm')
-rw-r--r--interrupts.asm16
1 files changed, 0 insertions, 16 deletions
diff --git a/interrupts.asm b/interrupts.asm
deleted file mode 100644
index 0cae6441c..000000000
--- a/interrupts.asm
+++ /dev/null
@@ -1,16 +0,0 @@
-; 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