Fixed DMA emulation, fixes Olivetti M24; (S)VGA emulation for PS/1 and PS/2 machines now uses the old, less accurate sense switches, fixes display error on POST; Bit 2 of the AT keyboard input port is now always held active, fixes PS/2 mouse on PS/1 and PS/2 machines; Fixed mouse type selection on non-AT boards; Fixed RAM type selection; The entire palette is now overwritten when a monochrome monitor type is selected, fixes graphics mode on Hercules; Applied updated SCAT emulation patch from PCem forum; Nvidia Riva and S3 Virge IRQ is now configurable; Properly applied the mainline PCem commit that fixed the Bahamas64 on the Intel AMI BIOS boards; Commented out the Diamond Stealth 64 and the Miro Crystal S3 Vision 964 due to their non-working state; Changed version to 1.06.
11 lines
311 B
C
11 lines
311 B
C
/* Copyright holders: Sarah Walker
|
|
see COPYING for more details
|
|
*/
|
|
device_t s3_bahamas64_device;
|
|
device_t s3_9fx_device;
|
|
device_t s3_phoenix_trio32_device;
|
|
device_t s3_phoenix_trio64_device;
|
|
device_t s3_phoenix_vision864_device;
|
|
/* device_t s3_diamond_stealth64_device;
|
|
device_t s3_miro_vision964_device; */
|