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:
@@ -21,7 +21,7 @@ extern DRIVE drives[FDD_NUM];
|
||||
|
||||
extern int curdrive;
|
||||
|
||||
void disc_load(int drive, char *fn);
|
||||
void disc_load(int drive, wchar_t *fn);
|
||||
void disc_new(int drive, char *fn);
|
||||
void disc_close(int drive);
|
||||
void disc_init();
|
||||
|
||||
Reference in New Issue
Block a user