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

@@ -176,9 +176,11 @@ void *intel_flash_init(uint8_t type)
case ROM_MB500N:
strcpy(flash_path, "roms/mb500n/");
break;
#if 0
case ROM_POWERMATE_V:
strcpy(flash_path, "roms/powermate_v/");
break;
#endif
case ROM_P54TP4XE:
strcpy(flash_path, "roms/p54tp4xe/");
break;
@@ -203,9 +205,11 @@ void *intel_flash_init(uint8_t type)
case ROM_440FX:
strcpy(flash_path, "roms/440fx/");
break;
#if 0
case ROM_MARL:
strcpy(flash_path, "roms/marl/");
break;
#endif
case ROM_THOR:
strcpy(flash_path, "roms/thor/");
break;