]> git.sur5r.net Git - cc65/blob - libsrc/c64/extra/soft80.s
initial commit of soft80 implementation
[cc65] / libsrc / c64 / extra / soft80.s
1
2
3         ; soft80_cgetc.s
4         .import soft80_cgetc
5         .export _cgetc := soft80_cgetc
6
7         ; soft80_chline.s
8         .import soft80_chlinexy
9         .import soft80_chline
10         .export _chlinexy := soft80_chlinexy
11         .export _chline := soft80_chline
12
13         ; soft80_color.s
14         .import soft80_textcolor
15         .import soft80_bgcolor
16         .import soft80_bordercolor
17         .export _textcolor := soft80_textcolor
18         .export _bgcolor := soft80_bgcolor
19         .export _bordercolor := soft80_bordercolor
20
21         ; soft80_cputc.s
22         .import soft80_cputc
23         .import soft80_cputcxy
24         .import soft80_cputdirect
25         .import soft80_putchar
26         .import soft80_newline
27         .import soft80_plot
28         .export _cputc := soft80_cputc
29         .export _cputcxy := soft80_cputcxy
30         .export cputdirect := soft80_cputdirect
31         .export putchar := soft80_putchar
32         .export newline := soft80_newline
33         .export plot := soft80_plot
34
35         ; soft80_cvline.s
36         .import soft80_cvlinexy
37         .import soft80_cvline
38         .export _cvlinexy := soft80_cvlinexy
39         .export _cvline := soft80_cvline
40
41         ; soft80_kclrscr.s
42         .import soft80_kclrscr
43         .export _clrscr := soft80_kclrscr
44         .export CLRSCR := soft80_kclrscr
45
46         ; soft80_kplot.s
47         .import soft80_kplot
48         .export PLOT := soft80_kplot
49
50         ; soft80_kscreen.s
51         .import soft80_kscreen
52         .export SCREEN := soft80_kscreen
53
54 ;-------------------------------------------------------------------------------
55 ; force the init constructor to be imported
56
57         .import soft80_init
58 conio_init      = soft80_init