libhd
5.0
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
src
int10
vbios.h
Go to the documentation of this file.
1
#include "
hd.h
"
2
3
int
InitInt10
(
hd_data_t
*,
int
);
4
int
CallInt10
(
int
*ax,
int
*bx,
int
*cx,
unsigned
char
*buf,
int
len,
int
cpuemu);
5
int
CallInt13
(
int
*ax,
int
*bx,
int
*cx,
int
*dx,
unsigned
char
*buf,
int
len,
int
cpuemu);
6
void
FreeInt10
(
void
);