mirror of
https://github.com/jeremysrand/ocanada.git
synced 2024-12-28 07:30:47 +00:00
Replace the only inline assembly with a standard TGI call.
This commit is contained in:
parent
6709078275
commit
681f20dc33
@ -27,7 +27,7 @@ void initGraphics(void)
|
|||||||
tgi_init();
|
tgi_init();
|
||||||
|
|
||||||
// Mixed text and graphics mode
|
// Mixed text and graphics mode
|
||||||
asm ("STA %w", 0xc053);
|
tgi_apple2_mix(1);
|
||||||
|
|
||||||
tgi_inited = true;
|
tgi_inited = true;
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user