1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-26 13:18:31 +00:00

fixed kplot

This commit is contained in:
mrdudz
2015-09-28 17:12:20 +02:00
parent 841d764a83
commit 4949836d16
+3
View File
@@ -7,6 +7,9 @@
soft80_kplot:
bcs @getpos
stx CURS_Y
sty CURS_X
; calc pointer to bitmap
lda _bitmaplo,x
clc