]> git.sur5r.net Git - cc65/blob - libsrc/telemon24/hires.s
Correcting spaces
[cc65] / libsrc / telemon24 / hires.s
1 ;
2 ; Ullrich von Bassewitz, 2003-04-13
3 ;
4 ; void hires(void);
5 ;
6 ; This function is a hack!
7 ;
8
9         .export         _hires
10
11
12         .include        "telemon24.inc"
13
14                 
15 ; can be optimized with a macro         
16 .proc   _hires
17         brk
18     .byt $1a
19         rts
20 .endproc
21
22