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:
izydorst
2004-01-02 23:28:00 +00:00
parent 83342c6ee9
commit e94afbc0dd
4 changed files with 5 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
void abort (void)
{
ExitTurbo();
DlgBoxOk(CBOLDON "ABNORMAL PROGRAM", "TERMINATION." CPLAINTEXT);
exit(3);
}