X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libsrc%2Fc16%2Fconio.s;h=feca30c6898dfc1ca9500b0e29333d11405076c8;hb=9f8b5668e14ca68c063dce6ce338df9bedcfab7b;hp=c3269359a4e9d84fd7a3d53a03041bc88abc9ca7;hpb=e41c0adbb29b246334b2977435968b4d06ed02c5;p=cc65 diff --git a/libsrc/c16/conio.s b/libsrc/c16/conio.s index c3269359a..feca30c68 100644 --- a/libsrc/c16/conio.s +++ b/libsrc/c16/conio.s @@ -4,7 +4,7 @@ ; Low level stuff for screen output/console input ; - .exportzp CURS_X, CURS_Y + .exportzp CURS_X, CURS_Y - .include "../plus4/plus4.inc" + .include "plus4.inc"