OBattler
041d29da8a
AudioPCI (ES1371) clean-up and overhaul.
2021-09-05 17:42:33 +02:00
Miran Grča
d858fce416
Merge pull request #1659 from 86Box/tc1995
...
Added the 3dfx Velocity 100 per request, alongside its BIOS.
2021-09-05 17:37:47 +02:00
TC1995
16996ab2a2
Added the 3dfx Velocity 100 per request, alongside its BIOS.
2021-09-05 01:16:56 +02:00
Miran Grča
eaa8db2490
Merge pull request #1654 from Cacodemon345/patch-4
...
unix.c: Fix character count in fullscreen string
2021-09-04 23:00:15 +02:00
dob205
af96922c3a
Adding new AMD K6 (Model 6) processor variants
...
Adding new 66, 100 and 133 MHz variants of the AMD K6 (Model 6) processors
2021-09-04 15:21:37 +02:00
dob205
a387303630
Merge branch '86Box:master' into master
2021-09-04 15:04:08 +02:00
Cacodemon345
dbf1202d0c
unix.c: Fix character count in fullscreen string
2021-09-04 00:28:41 +06:00
Ompronce
93b1d3581e
Merge branch '86Box:master' into master
2021-09-03 14:19:52 -04:00
OBattler
4b2402db2e
And fixed it again.
2021-09-03 19:45:28 +02:00
OBattler
b1c985c14c
Fixed the shim.
2021-09-03 19:35:25 +02:00
OBattler
85a9aa4904
Merge branch 'master' of https://github.com/86Box/86Box
2021-09-03 19:24:01 +02:00
OBattler
136c136608
Ported some more Apple-related fixes from PCem.
2021-09-03 19:23:50 +02:00
Daniel Gurney
bd1117a13f
Add missing include for arm64 macOS
2021-09-03 19:58:08 +03:00
OBattler
dc33476e0d
Fixed the PIT BCD counter for signedness (bug again found by clang).
2021-09-03 00:45:47 +02:00
OBattler
2415673c7a
Some small S3 fixes (bugs found by clang).
2021-09-03 00:41:10 +02:00
Miran Grča
5746107724
Merge pull request #1649 from 86Box/tc1995
...
Minor pix trans fixes to the S3 code (R/W).
2021-09-03 00:32:24 +02:00
OBattler
3c4faaedb1
Merge branch 'master' of https://github.com/86Box/86Box
2021-09-03 00:29:36 +02:00
OBattler
87f598816b
Fixed the Amstrad colors, closes #1517 .
2021-09-03 00:29:25 +02:00
TC1995
229e61b74d
Minor pix trans fixes to the S3 code (R/W).
2021-09-03 00:27:08 +02:00
Miran Grča
e9fbddd9aa
Merge pull request #1648 from 86Box/tc1995
...
S3 & TVP3026: Part 2.
2021-09-03 00:14:49 +02:00
TC1995
391c6a3571
S3 & TVP3026: Part 2.
...
Reworked the pix tranfer register to allow a word in a byte transfer.
Added an alternative bios selection for the SPEA Mirage 801 card (3.05I and 4.01, the latter being the default now.
Added the MiroCrystal 10SD 805 VLB, Phoenix 801 ISA, MiroVideo 40SV 968 VLB/PCI, SPEA Mercury P64V 968 PCI , SPEA Mirage P64 Trio64 VLB cards.
Removed some non-working S3 cards like the Trio64V+ VLB and Elsa Winner 2000 Pro X VLB (only PCI variants of these cards are now in)
2021-09-03 00:05:43 +02:00
OBattler
d17e53fc4b
Added VM name display.
2021-09-02 23:34:15 +02:00
OBattler
3644329bb6
An a fix to that.
2021-09-02 23:26:54 +02:00
OBattler
833971d8e3
Added -M / --vmrompath option for per-emulated-machine ROM path.
2021-09-02 23:26:24 +02:00
OBattler
024083fd99
And even more bug fixes in 86box.c, to fix the mess I accidentally created in the previous commit.
2021-09-02 23:20:57 +02:00
Ompronce
bd01f98b4b
Merge branch '86Box:master' into master
2021-09-02 17:18:50 -04:00
OBattler
3b3d863ed0
Fixed more bugs in 86box.c - the paths are now displayed, and also made it display the ROM path.
2021-09-02 23:16:54 +02:00
OBattler
3268c0299d
Implemented DDMA for the VIA southbridges that support it, closes #1613 .
2021-09-02 22:56:51 +02:00
OBattler
e74cd24c17
Increased the size of the gdcreg array.
2021-09-02 21:28:47 +02:00
OBattler
ef03d2c4b9
A fix to 86box.c.
2021-09-02 21:23:46 +02:00
OBattler
695da3f71c
Merge branch 'master' of https://github.com/86Box/86Box
2021-09-02 20:52:40 +02:00
OBattler
5b972fc477
Implemented CD Audio de-emphasizing for pre-emphasized tracks, closes #1623 .
2021-09-02 20:52:30 +02:00
Ompronce
264ab96698
Merge branch '86Box:master' into master
2021-09-02 14:28:30 -04:00
Miran Grča
2d6194aecc
Merge pull request #1644 from 86Box/tc1995
...
S3 & TVP3026: Part 1.
2021-09-02 20:17:06 +02:00
Miran Grča
c19b17efce
Merge pull request #1645 from Cacodemon345/patch-1
...
Port close fix to unix_sdl.c
2021-09-02 20:16:55 +02:00
Miran Grča
54e586f0b6
Merge pull request #1646 from Cacodemon345/patch-2
...
Default to "build" binary directory for presets
2021-09-02 20:16:39 +02:00
OBattler
84f4b8cac7
Added a bunch of parameters (including one to specify custom ROM path), fixed a warnings, removed excess commented out code from video/vid_voodoo.c, and made Makefile.mingw quiet again.
2021-09-02 20:15:46 +02:00
Cacodemon345
aa58c637f5
Default to "build" binary directory for presets
2021-09-02 23:59:14 +06:00
Cacodemon345
603bf1fdfd
Port close fix to unix_sdl.c
2021-09-02 23:08:24 +06:00
TC1995
296df745ed
S3 & TVP3026: Part 1.
...
Initial implementation of the tvp3026 ramdac, (clock still missing, will be added later).
2021-09-02 16:04:58 +02:00
David Hrdlička
6c26a99841
cmake: full static linking on mingw builds
2021-09-02 15:34:06 +02:00
OBattler
06f985d865
Merge branch 'master' of https://github.com/86Box/86Box
2021-09-02 15:33:27 +02:00
OBattler
448aec5d40
SDL now makes sure the mutex is not NULL before attempting to lock it.
2021-09-02 15:33:17 +02:00
Miran Grča
5bd4640aff
Merge pull request #1643 from 86Box/tc1995
...
Added Short Vector accel command to the TGUI cards and some cleanups …
2021-09-02 15:31:38 +02:00
OBattler
586066d891
Made NMI's always auto-clear, will revert if it makes things worse.
2021-09-02 15:24:17 +02:00
TC1995
87abf37e2f
Added Short Vector accel command to the TGUI cards and some cleanups and fixes.
2021-09-02 15:21:20 +02:00
Miran Grča
8b1f1b4c9d
Merge pull request #1642 from 86Box/tc1995
...
Fix T128 timer initialization on reads for faster cpu's.
2021-09-02 14:44:51 +02:00
TC1995
320c867ea3
Fix T128 timer initialization on reads for faster cpu's.
2021-09-02 14:36:35 +02:00
David Hrdlička
fba5ef3e1b
cmake: strip release builds
2021-09-01 16:08:50 +02:00
dob205
6f0adb1de3
Merge branch '86Box:master' into master
2021-09-01 15:09:25 +02:00