]> git.sur5r.net Git - cc65/blob - libsrc/apple2/vtabz.s
Fixed _textcolor definition.
[cc65] / libsrc / apple2 / vtabz.s
1 ;
2 ; Oliver Schmidt, 03.03.2007
3 ;
4 ; VTABZ routine
5 ;
6
7         .export         VTABZ
8
9         .include        "apple2.inc"
10
11         .segment        "LOWCODE"
12
13 VTABZ:
14         ; Switch in ROM and call VTABZ
15         bit     $C082
16         jsr     $FC24           ; Generate text base address
17
18         ; Switch in LC bank 2 and return
19         bit     $C080
20         rts