Finished the NE1000 (per patch from TheCollector1995) and added the RTL8019AS ISA PnP, finalizing the work on NE1000/NE2000-compatible network cards;
Disabled excess ZIP logging; Applied the PCem video and SCAT commits; Restored the video initialization line in pc.c back to where it was before.
This commit is contained in:
@@ -537,7 +537,7 @@ load_video(void)
|
||||
}
|
||||
gfxcard = video_get_video_from_internal_name(p);
|
||||
|
||||
video_speed = config_get_int(cat, "video_speed", 3);
|
||||
video_speed = config_get_int(cat, "video_speed", -1);
|
||||
|
||||
voodoo_enabled = !!config_get_int(cat, "voodoo", 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user