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:
@@ -13,6 +13,7 @@ void __fastcall__ _poserror (const char* msg)
|
||||
{
|
||||
const char *errmsg = _stroserror(_oserror);
|
||||
|
||||
ExitTurbo();
|
||||
if (msg && *msg) {
|
||||
DlgBoxOk(msg, errmsg);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user