From b945beb6a7c4688747de73d6f35eb890b257fdaf Mon Sep 17 00:00:00 2001 From: Stefan Date: Tue, 22 May 2018 21:18:10 +0000 Subject: [PATCH] Indicate a dummy outtext --- libsrc/apple2/tgi/a2.lo.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsrc/apple2/tgi/a2.lo.s b/libsrc/apple2/tgi/a2.lo.s index 7238463a9..2f5485e02 100644 --- a/libsrc/apple2/tgi/a2.lo.s +++ b/libsrc/apple2/tgi/a2.lo.s @@ -58,8 +58,8 @@ Y2 := ptr4 .word 48 ; Y resolution .byte 16 ; Number of drawing colors .byte 1 ; Number of screens available - .byte 8 ; System font X size - .byte 8 ; System font Y size + .byte 0 ; System font X size + .byte 0 ; System font Y size .word $0198 ; Aspect ratio (based on 4/3 display) .byte 0 ; TGI driver flags -- 2.39.5