Files
86Box/src/disc_imd.h

8 lines
182 B
C
Raw Normal View History

/* Copyright holders: Kiririn
see COPYING for more details
*/
void imd_init();
void imd_load(int drive, char *fn);
void imd_close(int drive);
void imd_seek(int drive, int track);