diff --git a/grafproc.asm b/grafproc.asm index 82b7e95..ded2450 100644 --- a/grafproc.asm +++ b/grafproc.asm @@ -1341,10 +1341,11 @@ EndPutChar ; all pixels are being drawn ; (empty and not empty) ;-------------------------------------------------- - cpw ydraw #(screenheight-4) - jcs TypeChar.EndPutChar ;nearest RTS - cpw xdraw #(screenwidth-4) - jcs TypeChar.EndPutChar ;nearest RTS + ; cpw ydraw #(screenheight-4) + ; jcs TypeChar.EndPutChar ;nearest RTS + ; cpw xdraw #(screenwidth-4) + ; jcs TypeChar.EndPutChar ;nearest RTS + ; checks ommited. lda plot4x4color beq FontColor0 lda #$ff ; better option to check (plot4x4color = $00 or $ff) diff --git a/scorch.xex b/scorch.xex index 7475534..37ede01 100644 Binary files a/scorch.xex and b/scorch.xex differ