summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorAstrid Smith2010-06-20 19:38:40 -0700
committerAstrid Smith2010-06-20 19:38:40 -0700
commitcbbe6724aa1cdc0ebf260ecda36b77bf72a9e580 (patch)
tree7833b891a597588dee74f14d74ee1161adf471e3 /main.asm
parent3c1b1badba4b42708c9953de0af061bc610e9b99 (diff)
Added asm file to do video stuff, renamed storage to fit
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.asm b/main.asm
index b4aed81..99c6a82 100644
--- a/main.asm
+++ b/main.asm
@@ -236,6 +236,7 @@ _main:
rts
include "ports.asm"
+ include "video.asm"
include "interrupts.asm"
include "flags.asm"