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.
This commit is contained in:
OBattler
2017-05-05 22:36:10 +02:00
parent b024f174a3
commit cee82642ef
38 changed files with 487 additions and 282 deletions

View File

@@ -2,7 +2,7 @@
see COPYING for more details
*/
void d86f_init();
void d86f_load(int drive, char *fn);
void d86f_load(int drive, wchar_t *fn);
void d86f_close(int drive);
void d86f_seek(int drive, int track);
int d86f_hole(int drive);