Files
86Box/src/disc_img.h

8 lines
196 B
C
Raw Normal View History

/* Copyright holders: Sarah Walker, Kiririn
see COPYING for more details
*/
void img_init();
void img_load(int drive, char *fn);
void img_close(int drive);
void img_seek(int drive, int track);