rewrite the emulator to use UTF-8 internally

This commit is contained in:
David Hrdlička
2021-03-14 20:35:01 +01:00
parent 56d62de4fe
commit dfbbe08a07
146 changed files with 1507 additions and 1457 deletions

View File

@@ -110,7 +110,7 @@
#define HDC_TIME (50*TIMER_USEC)
#define WD_BIOS_FILE L"roms/hdd/xta/idexywd2.bin"
#define WD_BIOS_FILE "roms/hdd/xta/idexywd2.bin"
enum {
@@ -995,7 +995,7 @@ static void *
xta_init(const device_t *info)
{
drive_t *drive;
wchar_t *fn = NULL;
char *fn = NULL;
hdc_t *dev;
int c, i;
int max = XTA_NUM;