Files
86Box/src/disc_td0.h
OBattler cee82642ef Made the emulator even more Unicode then before - configuration files are now Unicode, and floppy images, CD/DVD .ISO images, and hard disk images can now be in paths with non-Latin characters;
Fixed a few minor UI bugs;
Brought IDE IDENTIFY command behavior back in line with Mainline PCEM, in hopes to reduce bugs.
2017-05-05 22:36:10 +02:00

8 lines
185 B
C

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