1
0
Fork 0

int13 unconditionally enables the interrupt flag on return (ripsaw, fixes some pirates booter version);

change the set/clear flag for callback return functions a bit (hal)


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3458
This commit is contained in:
Sebastian Strohhäcker 2009-08-23 17:24:54 +00:00
parent 404af77c9b
commit decb3823d2
3 changed files with 22 additions and 9 deletions

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: callback.h,v 1.25 2009-06-11 16:05:17 c2woody Exp $ */
/* $Id: callback.h,v 1.26 2009-08-23 17:24:54 c2woody Exp $ */
#ifndef DOSBOX_CALLBACK_H
#define DOSBOX_CALLBACK_H
@ -71,6 +71,7 @@ bool CALLBACK_Free(Bitu callback);
void CALLBACK_SCF(bool val);
void CALLBACK_SZF(bool val);
void CALLBACK_SIF(bool val);
extern Bitu call_priv_io;