From 4949836d1692a88c1ebbb71a1b6c7936f9c28e63 Mon Sep 17 00:00:00 2001 From: mrdudz Date: Mon, 28 Sep 2015 17:12:20 +0200 Subject: [PATCH] fixed kplot --- libsrc/c64/soft80_kplot.s | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libsrc/c64/soft80_kplot.s b/libsrc/c64/soft80_kplot.s index 884404b5f..eaaed7596 100644 --- a/libsrc/c64/soft80_kplot.s +++ b/libsrc/c64/soft80_kplot.s @@ -7,6 +7,9 @@ soft80_kplot: bcs @getpos + stx CURS_Y + sty CURS_X + ; calc pointer to bitmap lda _bitmaplo,x clc -- 2.39.5