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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user