Applied mainline PCem commit that fixed the AWE32 OPL volume;

Removed the Award 430VX PCI and all UMC Super I/O chip emulation (that was pure guesswork anyway).
This commit is contained in:
OBattler
2017-06-08 00:01:10 +02:00
parent 172ab6839f
commit 112ee420a5
10 changed files with 33 additions and 271 deletions

View File

@@ -179,9 +179,11 @@ void *intel_flash_init(uint8_t type)
case ROM_REVENGE:
wcscpy(flash_path, L"revenge.bin");
break;
#if 0
case ROM_586MC1:
wcscpy(flash_path, L"586mc1.bin");
break;
#endif
case ROM_PLATO:
wcscpy(flash_path, L"plato.bin");
break;
@@ -203,12 +205,14 @@ void *intel_flash_init(uint8_t type)
case ROM_ACERM3A:
wcscpy(flash_path, L"acerm3a.bin");
break;
#if 0
case ROM_ACERV35N:
wcscpy(flash_path, L"acerv35n.bin");
break;
case ROM_430VX:
wcscpy(flash_path, L"430vx.bin");
break;
#endif
case ROM_P55VA:
wcscpy(flash_path, L"p55va.bin");
break;