Commit Graph

4405 Commits

Author SHA1 Message Date
sards3
252019d846 Add new hard disk dialog: fix broken CHS when changing back from diff image type 2020-11-21 16:18:35 -06:00
David Hrdlička
ddbc022ce1 Fix Settings dialog not closing after pressing OK 2020-11-21 21:31:42 +01:00
David Hrdlička
9159e52349 Fix the settings OK button logic 2020-11-21 21:16:32 +01:00
David Hrdlička
7956a462dc Refactored the save settings dialog 2020-11-21 19:33:35 +01:00
David Hrdlička
84c573490c Add an option to disable the settings save dialog 2020-11-21 19:33:35 +01:00
Miran Grča
f18a55e30f Merge pull request #1115 from 86Box/tc1995
Fix one off issue about the AD1848. It actually fixes the muted cd audio using the WSS.
2020-11-21 19:25:56 +01:00
TC1995
66e0c0f7ff Fixed muted cd audio on the WSS side of the AD1848 core. 2020-11-21 19:22:31 +01:00
TC1995
ceb6ac4c65 Converted the uint32_t cd vol variables to double variables, fixes cd audio scramble using the ad1848 core. 2020-11-21 19:16:02 +01:00
Miran Grča
6b9d737896 Merge pull request #1114 from 86Box/tc1995
Fixed CD Audio scramble in the ad1848 core.
2020-11-21 17:33:22 +01:00
TC1995
657f2e5005 Merge branch 'tc1995' of github.com:86Box/86Box into tc1995 2020-11-21 17:21:10 +01:00
TC1995
7684e177a0 Fixed the cd audio scramble of the ad1848 core used by WSS and the Aztech cards. 2020-11-21 17:20:03 +01:00
TC1995
3b79690e50 Converted the uint32_t cd vol variables to double variables, fixes cd audio scramble using the ad1848 core. 2020-11-21 16:48:21 +01:00
Miran Grča
16d29d345a Merge pull request #1113 from 86Box/tc1995
Latest PCem voodoo fifo changes are here.
2020-11-21 16:45:10 +01:00
TC1995
b45ba90b59 Latest PCem voodoo fifo changes are here. 2020-11-21 16:25:54 +01:00
OBattler
f86ab08395 The geometry is now obtained normally. 2020-11-21 16:19:08 +01:00
Miran Grča
8cb733383c Merge pull request #1111 from sards3/master
VHD: fix bug in multi-sector writes
2020-11-21 16:14:01 +01:00
sards3
68000092e2 VHD: fix bug in multi-sector writes 2020-11-21 03:48:40 -06:00
RichardG867
d5867928d6 I2C overhaul part 3: "we finally figured out NCR NVRAM" edition 2020-11-21 01:36:33 -03:00
OBattler
b83a32ccf8 Improved STI fix. 2020-11-21 04:02:58 +01:00
OBattler
ba35c158db Fixed the PCI slots of the Soyo 4SA2. 2020-11-21 03:10:22 +01:00
Miran Grča
13fe52605a Merge pull request #1109 from 86Box/tc1995
Ported the latest Voodoo 1/2 patches from PCem.
2020-11-21 00:31:16 +01:00
OBattler
f42fd673ce Merge branch 'master' of https://github.com/86Box/86Box 2020-11-20 23:59:18 +01:00
OBattler
77d7c0fb81 VHD fixes. 2020-11-20 23:59:04 +01:00
RichardG867
cf2dba5838 De-duplicate VIA 586B I2C update code 2020-11-20 19:33:22 -03:00
RichardG867
739fdc46cc I2C overhaul part 2 2020-11-20 19:23:14 -03:00
TC1995
908258302b Ported the latest Voodoo 1/2 patches from PCem. 2020-11-20 22:24:46 +01:00
David Hrdlička
8aab3da769 Clean up resource IDs 2020-11-20 18:46:33 +01:00
David Hrdlička
3506ad90e0 Closing Settings now equals to clicking Cancel 2020-11-20 18:46:33 +01:00
David Hrdlička
3c679960e1 Update the device configuration dialog 2020-11-20 18:46:33 +01:00
David Hrdlička
ca11d7b776 Update the Settings save confirmation dialog 2020-11-20 18:46:33 +01:00
Miran Grča
98b57e9a4b Merge pull request #1108 from 86Box/tc1995
Eliminated s3->busy completely, fixes S3 928 drivers without FIFO und…
2020-11-20 16:34:27 +01:00
OBattler
97676a7e86 Increased the device arrays in the Settings dialog to 256 devices. 2020-11-20 06:43:20 +01:00
OBattler
c11f91f294 Fixed an ATi Mach64 warning. 2020-11-20 05:44:04 +01:00
OBattler
7d2834b201 More Settings dialog fixes and improvements. 2020-11-20 05:42:47 +01:00
TC1995
e492ca52d3 Eliminated s3->busy completely, fixes S3 928 drivers without FIFO under NT 3.1 while keeping everything else intact.
Moved the DC390 timer initialization to the Flush write command, where it takes a higher priority, fixes NT 3.1 DC390 specific drivers while keeping the AMD branded drivers intact.
2020-11-20 05:41:06 +01:00
RichardG867
886dbe09ea DDC/I2C/SMBus overhaul (incomplete, commit for the night) 2020-11-20 01:22:04 -03:00
David Hrdlička
376a904c1b Fix build 2020-11-20 03:21:32 +01:00
David Hrdlička
637495fda1 Made the mismatched differencing VHD more generic 2020-11-20 03:15:51 +01:00
OBattler
35519d4637 Merge branch 'master' of https://github.com/86Box/86Box 2020-11-20 02:57:27 +01:00
OBattler
e1e5ff563a Added MBX_WARNING flag to allow question dialogs with warning icon. 2020-11-20 02:57:15 +01:00
David Hrdlička
4dd15c5824 Enable multithreaded make for GH actions 2020-11-20 01:31:21 +01:00
David Hrdlička
f6e7a9cbaa Merge pull request #1098 from sards3/master
Add VHD Support
2020-11-20 01:29:05 +01:00
OBattler
c10fc05ea6 Ported the CPU fixes from PCem. 2020-11-20 01:28:36 +01:00
David Hrdlička
c845d281fc Merge branch 'master' into master 2020-11-20 01:21:54 +01:00
Miran Grča
1fc3ef5502 Merge pull request #1103 from richardg867/master
Programmatic CPU table improvements
2020-11-20 01:10:48 +01:00
Miran Grča
8147601273 Merge pull request #1106 from 86Box/tc1995
Ported the latest PCem banshee fixes.
2020-11-20 01:07:03 +01:00
Miran Grča
2370bf3144 Merge pull request #1107 from dhrdlicka/feature/settings-tweaks
Tweaks to the Settings dialog
2020-11-20 01:06:46 +01:00
David Hrdlička
ec38d21529 Fix warning 2020-11-20 00:26:11 +01:00
David Hrdlička
8504a00a00 Make the list views in settings prettier 2020-11-20 00:26:06 +01:00
David Hrdlička
cf8da1f58f Fix video settings page taking ages to appear 2020-11-19 23:56:35 +01:00