2016-09-29 21:54:34 +02:00
|
|
|
/* Copyright holders: Kiririn
|
|
|
|
|
see COPYING for more details
|
|
|
|
|
*/
|
|
|
|
|
void td0_init();
|
2017-05-05 22:36:10 +02:00
|
|
|
void td0_load(int drive, wchar_t *fn);
|
2016-09-29 21:54:34 +02:00
|
|
|
void td0_close(int drive);
|
|
|
|
|
void td0_seek(int drive, int track);
|