Commit Graph

7386 Commits

Author SHA1 Message Date
Jasmine Iwanek
d0450353f2 Remove notes which shouldn't ever have been committed 2022-08-18 13:59:35 -04:00
Jasmine Iwanek
15ede8b551 Merge branch 'master' into feature/ich2 2022-08-15 21:22:10 -04:00
Miran Grča
5ae9df6d07 Merge pull request #2621 from Cacodemon345/qt-remember-maximized-window
qt: Remember maximized state of monitor windows if enabled
2022-08-15 20:15:33 +02:00
Miran Grča
ee651ae48f Update x86_ops_bcd.h
Reverted the AAM instruction to again set the divisor to 10 when 0 is specified.
2022-08-14 20:47:36 +02:00
Cacodemon345
012db280e2 qt: Remember maximized state of monitor windows if enabled 2022-08-14 12:32:29 +06:00
Miran Grča
e976d93a01 Merge pull request #2617 from lemondrops/bugfix/ps2_availability
Remove the PS/2 mouse flag from the Gigabyte GA-586IP
2022-08-14 00:15:58 +02:00
Miran Grča
fc705148ee Merge pull request #2618 from lemondrops/bugfix/warnings
Fix two warnings in Qt code
2022-08-14 00:13:48 +02:00
Miran Grča
97008f3a39 Merge pull request #2619 from lemondrops/bugfix/amdk6_cpuid
Clear unfilled registers when returning CPUID results on K6-2/III/+ CPUs
2022-08-14 00:13:39 +02:00
Miran Grča
3c9cec495b Merge pull request #2620 from elyosh/sb2-opl-fix
Fix SB 2.0 OPL crash
2022-08-14 00:13:18 +02:00
Adrien Moulin
bd31c57d60 Fix SB 2.0 OPL crash 2022-08-13 23:16:44 +02:00
Alexander Babikov
789e2c950f Remove the PS/2 mouse flag from the Gigabyte GA-586IP 2022-08-13 15:51:23 +05:00
Alexander Babikov
94f76ef3c0 Fix some warnings in Qt code 2022-08-13 15:42:22 +05:00
Alexander Babikov
603cdcbb37 Clear unfilled registers when returning CPUID results on K6-2/III/+ CPUs 2022-08-13 15:41:00 +05:00
Jasmine Iwanek
6684eaccee More winbond and SST flashes 2022-08-13 04:38:54 -04:00
Miran Grča
a85caea4a9 Update qt_harddiskdialog.cpp
Removed the stray QTimer include.
2022-08-12 18:59:46 +02:00
Miran Grča
a0ae6d45bd Merge pull request #2611 from Cacodemon345/qt-cylinderfix
qt: large sizes when entered no longer decrement by 1MB
2022-08-12 18:59:09 +02:00
Miran Grča
86662ec8d6 Merge pull request #2610 from Cacodemon345/xi2-qt6-restore
qt: Raise minimum Xi2 version requirement to 2.1
2022-08-12 18:57:23 +02:00
OBattler
9d5c731017 Kasan VGA fix. 2022-08-12 18:50:17 +02:00
Cacodemon345
3194130bcd qt: large sizes when entered no longer decrement by 1MB 2022-08-12 15:15:23 +06:00
Cacodemon345
ad3bba009a qt: Raise minimum Xi2 version requirement to 2.1
This is needed for click-and-drag to work with both Qt5 and Qt6, especially the latter which was previously broken, without any hacks.
2022-08-12 13:24:29 +06:00
Jasmine Iwanek
262596f741 Even more SST FWH's 2022-08-12 01:46:32 -04:00
Jasmine Iwanek
1be9af3746 3 more SST flash devices 2022-08-11 22:20:36 -04:00
Jasmine Iwanek
3ed2b10241 Fixes 2022-08-11 22:03:08 -04:00
Jasmine Iwanek
fae0eb7bf8 Whitespace 2022-08-11 21:34:06 -04:00
Jasmine Iwanek
b706674222 Merge remote-tracking branch 'upstream/master' into feature/ich2 2022-08-11 21:26:44 -04:00
Jasmine Iwanek
d3545ee703 5 additional SST flash devices 2022-08-11 21:26:22 -04:00
Cacodemon345
f2cf5dd841 qt: Restore Xinput2 for Qt5 builds 2022-08-12 00:35:40 +06:00
Jasmine Iwanek
0aea293890 Fix 2022-08-10 21:52:56 -04:00
Jasmine Iwanek
9b4458fe94 Merge branch 'master' into feature/ich2 2022-08-10 21:31:50 -04:00
Jasmine Iwanek
a6e3fc2462 minor things 2022-08-10 21:27:51 -04:00
Jasmine Iwanek
5485bce847 Merge branch 'feature/ich2' of https://github.com/86Box/86Box into feature/ich2 2022-08-10 21:27:28 -04:00
Jasmine Iwanek
b6e4ad2665 Fix compile error in CUSL2 2022-08-10 19:45:13 -04:00
Jasmine Iwanek
a901491138 Update dma.c 2022-08-10 18:02:51 -04:00
Jasmine Iwanek
b362358285 Intel AC97
(Currently not functional)
2022-08-10 17:48:32 -04:00
Jasmine Iwanek
f58cbb2856 Re-add the ASUS CUSL2-C
Maybe we can fix it someday
2022-08-10 17:38:54 -04:00
Jasmine Iwanek
969e3b1a64 Fix build 2022-08-10 16:45:59 -04:00
OBattler
bf8d1dda9d Merge branch 'master' of https://github.com/86Box/86Box 2022-08-10 22:44:22 +02:00
OBattler
ee38432bb7 Added some parentheses. 2022-08-10 22:44:08 +02:00
Jasmine Iwanek
f6c24e29fc Merge branch 'master' into feature/ich2 2022-08-10 16:37:19 -04:00
Cacodemon345
97242168de qt: Fix usage of unconverted path in plat_fopen64
UTF-8 paths are not supported on all Windows installations, only some of them. This was only accounted for in the 32-bit plat_fopen function, not on 64-bit plat_fopen64. Fix that oversight.
2022-08-11 01:16:56 +06:00
Cacodemon345
740108c37c cdrom: Properly empty the path of image if it can't be loaded 2022-08-11 01:13:49 +06:00
Jasmine Iwanek
f1ce911d55 Updates 2022-08-10 14:53:09 -04:00
Jasmine Iwanek
fafb1e6f03 Merge branch 'master' into feature/ich2 2022-08-10 14:44:37 -04:00
Miran Grča
f16c59fc95 Merge pull request #2602 from Cacodemon345/qt-fullscreen-stretch-maximize
qt_d3d9renderer: Clear screen backbuffer at each render
2022-08-10 18:10:04 +02:00
Cacodemon345
f8accc5ab5 Merge remote-tracking branch 'upstream/master' into qt-fullscreen-stretch-maximize 2022-08-10 11:13:29 +06:00
Cacodemon345
2ebee217b5 qt_d3d9renderer: Clear screen backbuffer at each render 2022-08-10 11:10:54 +06:00
TC1995
8c8a42a9be ESDI MCA: No longer fatal on default reads, fixes Win3.0 MME installation to hard disk using ESDI MCA. 2022-08-09 23:27:03 +02:00
TC1995
43952325ba Fixed initialized 8-bit blits for OS/2 2.0 Limited Availability (6H.177) and other builds before GA/RTM. 2022-08-09 23:21:56 +02:00
TC1995
0c2d9cb289 XGA: Cursor no longer gets black parts when returning from Mystify screensaver to GUI and, at the same time, keeping the Win95 cursor intact.
Mono blits no longer cause transparency issues in some programs (e.g.: Creative utilities such as MIDI and CD on Win3.1x).
2022-08-09 23:16:38 +02:00
Miran Grča
6d6a000d5f Merge pull request #2598 from Cacodemon345/qt-fullscreen-stretch-maximize
qt: Add option to apply fullscreen stretching modes when maximized
2022-08-09 21:35:42 +02:00