aboutsummaryrefslogtreecommitdiffstats
path: root/int10/vbios.h
blob: 6bd5e804377dc5d7244a1d7ee11c3d711b892374 (plain)
1
2
3
4
int InitInt10(int);
int CallInt10(int *ax, int *bx, int *cx, unsigned char *buf, int len, int cpuemu);
int CallInt13(int *ax, int *bx, int *cx, int *dx, unsigned char *buf, int len, int cpuemu);
void FreeInt10(void);