Removed some redundant code.

This commit is contained in:
Bobbi Webber-Manners 2021-09-21 16:10:12 -04:00
parent 56bea28ff9
commit 0c5425611c
3 changed files with 2 additions and 8 deletions

Binary file not shown.

View File

@ -177,6 +177,6 @@ BYTE00XX BEQ BYTE00A ; OSBYTE 0,0 - generate error
RTS ; %000x1xxx host type, 'A'pple
BYTE00A BRK
DB $F7
HELLO ASC 'Applecorn MOS 2021-09-17'
HELLO ASC 'Applecorn MOS 2021-09-21'
DB $00 ; Unify MOS messages

View File

@ -1110,13 +1110,7 @@ DRAWPNT >>> ENTMAIN
:S2 LDA BGCOLOR ; Draw in background colour
:SETCOLOR STA Entry+5
JSR Entry+16 ; FDRAW: SetColor
LDA PLOTMODE
AND #$C0
CMP #$40
BEQ :POINT
JSR Entry+28 ; FDRAW: DrawLine
>>> XF2AUX,VDU25RET
:POINT JSR Entry+25 ; FDRAW: DrawPoint
JSR Entry+25 ; FDRAW: DrawPoint
>>> XF2AUX,VDU25RET
* Reset colours and linetype