Commit Graph

6270 Commits

Author SHA1 Message Date
OBattler
0537860a85 Updated sound_dbopl.* for Nuked OPL. 2016-08-08 02:52:53 +02:00
OBattler
c6c3e48911 Committed the actual Nuked OPL code that I forgot before. 2016-08-08 02:37:56 +02:00
OBattler
5cf27ebc0d Switched OPL3 to Nuked OPL emulation, patch from TheCollector1995. 2016-08-08 02:32:55 +02:00
OBattler
34dcd7f744 Recompiler now passes the MOD R/M byte to FXSAVE/FXRSTOR. 2016-08-08 02:12:07 +02:00
OBattler
347b7875be Fixed a very small bug in the Winbond 83877F Super I/O chip emulation. 2016-08-06 17:17:01 +02:00
OBattler
174f34f45a Added Pentium II Klamath 75 with CPUID 0x634 and Pentium II Deschutes 75, both for SYSENTER/SYSEXIT testing purposes. 2016-08-05 02:41:30 +02:00
OBattler
6b0b336997 Updated README.md again. 2016-08-04 00:35:06 +02:00
OBattler
ba588ada75 Added IMA and VHD extensions to the hard disk dialogs. 2016-08-04 00:17:04 +02:00
OBattler
d57a8292ce Fixed a typo in README.md; Commented out a line of excess logging in the FDC code. 2016-08-03 23:57:23 +02:00
OBattler
91da80d00a Commented out the IDE command logging again. 2016-08-03 23:51:25 +02:00
OBattler
5249d5af1c Temporarily enabled IDE command logging. 2016-08-03 23:17:03 +02:00
OBattler
773183d168 Added Phoenix S3 Vision864 emulation. 2016-08-03 21:36:29 +02:00
OBattler
e3f8e57269 The Stealth64 now correctly uses the Vision864 chip. 2016-08-03 20:41:50 +02:00
OBattler
77274db6ac Diamond Stealth64 no longer uses the ICD clock chip. 2016-08-03 20:23:02 +02:00
OBattler
d047ddcfb4 Made video.c #include vid_incolor.h. 2016-08-03 19:19:46 +02:00
OBattler
22c50be3f3 Hercules InColor now uses the correct video device. 2016-08-03 19:14:53 +02:00
OBattler
46fd323018 Fixed a compile-breaking typo in video.c. 2016-08-03 18:55:10 +02:00
OBattler
3820ff068c Added Diamond Stealth 64 DRAM (S3 Trio64) emulation. 2016-08-03 18:50:25 +02:00
OBattler
45f01cc67e Removed excess logging related to ATAPI and CD-ROM IOCTL. 2016-08-03 16:46:18 +02:00
OBattler
9b30305bd1 Removed excess logging from the (S)VGA renderer. 2016-08-03 16:35:21 +02:00
OBattler
3fc8270742 Removed 1 MB VRAM option from the two 28800-5 cards as no 28800-5 card existed with that much; Removed 6 MB and 8 MB VRAM options from the Mach64GX. 2016-08-03 01:46:29 +02:00
OBattler
afc6f931ca Fixed black screen and crash when using the ATI VGA Wonder XL24. 2016-08-03 01:32:04 +02:00
OBattler
6a1099155b Fixed two more compile-breaking mistakes in the ATI 28800 code. 2016-08-03 00:52:50 +02:00
OBattler
d970768355 Sound Blaster DSP now inits with a default IRQ of 5 instead of 7. 2016-08-03 00:49:43 +02:00
OBattler
607c80246f Fixed compile-breaking mistakes in ATI 28800 code; The base address, IRQ, and DMA channel of the Sound Blaster 16 and Sound Blaster AWE32 are now configurable. 2016-08-03 00:48:03 +02:00
OBattler
93194f23ad ATI Mach64 improvements and ATI 28800-6 (VGA Wonder XL24) emulation. 2016-08-03 00:37:21 +02:00
OBattler
0848260fa4 Fixed a compile-breaking comment in the ATI 28800 code. 2016-08-02 19:02:19 +02:00
OBattler
9129395a68 Non-Compaq ATI 28800 now supports 1 MB VRAM; Both ATI 28800 variants now also support 256 kB VRAM. 2016-08-02 18:57:09 +02:00
OBattler
26dc410858 Commented out Sierra RAMDAC logging. 2016-08-02 17:48:38 +02:00
OBattler
d8b8d149dc Fixed 16bpp mode in ET4000/W32p with ICS/SDAC RAMDAC and ET4000AX. 2016-08-02 17:41:13 +02:00
OBattler
f77c53510e SVGA video RAM is no longer dumped on fatal; READ MULTIPLE command with block size 0 no longer fatals but instead aborts with Abort Command error per the official ATA reference. 2016-08-02 02:36:07 +02:00
OBattler
4ecfcf4018 Left arrow key's prefix in scan code set 1 is no longer malformed. 2016-08-02 00:55:08 +02:00
OBattler
87be9b74b9 Fixed the two keyboard scan code set 3 bugs. 2016-08-01 20:47:24 +02:00
OBattler
114bbdfc6d Applied all mainline commits; Moved all declarations to not be in the middle of code; SVGA linear reads and writes now account for linear base; Fixed a bug with the Compaq ATI 28800. 2016-08-01 19:14:54 +02:00
OBattler
d50a7e9449 Applied mainline PCem commit e9268fe: Recompiler now only recompiles a block after seeing it twice. Improves performance on stuff that uses self modifying code - eg Doom, Duke Nukem 3D, Windows 95 idle 2016-07-31 20:22:14 +02:00
OBattler
cd3fd7e726 Fixed SVGA VRAM limit checking; fixed CRTC 0x37 setting for the Vision 964. 2016-07-29 22:53:16 +02:00
OBattler
95ec4d5429 Fixed declaration of two variables, 32-bit PCem no longer crashes. 2016-07-29 03:34:42 +02:00
OBattler
f438a72437 Final (and working) fix for the 64-bit makefile. 2016-07-28 01:15:50 +02:00
OBattler
ef72e00284 Another attempt to fix the 64-bit makefile. 2016-07-28 00:00:12 +02:00
OBattler
eb79f08d7a Attempt to fix 64-bit makefile; combo boxes are no longer editable. 2016-07-27 23:54:00 +02:00
OBattler
6e3af131ea Added flag to disable large address awarness to the 64-bit makefile. 2016-07-27 23:41:16 +02:00
OBattler
066998b984 Another dummy commit. 2016-07-27 05:54:08 +02:00
OBattler
5940de8604 Basically a dummy commit to get Jenkins to build. 2016-07-27 05:43:44 +02:00
OBattler
ff633c29ea Floppy images with more than 1024 bytes per sector and a valid BPB are now loaded correctly;
Fixed DOS boxes in Windows 9x with the Mach64/GX;
Applied mainline PCem commit that fixed the ET4000/W32p;
Finished the removal of the SVGA 8 MB maximum VRAM limit.
2016-07-27 04:32:08 +02:00
OBattler
9aa0cf046f Higher bit of the WRC is no longer incorrectly ignored. 2016-07-25 21:32:37 +02:00
OBattler
575cfef430 Mach64/GX improvements and minor SVGA fixes. 2016-07-25 03:42:35 +02:00
OBattler
ff7e0880d1 Sierra RAMDAC now correctly ignores writes of 0xFF to the command register;
BT485 dummy code now passes reads and writes to the generic SVGA handler;
Minor S3 changes;
ATI Mach64/GX now has an 8 MB RAM option.
2016-07-25 01:15:51 +02:00
OBattler
9190c42123 Fixed bit shit in the Sierra RAMDAC code. 2016-07-24 17:53:00 +02:00
OBattler
2ff66d4bb2 Added a comment to the code identifying the Sierra DAC. 2016-07-24 17:25:45 +02:00
OBattler
69685d71e8 Updated vid_unk_ramdac.c to set color mode per the official Sierra datasheet. 2016-07-24 17:25:01 +02:00