diff options
| author | Astrid Smith | 2010-06-20 19:38:40 -0700 |
|---|---|---|
| committer | Astrid Smith | 2010-06-20 19:38:40 -0700 |
| commit | cbbe6724aa1cdc0ebf260ecda36b77bf72a9e580 (patch) | |
| tree | 7833b891a597588dee74f14d74ee1161adf471e3 /main.asm | |
| parent | 3c1b1badba4b42708c9953de0af061bc610e9b99 (diff) | |
Added asm file to do video stuff, renamed storage to fit
Diffstat (limited to 'main.asm')
| -rw-r--r-- | main.asm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -236,6 +236,7 @@ _main: rts include "ports.asm" + include "video.asm" include "interrupts.asm" include "flags.asm" |
