aboutsummaryrefslogtreecommitdiffstats
path: root/int10/vbios.h
blob: edcb715f9118a62f49842c3e7cf91dd1d17186fe (plain)
1
2
3
4
5
6
#include "hd.h"

int InitInt10(hd_data_t *, 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);