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

@@ -13,6 +13,7 @@ void __fastcall__ _poserror (const char* msg)
{
const char *errmsg = _stroserror(_oserror);
ExitTurbo();
if (msg && *msg) {
DlgBoxOk(msg, errmsg);
} else {