diff --git a/applecorn.po b/applecorn.po index 77087b6..8f74909 100644 Binary files a/applecorn.po and b/applecorn.po differ diff --git a/auxmem.vdu.s b/auxmem.vdu.s index f5ae7d3..2b42f77 100644 --- a/auxmem.vdu.s +++ b/auxmem.vdu.s @@ -624,8 +624,6 @@ VDU25 LDA VDUQ+4 CMP #$04 ; Move absolute BEQ HGRPOS ; Just update pos :NOTMOVE >>> WRTMAIN - LDA HCOLOR - STA Entry+5 ; Colour LDA XPIXEL+0 STA Entry+6 LDA XPIXEL+1 diff --git a/mainmem.svc.s b/mainmem.svc.s index e9e1328..bc868cb 100644 --- a/mainmem.svc.s +++ b/mainmem.svc.s @@ -1069,7 +1069,6 @@ SETCOLOR >>> ENTMAIN * Call FDraw DrawLine routine DRAWLINE >>> ENTMAIN - JSR Entry+16 ; FDRAW: SetColor JSR Entry+28 ; FDRAW: DrawLine >>> XF2AUX,VDU25RET