Commented out the Compaq Portable II's and III's.

This commit is contained in:
OBattler
2017-07-20 10:45:36 +02:00
parent a9f9523174
commit e2512f8d9b
2 changed files with 6 additions and 0 deletions

View File

@@ -216,6 +216,7 @@ int loadbios()
fclose(f);
return 1;
#if 0
case ROM_PORTABLEII:
f = romfopen(L"roms/machines/portableii/106438-001.BIN", L"rb");
ff =romfopen(L"roms/machines/portableii/106437-001.BIN", L"rb");
@@ -243,6 +244,7 @@ int loadbios()
fclose(ff);
fclose(f);
return 1;
#endif
case ROM_GENXT:
f=romfopen(L"roms/machines/genxt/pcxt.rom",L"rb");