1
0
mirror of https://github.com/deater/dos33fsprogs.git synced 2025-02-16 03:31:11 +00:00
Vince Weaver b1238af49d re-arranged the entire directory structure
this will probably upset people
2021-01-05 15:29:31 -05:00

40 lines
554 B
ArmAsm

SET_GR = $C050
FULLGR = $C052
PAGE0 = $C054
HIRES = $C057
KEYPRESS = $C000
KEYRESET = $C010
landscape:
bit SET_GR
bit FULLGR
bit PAGE0
bit HIRES
forever:
lda KEYPRESS
bpl forever
bit KEYRESET
;============================
; setup load code
;============================
WHICH_LOAD = $80
lda #0
sta WHICH_LOAD
jmp $119A
.align $100
.incbin "CHANNELWOODC.BIN"