Version changed to 1.07;

Added Intel Advanced/ZP;
Added Commodore PC 60 III;
Fixed Force 4:3 option when overscan is not enabled;
Added option to scale (0.5x, 1x, 1.5x, 2x) the video output;
Added ability to disable ATAPI DMA for CD-ROM drives;
Applied all mainline PCem commits;
Store network card in config file as name rather than number;
Fixed NVR storing for IBM PS/2 Models 2121 and 2121+ISA.
This commit is contained in:
OBattler
2017-03-14 00:38:25 +01:00
parent 9d33905d85
commit a57aa0ffcc
16 changed files with 223 additions and 40 deletions

View File

@@ -216,6 +216,9 @@ void *intel_flash_init(uint8_t type)
case ROM_MRTHOR:
strcpy(flash_path, "roms/mrthor/");
break;
case ROM_ZAPPA:
strcpy(flash_path, "roms/zappa/");
break;
default:
fatal("intel_flash_init on unsupported ROM set %i\n", romset);
}