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

@@ -31,8 +31,8 @@
#include <86box/video.h>
#define ROM_SIGMA_FONT L"roms/video/sigma/sigma400_font.rom"
#define ROM_SIGMA_BIOS L"roms/video/sigma/sigma400_bios.rom"
#define ROM_SIGMA_FONT "roms/video/sigma/sigma400_font.rom"
#define ROM_SIGMA_BIOS "roms/video/sigma/sigma400_bios.rom"
/* The Sigma Designs Color 400 is a video card from 1985, presumably intended
* as an EGA competitor.