1
0
Fork 0

Disabled zeroing of int f handler.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1275
This commit is contained in:
Peter Veenstra 2003-09-29 21:06:49 +00:00
parent d079c8388a
commit 4280d1cef5

View file

@ -16,6 +16,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: callback.cpp,v 1.16 2003-09-29 21:06:49 qbix79 Exp $ */
#include <stdlib.h>
#include <stdio.h>
@ -204,7 +206,7 @@ void CALLBACK_Init(Section* sec) {
real_writed(0,i*4,CALLBACK_RealPointer(call_default));
}
real_writed(0,0x67*4,CALLBACK_RealPointer(call_default));
real_writed(0,0xf*4,0);
//real_writed(0,0xf*4,0); some games don't like it
}