diff --git a/ocanada/flag.c b/ocanada/flag.c index 3a89f7d..7fda526 100644 --- a/ocanada/flag.c +++ b/ocanada/flag.c @@ -27,7 +27,7 @@ void initGraphics(void) tgi_init(); // Mixed text and graphics mode - asm ("STA %w", 0xc053); + tgi_apple2_mix(1); tgi_inited = true; } diff --git a/ocanada/make/V2Make.scpt b/ocanada/make/V2Make.scpt index f15af88..838068a 100644 Binary files a/ocanada/make/V2Make.scpt and b/ocanada/make/V2Make.scpt differ