Commit Graph

8103 Commits

Author SHA1 Message Date
Miran Grča
2232a9bc6a Merge pull request #3042 from Cacodemon345/patch-123
qt: Display device name separately in device configuration
2023-01-26 05:34:50 +01:00
Miran Grča
f1bc192c02 Merge pull request #3044 from Cacodemon345/svga-multi-monitor
Add SVGA multi-monitor support
2023-01-26 05:34:36 +01:00
luennix
e7e4d4e1f2 Add PS/2 mouse support for TriGem 486G and bump Gigabyte GA-586IP's RAM limit to 256MB 2023-01-24 18:20:56 +03:00
Cacodemon345
7898109b66 Add SVGA multi-monitor support
Cirrus Logic CL-GD5436/CL-GD5446 works as secondary video adapters
2023-01-22 16:50:21 +06:00
Cacodemon345
0dda45ab46 qt: Display device name separately in device configuration 2023-01-20 22:58:56 +06:00
OBattler
b875e8518d Merge branch 'master' of https://github.com/86Box/86Box 2023-01-19 06:20:59 +01:00
OBattler
8e74b634c6 The Acer V35N now correctly initializes the NVR to 0x00's, making it boot correctly. 2023-01-19 06:20:44 +01:00
Alexander Babikov
74f3393fe6 Display dynarec information in the About box 2023-01-18 21:09:36 +05:00
Miran Grča
0fe4cfc086 Merge pull request #3026 from Cacodemon345/patch-122
vid_mga: Fix Matrox Mystique MGA modes
2023-01-15 12:18:01 +01:00
luennix
5aa971534c Fixed QDI EXCELLENT II to have an AGP slot, as the real board also has one. 2023-01-14 12:07:06 +03:00
Cacodemon345
104d21f806 vid_mga: Fix Matrox Mystique MGA modes
Clock selection now works properly
2023-01-12 14:00:10 +06:00
OBattler
54d862d0b7 Fixed another warning in cdrom/cdrom.c. 2023-01-10 04:15:29 +01:00
OBattler
db55912a63 Fixed another warning in scsi/scsi_cdrom.c. 2023-01-10 04:11:01 +01:00
OBattler
55effffbfb Fixed warning in scsi/scsi_spock.c. 2023-01-10 04:04:53 +01:00
OBattler
829671848e Fixed warning sin scsi/scsi_cdrom.c. 2023-01-10 04:03:34 +01:00
OBattler
b91f79dcdc Fixed warnings in cdrom/cdrom.c. 2023-01-10 03:50:47 +01:00
Jasmine Iwanek
bd3b60b82f Fix mingw makefile build 2023-01-09 19:08:19 -05:00
Miran Grča
517e0e2161 Merge pull request #3024 from luennix/master
Add ALi M1435 southbridge and three new machines
2023-01-09 20:30:24 +01:00
luennix
4085e4c928 PR for 86Box 2023-01-09 16:31:36 +03:00
Jasmine Iwanek
42ceb4cfcc Fix some bits which got lost in the last merge 2023-01-08 15:25:28 -05:00
rueni97
9b8182706e Add files via upload 2023-01-08 19:05:00 +03:00
rueni97
112b60eb88 Update ali1429.c 2023-01-08 19:04:40 +03:00
TC1995
f9bc675a62 Git, so, stop the pull/push errors, anyway, fix compile again. 2023-01-08 14:32:58 +01:00
TC1995
1064c697e2 Darn git. 2023-01-08 14:25:18 +01:00
TC1995
c4ce53c91f Fix compile again for github. 2023-01-08 14:19:28 +01:00
TC1995
5c0fa85d87 QT: Fix compile. 2023-01-08 00:05:58 +01:00
TC1995
e5496e2638 Overhauled CD-ROM selection for SCSI and ATAPI, including model and vendor specific commands.
Fixed the Spock SCSI ID selection.
Fixed CD Audio on NCR 5380-based SCSI controllers.
Added a proprietary CD-ROM controller selection (not hooked up yet).
All on qt only.
2023-01-07 23:48:45 +01:00
Cacodemon345
8a37572220 snd_optimc: IRQs of 12, 14 and 15 are actually used 2023-01-07 16:55:55 +06:00
OBattler
95cf08611c SCAT machines with PS/2 keyboard controller now actually have a PS/2 keyboard controller, fixes #3013. 2023-01-05 02:25:21 +01:00
Jasmine Iwanek
48961b00a4 Missed bits 2023-01-04 06:25:33 -05:00
Jasmine Iwanek
d6b118a4fc Fix another warning 2023-01-04 00:26:07 -05:00
Jasmine Iwanek
4e73192cb0 Merge pull request #3011 from jriwanek-forks/slotket-8
Add Slot1 to Socket 8 slotket
2023-01-03 19:47:50 -05:00
Jasmine Iwanek
6291ae01a3 Even more missed formatting 2023-01-03 18:15:20 -05:00
Jasmine Iwanek
3738a83980 Add Slot1 to Socket 8 slotket
One such example is the ASUS C-P6S1
2023-01-03 16:01:45 -05:00
Jasmine Iwanek
f9f6c18210 Merge pull request #3000 from Cacodemon345/patch-120
qt: Display architecture information in About box
2023-01-01 17:43:22 -05:00
FreeFull
b73c442af0 Fix keyboard input for British keyboard layout
Before this change, the `\|` key would be treated the same as the `/?` on a UK keyboard layout. With this change, it should behave properly, assuming the guest is also set to use a UK keyboard.
2022-12-30 23:32:57 +00:00
OBattler
06d4ae5595 Fixed VNC mouse, but the correct scale factor for X and Y has to be figured out. 2022-12-30 06:05:57 +01:00
OBattler
06a7e00af4 Fix video output via VNC. 2022-12-30 04:29:56 +01:00
Miran Grča
82856fd4f3 Merge pull request #3001 from jriwanek-forks/CodeQL
Fix "Multiplication result converted to larger type" from CodeQL
2022-12-30 04:09:34 +01:00
Jasmine Iwanek
a2568a6fea Fix building with libvncserver 2022-12-29 21:59:21 -05:00
Jasmine Iwanek
7ec2a1c148 Use doubles as requested 2022-12-29 21:59:00 -05:00
Cacodemon345
74eaf6af25 Fix typo 2022-12-29 11:54:29 +06:00
Jasmine Iwanek
5984270f0d Minor formatting in cpu.c 2022-12-28 19:07:51 -05:00
Jasmine Iwanek
ecd7694006 Fix more warnings 2022-12-28 14:01:09 -05:00
Cacodemon345
676569dfb2 qt: Display architecture information in About box 2022-12-29 00:50:50 +06:00
Jasmine Iwanek
239294b6e3 Add out of spec underclocked models
Matches how we handle the Deschutes
2022-12-27 15:27:06 -05:00
Jasmine Iwanek
bde4531606 Fix timings, as the Covington doesn't have L2 cache 2022-12-27 14:03:16 -05:00
Jasmine Iwanek
cfa6f64716 Initial P2 Covington support 2022-12-27 13:49:10 -05:00
OBattler
fd82e523a0 Fixed hercules video_process_8() width, fixes #2997. 2022-12-27 05:27:13 +01:00
Jasmine Iwanek
d12c3e4dce Merge pull request #2992 from Cacodemon345/qt-settings
qt_settingsdisplay: Changes are not lost on machine switch anymore
2022-12-25 00:30:39 -05:00