Fixed the paths to the MDA and WY700 character ROM's.

This commit is contained in:
OBattler
2017-07-17 16:26:53 +02:00
parent 0759e6e3be
commit 7c3337a563
2 changed files with 5 additions and 7 deletions

View File

@@ -97,8 +97,8 @@ int loadbios()
FILE *f=NULL,*ff=NULL;
int c;
loadfont(L"roms/graphics/mda/mda.rom", 0);
loadfont(L"roms/graphics/wyse700/wy700.rom", 3);
loadfont(L"roms/video/mda/mda.rom", 0);
loadfont(L"roms/video/wyse700/wy700.rom", 3);
biosmask = 0xffff;