Commit graph

10937 commits

Author SHA1 Message Date
RichardG867
c74d593fe3 Jenkins: Fix a Linux library packaging violation 2023-08-26 14:05:35 -03:00
RichardG867
801d5b7232 mouse_ps2: Fix wheel inversion 2023-08-26 13:31:05 -03:00
OBattler
8f21db5527 Interim 808x fixes - just enough to fix the two most outstanding problems (Prehistorik 2 and Snatch-It! being broken). 2023-08-26 16:40:29 +02:00
Miran Grča
479024ae87
Merge pull request #3640 from cold-brewed/ui-toolbar-rb
Revert toolbar changes, add separator
2023-08-26 03:03:40 +02:00
OBattler
c1613776ce Fixed the wheel inversion on the PS/2 mouse. 2023-08-25 05:58:04 +02:00
OBattler
084fd441d3 Logging fixes in cpu/x86.c. 2023-08-25 03:49:06 +02:00
OBattler
782117dbbd Fixed some GCC pedantic warnings. 2023-08-25 02:28:51 +02:00
OBattler
e578b6b418 Merge branch 'master' of https://github.com/86Box/86Box 2023-08-24 23:49:13 +02:00
OBattler
a0ce900837 Temporarily disable the Wacom tablets. 2023-08-24 23:49:06 +02:00
Miran Grča
83a9f58dbb
Merge pull request #3638 from lemondrops/extended-dropdowns
qt: Expand the number of items displayed in comboboxes to 30
2023-08-24 23:35:29 +02:00
cold-brewed
350eefb258 qt: Revert toolbar changes, add separator 2023-08-24 17:33:05 -04:00
Alexander Babikov
0ba239d49a
qt: Temporarily hide the Mitsumi CD-ROM bus in dropdowns (#3639) 2023-08-24 18:24:40 -03:00
Alexander Babikov
b08ec7dcf6
qt: Expand the number of items displayed in comboboxes to 30 2023-08-25 02:14:01 +05:00
Miran Grča
932834995c
Merge pull request #3635 from cold-brewed/ui-pit-rb
Revert earlier machine settings updates
2023-08-24 23:07:32 +02:00
OBattler
801ebcc1db RichardG is right, the Compaq 386 Memory Control is absolutely not the OPTi 391. 2023-08-24 20:25:27 +02:00
cold-brewed
8e5536b4f5 qt: Revert earlier machine settings updates but include the new PIT option 2023-08-24 12:12:21 -04:00
OBattler
cf4b7bbd42 Merge branch 'master' of https://github.com/86Box/86Box 2023-08-24 17:00:20 +02:00
OBattler
fc8b4ce828 Disabled the DRAM row emulation on the 420EX and SiS 496/497, should fix memory with machines using those chipsets. 2023-08-24 16:59:57 +02:00
Miran Grča
6e03e1e8ba
Merge pull request #3631 from jriwanek-forks/plat
Make plat_fallthrough and plat_unused headers less fragile
2023-08-24 01:15:57 +02:00
Jasmine Iwanek
8f07289844 Make plat_fallthrough and plat_unused headers less fragile 2023-08-23 19:14:08 -04:00
OBattler
5f83768d98 Fixed includes in video/vid_s3.c. 2023-08-24 01:13:39 +02:00
OBattler
4f12485bcc Fixed includes in scsi/scsi_disk.c. 2023-08-24 01:12:27 +02:00
OBattler
84ad199b68 Fixed headers in scsi/scsi_buslogic.c. 2023-08-24 01:11:48 +02:00
OBattler
aee88dcb52 Fixed headers in scsi/scsi_cdrom.c. 2023-08-24 01:11:10 +02:00
OBattler
0ea7f3b2b2 Fixed includes in disk/hdc_st506_xt.c. 2023-08-24 01:10:41 +02:00
OBattler
46b086cf22 Missing header include in video/vid_s3.c. 2023-08-24 01:06:38 +02:00
OBattler
937589b6e3 Unmarked fallthroughs: scsi. 2023-08-24 01:05:45 +02:00
OBattler
ca58764ac3 Unmarked fallthroughs: vid_s3.c. 2023-08-24 00:57:53 +02:00
OBattler
c548910ce7 Unmarked fallthroughs: disk/hdc_st506_xt.c. 2023-08-24 00:57:10 +02:00
Miran Grča
7f1c92f7d5
Merge pull request #3630 from lemondrops/master
qt: Remove a trailing space in a label in qt_settingsnetwork.ui
2023-08-24 00:50:20 +02:00
Miran Grča
483bfa4c1c
Merge pull request #3629 from 86Box/tc1995
More 8514/A related fixes:
2023-08-24 00:49:39 +02:00
Alexander Babikov
352bfe0f63
qt: Remove a trailing space in a label in qt_settingsnetwork.ui 2023-08-24 03:47:41 +05:00
TC1995
498bc6aa8c More 8514/A related fixes:
Replaced svga->bpp == 24 with dev->accel_bpp == 24 as well as proper ATI graphics engine offsets added to 24bpp mode in the 8514/A rectangle fill commands (cmd 2, 3, 4) as well as on a command val of 8514/A bitblt (mainly 0xc2b5, actual cmd 6). This should fix 24bpp mode under Windows/NT and other operating systems, like OS/2 2.x/Warp.
2023-08-24 00:47:26 +02:00
Miran Grča
26d1c6d7bc
Merge pull request #3628 from 86Box/tc1995
More XGA fixes:
2023-08-24 00:41:29 +02:00
TC1995
23a2923724 More XGA fixes:
These make XGAKIT report 1MB of VRAM (from DOS).
2023-08-24 00:30:21 +02:00
Miran Grča
f0fd4b0909
Merge pull request #3626 from 86Box/tc1995
Change NEC CD-ROM DRIVE:74 to 75.
2023-08-23 21:28:01 +02:00
TC1995
971e61db58 Change the NEC CD-ROM DRIVE:74 to 75 due to the former being buggy on NT. 2023-08-23 20:52:02 +02:00
Miran Grča
67ea9d733b
Merge pull request #3625 from 86Box/tc1995
Assorted TGUI9440/96x0 fixes:
2023-08-23 20:46:53 +02:00
Jasmine Iwanek
28db0d37df
Merge branch 'master' into tc1995 2023-08-23 14:46:28 -04:00
Miran Grča
03ef27b6ac
Merge pull request #3624 from cold-brewed/path-get-slash
Fixing up path_get_slash return value
2023-08-23 20:45:27 +02:00
Miran Grča
7f06e697cb
Merge pull request #3623 from jriwanek-forks/cleaning
Latest round of sonarlint work
2023-08-23 20:42:39 +02:00
OBattler
ae231add5c The on-board CL-GD 5430's now have a NULL avilable() function. 2023-08-23 20:41:54 +02:00
TC1995
e2fbf5df3f Assorted TGUI9440/96x0 fixes:
Fixed the Win98 Trident PCI (and 9440 VLB) card accelerator pitch while maintaining compatibility with other OSes, despite being undocumented (this is at least an attempt to fix it properly based on the logs).
2023-08-23 19:58:18 +02:00
OBattler
2bff7c3910 The IBM PC330 on-board CL-GD 5430 is now correctly VLB and not PCI. 2023-08-23 18:05:58 +02:00
cold-brewed
f37474246b Fixed up path_get_slash return value 2023-08-23 07:26:48 -04:00
Jasmine Iwanek
f09bdab7f5 Updates to GHA cmake action 2023-08-23 06:21:38 -04:00
Jasmine Iwanek
29b648450a More linting in src/codegen_new 2023-08-23 04:15:59 -04:00
Jasmine Iwanek
c4bb670901 More linting in src/codegen 2023-08-23 04:15:59 -04:00
Jasmine Iwanek
66854089c0 src/minitrace 2023-08-23 04:15:59 -04:00
Jasmine Iwanek
3a0ddc2087 More linting in src/include/86box 2023-08-23 04:15:58 -04:00