Commit Graph

10533 Commits

Author SHA1 Message Date
OBattler
25c80854b1 Fixed a DRAM row boundary initialization bug in the SiS 496/497 code. 2023-07-22 15:49:27 +02:00
OBattler
fb65dab835 Merge branch 'master' of https://github.com/86Box/86Box 2023-07-22 04:58:55 +02:00
OBattler
f4423bcf17 Fixed a warning in video/vid_8514a.c. 2023-07-22 04:58:47 +02:00
RichardG867
78c33471b5 AudioPCI: Remove 4-channel codec from selection (only available as CT5880) 2023-07-21 21:40:29 -03:00
RichardG867
6b965a5379 Merge branch 'master' of ssh://github.com/86Box/86Box 2023-07-21 21:39:41 -03:00
Miran Grča
50ae44db78 Merge pull request #3483 from jriwanek-forks/uninitialized
Fix several instances of uninitialized variables.
2023-07-21 23:32:53 +02:00
Jasmine Iwanek
6732c44c89 Fix reported issue 2023-07-21 17:32:22 -04:00
RichardG867
80bc465bf3 WSS: Fix warning 2023-07-21 16:02:01 -03:00
OBattler
e90c17c4c9 Corrected the ALi M148x IRQ mappings. 2023-07-21 20:15:30 +02:00
Jasmine Iwanek
54c52fb55c Fix several instances of uninitialized variables. 2023-07-21 13:46:08 -04:00
OBattler
223ec09168 Added a forgotten semicolon. 2023-07-21 14:56:35 +02:00
OBattler
f266d87524 Merge branch 'master' of https://github.com/86Box/86Box 2023-07-21 13:24:09 +02:00
OBattler
08da777e84 The WSS get buffer function now correctly ignores OPL if OPL is disabled. 2023-07-21 13:23:59 +02:00
RichardG867
c5b50fabf0 AudioPCI: Fix GPIO quirk for returning back to ES1371 revision ID 2023-07-20 21:59:26 -03:00
RichardG867
7ee9492763 AudioPCI: Fix nonsensical read masking on interrupt status register 2023-07-20 20:28:19 -03:00
richardg867
7d41b46c5e machine: Declare onboard slots on ASUS P2B-LS, fixes Adaptec SCSI hang on some BIOS versions 2023-07-18 11:58:09 -03:00
RichardG867
5ba2ad529d printer: Fix Windows build 2023-07-16 00:01:59 -03:00
OBattler
d3086d6c5e Fixed a mistake in src/cpu/808x/CMakeLists.txt. 2023-07-16 04:29:13 +02:00
OBattler
71119aef22 Makefile.mingw now has all the required dependencies for static libfreetype. 2023-07-16 04:21:21 +02:00
OBattler
2241a45001 Merge branch 'master' of https://github.com/86Box/86Box 2023-07-16 04:10:08 +02:00
OBattler
d066893330 A forgotten file. 2023-07-16 04:09:45 +02:00
RichardG867
30192fcd40 Merge branch 'master' of ssh://github.com/86Box/86Box 2023-07-15 23:05:38 -03:00
RichardG867
7a0100e35a printer: Switch to static freetype on Windows, finally fixes #2221 2023-07-15 22:54:33 -03:00
OBattler
4cde2f2f10 And a warning in the AT Compaq's video poll function. 2023-07-16 03:52:02 +02:00
OBattler
e7d150b2c6 And a newly-introduced compile-breaking bug in the Mach8/32 code. 2023-07-16 03:50:49 +02:00
OBattler
7e9045e6b1 And a warning in the XGA code. 2023-07-16 03:50:00 +02:00
OBattler
1d62a8dc9a And another warning in the Mach8/32 code. 2023-07-16 03:49:05 +02:00
OBattler
2b5d1e19c1 And some unused variables in the Mach32 PCI code. 2023-07-16 03:48:04 +02:00
OBattler
4de80ab93e Fixed some indentation mess in the Mach64 code. 2023-07-16 03:47:31 +02:00
OBattler
38fb084124 Fixed a bug in the Mach8/32 code. 2023-07-16 03:46:54 +02:00
OBattler
3555dacec3 Disable MMX and 3DNow! recompilation when SoftFloat is in use. 2023-07-16 03:45:14 +02:00
OBattler
1d59351c03 Some MMX optimizations. 2023-07-16 03:43:54 +02:00
RichardG867
937b7740f2 printer: Enable 10.x and unversioned ghostscript libraries to be used on Linux, fixes #2996 2023-07-15 22:33:15 -03:00
OBattler
e47e1b62c8 Part 4. 2023-07-16 03:28:37 +02:00
RichardG867
002540e763 serial: Give up on passthrough if no ports are enabled, fixes #3254 2023-07-15 22:24:29 -03:00
OBattler
dd38a5a15f Part 3. 2023-07-16 03:22:04 +02:00
OBattler
8b4a2a6ecc Part 2. 2023-07-16 03:01:11 +02:00
OBattler
21e20f1ea2 MMX clean-ups, part 1. 2023-07-16 02:24:36 +02:00
RichardG867
c1452654b0 qt: Don't release keys during auto-repeat, closes #2712 2023-07-15 21:20:09 -03:00
OBattler
324e5860a0 The beginnings of the port of MartyPC's 808x emulation. 2023-07-15 03:14:13 +02:00
OBattler
840b65c577 Fixed warnings into .h files. 2023-07-15 03:11:59 +02:00
Miran Grča
b1027c7c5c Merge pull request #3470 from 86Box/tc1995
SoftFloat MMX:
2023-07-15 00:34:18 +02:00
TC1995
e676796367 SoftFloat MMX:
Added softfloat versions of the MMX instructions while preserving the non-softfloat ones.
2023-07-15 00:28:39 +02:00
Miran Grča
da8ed63ecf Merge pull request #3469 from 86Box/tc1995
S3 ViRGE change:
2023-07-15 00:17:07 +02:00
TC1995
5d07468a67 S3 ViRGE change:
Attempt at fixing a small but breaking bug reported by a Discord user.
2023-07-15 00:06:57 +02:00
Miran Grča
45aa7ba8b5 Merge pull request #3468 from 86Box/tc1995
S3 Pre-ViRGE changes:
2023-07-15 00:00:48 +02:00
TC1995
ac762f6a86 S3 Pre-ViRGE changes:
Cosmetic cleanups and fixed the 512KB and 1MB settings of the 864/964+ chips, thus no longer thinking they were 2MB.
2023-07-14 23:57:50 +02:00
Miran Grča
845a35f048 Merge pull request #3467 from 86Box/tc1995
Video features and fixes:
2023-07-14 23:49:10 +02:00
TC1995
cb06b9e78f Video features and fixes:
Added the Mach8 and Mach32 ISA/VLB/PCI cards (initial implementation and MCA coming soon for the Mach32) and their corresponding EEPROM's.
Added INMOS XGA ISA card and updated the SVGA core to reflect its mapping as well as the Mach8/32 mapping when in 8514 monitor mode.
Mark the XGA button as already checked and locked when a standalone XGA BIOS card is present like the INMOS one. (QT only)
Same concept as above, but applies to the Mach8 and 32 for the 8514 option as well. (QT only)
2023-07-14 23:38:04 +02:00
Miran Grča
7efcef82d0 Merge pull request #3466 from 86Box/tc1995
Machine features and fixes:
2023-07-14 23:15:58 +02:00