added ExitTurbo before showing DlgBox - this allows for safe recover after ActionReplay freeze
git-svn-id: svn://svn.cc65.org/cc65/trunk@2865 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
void _afailed (char* file, unsigned line)
|
||||
{
|
||||
|
||||
ExitTurbo();
|
||||
|
||||
drawWindow.top = 0;
|
||||
drawWindow.left = 0;
|
||||
drawWindow.bot = 15;
|
||||
|
||||
Reference in New Issue
Block a user