Added XT IDE bios to Euro PC.

This commit is contained in:
TC1995
2016-10-06 22:31:14 +02:00
parent cc425f5001
commit 3f188b7e08

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: