Merge pull request #22 from TC1995/master

Adding XT IDE bios to Euro PC
This commit is contained in:
OBattler
2016-10-06 23:13:40 +02:00
committed by GitHub

View File

@@ -387,6 +387,7 @@ int loadbios()
fread(rom+0x8000,32768,1,f);
fclose(f);
// memset(romext,0x63,0x8000);
mem_load_xtide_bios();
return 1;
case ROM_IBMPC: