Files
86Box/src/disc_td0.h

8 lines
182 B
C
Raw Normal View History

/* Copyright holders: Kiririn
see COPYING for more details
*/
void td0_init();
void td0_load(int drive, char *fn);
void td0_close(int drive);
void td0_seek(int drive, int track);