mirror of
https://github.com/jeremysrand/ocanada.git
synced 2025-08-09 14:25:20 +00:00
Replace the only inline assembly with a standard TGI call.
This commit is contained in:
@@ -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.
Reference in New Issue
Block a user