1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-04 13:29:35 +00:00

export mouse driver related symbols

This commit is contained in:
mrdudz 2015-10-12 21:02:48 +02:00
parent 5840d1c08c
commit d6f48629ad
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,7 @@
;
; import/overload stubs for the soft80 implementation
.include "../soft80.inc"
; soft80_cgetc.s
.import soft80_cgetc
@ -57,3 +58,5 @@
.import soft80_screensize
.export screensize := soft80_screensize
.export mcb_spritememory := soft80_spriteblock
.export mcb_spritepointer := (soft80_vram + $03F8)

View File

@ -7,6 +7,7 @@ soft80_lo_charset = $d000
soft80_hi_charset = $d400
soft80_vram = $d800 ; ram under i/o
soft80_colram = $d800 ; color ram (used for temp. storage)
soft80_spriteblock = $dc00
soft80_bitmap = $e000
charsperline = 80