Replace the only inline assembly with a standard TGI call.

This commit is contained in:
Jeremy Rand 2018-10-21 14:36:17 -04:00
parent 6709078275
commit 681f20dc33
2 changed files with 1 additions and 1 deletions

View File

@ -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;
}

Binary file not shown.