Release 940804
[wine/gsoc-2012-control.git] / miscemu / int16.c
blob88ff49d4ce6fdfdf0df20c60a33064fd24bdc9ef
1 #include <stdio.h>
2 #include <stdlib.h>
3 #include "msdos.h"
4 #include "wine.h"
6 int do_int16(struct sigcontext_struct *context)
8 switch((context->sc_eax >> 8) & 0xff)
10 case 0xc0:
12 default:
13 IntBarf(0x16, context);
15 return 1;