Commit Graph

8467 Commits

Author SHA1 Message Date
TC1995
8767bb5894 Made reg 0x53 (read only) default temp val to 0x70 to satisfy xgaaidos.sys's detection.
Apparently MCA Audio cards always want auto-init enabled.
2022-07-19 17:25:17 +02:00
Miran Grča
d3350fa06c Merge pull request #2480 from 86Box/xga_fix
Apparently a default temp val of 0xff in the read makes XGA-1/2 panic…
2022-07-19 17:19:43 +02:00
TC1995
a8c0d30a0a Apparently a default temp val of 0xff in the read makes XGA-1/2 panic on GUI's... 2022-07-19 17:18:46 +02:00
Miran Grča
b34ad31766 Merge pull request #2478 from cold-brewed/settings-list-fix
Fix QListView width in the settings window
2022-07-19 17:11:50 +02:00
Miran Grča
006a7dcc50 Merge pull request #2471 from elyosh/hddsettings
hdd: make speed preset configurable
2022-07-19 16:56:34 +02:00
Miran Grča
786a5086e1 Merge pull request #2475 from AsciiWolf/patch-1
Add missing semicolon to desktop file
2022-07-19 16:55:57 +02:00
Miran Grča
a95a4430d0 Merge pull request #2476 from 86Box/mcaps2_new
ISA PS/2: Clean-ups and converted into a typedef struct.
2022-07-19 16:54:58 +02:00
TC1995
df5c1a1a46 ISA PS/2: Clean-ups and converted into a typedef struct.
MCA PS/2: Added Model 60 (8-slot version of 50 with the same bios) and Model 65sx (essentially the same as 55sx but with a new bios and a secondary nvram a la 70-80 but limited to 2KB of size instead of 8KB).
MCA PS/2: Made the i486 cpu selection on only on Type 3 MCA models (70-80) and not Type 2 anymore, therefore the latter is limited to 386DX cpu's only.
2022-07-19 16:32:23 +02:00
AsciiWolf
301b422816 Add missing semicolon to desktop file
It should be there according to the desktop file specification
2022-07-19 14:20:46 +02:00
Adrien Moulin
46f6540542 hdd: make speed preset configurable
This includes settings UI for Qt
2022-07-19 11:31:06 +02:00
OBattler
f4f8860606 The Performance/EU should *NOT* have been there. 2022-07-19 00:16:46 +02:00
OBattler
1d0177289a PCI graphics cards initialization fixes. 2022-07-19 00:15:25 +02:00
OBattler
33c5f9397e (S)VGA renderer fixes. 2022-07-19 00:14:29 +02:00
OBattler
a555b9312d And the IBM RAMDAC renderers as well. 2022-07-18 23:58:22 +02:00
OBattler
3bcb9f6310 Cleaned up the (S)VGA render code of excess CRTC checks. 2022-07-18 23:56:21 +02:00
OBattler
74fd270ee8 Assorted SB fixes. 2022-07-18 23:55:30 +02:00
OBattler
5dc9b4a7fc Super I/O chip fixes. 2022-07-18 23:53:05 +02:00
OBattler
25783f137d ALi M6117-related memory and ROM fixes. 2022-07-18 23:48:18 +02:00
OBattler
69d0ff454c A game/gameport.c change. 2022-07-18 23:45:25 +02:00
OBattler
b91ab53c0f Marked the DataExpert EXP8551 as having a gameport. 2022-07-18 23:44:21 +02:00
OBattler
8f92f0722a Initialize the PS/1 middle ROM file (F80000.BIN) if present. 2022-07-18 23:43:22 +02:00
OBattler
0e539f4a6a Header fixes. 2022-07-18 23:41:03 +02:00
OBattler
37893cd8ab PnP-related IDE fixes. 2022-07-18 23:39:40 +02:00
OBattler
645c4e6902 ALi M6117-related CPU fixes. 2022-07-18 23:38:06 +02:00
OBattler
52f8d68fb0 ALi M6117 DRAM sizing implementation. 2022-07-18 23:36:11 +02:00
OBattler
8575947a57 Some config.c indentation fixes. 2022-07-18 23:32:59 +02:00
OBattler
2c82a440ef Merge branch 'master' of https://github.com/86Box/86Box 2022-07-18 23:32:21 +02:00
OBattler
95cd9b68af The NVR no longer raises IRQ's if the IRQF flag is set. 2022-07-18 23:32:11 +02:00
cold-brewed
711e26207a Size the QListView according to minimum width instead of maximum 2022-07-18 15:22:33 -04:00
Miran Grča
0f48d68689 Merge pull request #2470 from Cacodemon345/patch-93
qt: don't enable blitting too early
2022-07-18 19:09:16 +02:00
Cacodemon345
3ce22ca61d qt: don't enable blitting too early 2022-07-18 21:46:22 +06:00
OBattler
1b56e118be Back to IRQ 10. 2022-07-18 15:12:37 +02:00
OBattler
f05ec1f872 Fixed warnings in 86box.c. 2022-07-18 02:32:31 +02:00
OBattler
8bf4b6c0ce Clean-ups and warning fixes in video/video.c. 2022-07-18 02:26:26 +02:00
OBattler
b259ad1d95 Merge branch 'master' of https://github.com/86Box/86Box 2022-07-18 02:17:29 +02:00
OBattler
c89ce886f9 Fixed warnings in config.c. 2022-07-18 02:17:16 +02:00
Miran Grča
942a29f4ae Merge pull request #2469 from Dizzy611/patch-2
Set default IRQ for NE2000 to 3
2022-07-16 23:21:36 +02:00
GetDizzy
39145e7cc6 Set default IRQ for NE2000 to 3
Increases compatibility with Windows 9x and other operating systems that have a limited selection of IRQs for this device (usually IRQs <= 9).
2022-07-16 16:50:41 -04:00
Miran Grča
5355a0e188 Merge pull request #2467 from Cacodemon345/multimonitor-take2-ui
qt: Make renderer widget resizable only once
2022-07-16 22:13:50 +02:00
Miran Grča
65e789acd9 Merge pull request #2468 from 86Box/audiopci_fix
Revert to the old NMI way in the AudioPCI code.
2022-07-16 22:13:38 +02:00
TC1995
d630bba26e Not only AudioPCI, revert the NMI way where applicable (ali1489, viapipc, amstrad and sigma). 2022-07-16 22:04:45 +02:00
TC1995
1b8e50e4da Revert to the old NMI way in the AudioPCI code. 2022-07-16 20:53:59 +02:00
Cacodemon345
7beec38ed3 qt: Fix mouse polling 2022-07-16 12:57:54 +06:00
Cacodemon345
548e8b360a qt: Make renderer widget resizable only once 2022-07-16 12:57:35 +06:00
richardg867
efdf003272 Jenkins: Better document some stuff 2022-07-15 23:43:00 -03:00
OBattler
b371185a6b Merge branch 'master' of https://github.com/86Box/86Box 2022-07-16 04:29:29 +02:00
OBattler
549a8544a0 Rewrote the NVR periodic timer for better performance. 2022-07-16 04:29:19 +02:00
richardg867
00b63fe9b8 Jenkins: More macOS stuff 2022-07-15 23:17:07 -03:00
richardg867
0ebf0e0ece Jenkins: Fix small typo in tarball script 2022-07-15 23:12:27 -03:00
OBattler
d22dd2f9f7 Merge branch 'master' of https://github.com/86Box/86Box 2022-07-16 04:11:03 +02:00