Brought CGA code in line with mainline as the patch was accepted.
Uncommented auto-setting FDC data rate to 250 kbps on non-AT machines; fixes floppies on IBM PC and XT and clones; Removed flto flag from the makefiles, should speed up compile times and make the XT and earlier machines work again; Removed CGA brown and color burst settings in line with mainline PCem.
This commit is contained in:
@@ -75,10 +75,6 @@ extern int enable_overscan;
|
||||
extern int overscan_x, overscan_y;
|
||||
/* Forcibly stretch emulated video output to 4:3 or not. */
|
||||
extern int force_43;
|
||||
/* Enable CGA brown circuitry. */
|
||||
extern int cga_brown;
|
||||
/* Enable CGA color burst. */
|
||||
extern int cga_color_burst;
|
||||
/* Enable disk activity flash. */
|
||||
extern int enable_flash;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user