added some more comments and -headers
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
|
||||
;
|
||||
; Groepaz/Hitmen, 12.10.2015
|
||||
;
|
||||
; lowlevel kplot function for the soft80 implementation
|
||||
;
|
||||
|
||||
.export soft80_kplot
|
||||
|
||||
.include "c64.inc"
|
||||
@@ -35,6 +41,9 @@ soft80_kplot:
|
||||
ldy CURS_X
|
||||
rts
|
||||
|
||||
; FIXME: the following tables take up 260 bytes, perhaps move them
|
||||
; to 0xdc00... area in ram under i/o
|
||||
|
||||
.rodata
|
||||
_bitmapxlo:
|
||||
.repeat 80,col
|
||||
|
||||
Reference in New Issue
Block a user