Commented out the PowerMate V;

Added port 0xED to the Acer Pentium machines.
This commit is contained in:
OBattler
2017-02-01 17:55:11 +01:00
parent 55b6f1b802
commit 0c7c4197da
5 changed files with 26 additions and 8 deletions

View File

@@ -677,6 +677,7 @@ int loadbios()
biosmask = 0x1ffff;
return 1;
#if 0
case ROM_POWERMATE_V:
f = romfopen("roms/powermate_v/BIOS.ROM", "rb"); /* Works */
if (!f) break;
@@ -684,6 +685,7 @@ int loadbios()
fclose(f);
biosmask = 0x1ffff;
return 1;
#endif
case ROM_P54TP4XE:
f = romfopen("roms/p54tp4xe/T15I0302.AWD", "rb");
@@ -741,6 +743,7 @@ int loadbios()
biosmask = 0x1ffff;
return 1;
#if 0
case ROM_MARL:
f = romfopen("roms/marl/1008DB0_.BIO", "rb");
if (!f) break;
@@ -755,6 +758,7 @@ int loadbios()
biosmask = 0x1ffff;
//is486=1;
return 1;
#endif
case ROM_THOR:
f = romfopen("roms/thor/1006CN0_.BIO", "rb");