vbios.h

Go to the documentation of this file.
00001 #include "hd.h"
00002 
00003 int InitInt10(hd_data_t *, int);
00004 int CallInt10(int *ax, int *bx, int *cx, unsigned char *buf, int len, int cpuemu);
00005 int CallInt13(int *ax, int *bx, int *cx, int *dx, unsigned char *buf, int len, int cpuemu);
00006 void FreeInt10(void);