]> git.sur5r.net Git - cc65/blob - libsrc/c64/soft80_scrsize.s
1873f7327ec07b741eb71d91d78f62b1cfbcfe87
[cc65] / libsrc / c64 / soft80_scrsize.s
1
2         .export         soft80_screensize
3
4         .include        "soft80.inc"
5
6 soft80_screensize:
7         ldy     #screenrows
8         ldx     #charsperline
9         rts
10
11 ;-------------------------------------------------------------------------------
12 ; force the init constructor to be imported
13
14         .import soft80_init
15 conio_init      = soft80_init