mirror of
https://github.com/cc65/cc65.git
synced 2025-02-12 21:31:10 +00:00
Disable double hires on exit.
A program being run afterwards might not even know about the existence of double hires. So it's our task to turn double hires off on exit.
This commit is contained in:
parent
7118c9236b
commit
e3ca14116d
@ -40,6 +40,7 @@ void main (void)
|
|||||||
}
|
}
|
||||||
closedir (dir);
|
closedir (dir);
|
||||||
|
|
||||||
|
POKE (0xC05F, 0);
|
||||||
tgi_uninstall ();
|
tgi_uninstall ();
|
||||||
videomode (old);
|
videomode (old);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user