Commit graph

9778 commits

Author SHA1 Message Date
Miran Grča
0daee20e8b
Merge pull request #3091 from jriwanek-forks/cleanups
Make dual video card code use array
2023-02-06 18:21:50 +01:00
Miran Grča
8e6ea13be8
Merge pull request #3090 from jriwanek-forks/win32-scaling
Port PR#2786 (Higher scaling factors) to win32 UI
2023-02-06 14:07:12 +01:00
Jasmine Iwanek
a7236a9022 Make dual video card code use array 2023-02-06 07:29:18 -05:00
Jasmine Iwanek
13b954a336 Port PR#2786 (Higher scaling factors) to win32 UI 2023-02-06 03:22:28 -05:00
Jasmine Iwanek
6978f6d7d4
Fix uninitialized use in mitsumi_cdrom_reset 2023-02-06 01:49:21 -05:00
Jasmine Iwanek
7d212d6ddd
Fix p6bat internal sound 2023-02-06 01:47:02 -05:00
Miran Grča
2ef50b9c29
Merge pull request #3084 from cold-brewed/hdd-editable-fix
qt: Various fields should not be editable in settings view
2023-02-05 21:06:42 +01:00
Miran Grča
c36b68bb77
Merge pull request #3086 from cold-brewed/existing-hdd-selection-fix
qt: Fixes to the process for selecting an existing hdd image
2023-02-05 21:06:30 +01:00
Miran Grča
c206288ef6
Merge pull request #3088 from Cacodemon345/qt-acpi-button
qt: Reenable and make functional ACPI shutdown button
2023-02-05 21:06:06 +01:00
Cacodemon345
a9149bb78a qt: Reenable and make functional ACPI shutdown button 2023-02-06 01:39:34 +06:00
cold-brewed
118ae94200 qt: Fix some other fields that should not be editable 2023-02-05 12:20:44 -05:00
cold-brewed
c809f482d5 qt: Fixes to the process for selecting an existing hdd image 2023-02-05 12:12:37 -05:00
OBattler
6655d2d498 Removed an unused variable from the SiS 85c50x code. 2023-02-05 17:22:13 +01:00
OBattler
b67c3c41e1 Fixed (S)VGA timings, according to tests by Sergi. 2023-02-05 17:16:53 +01:00
cold-brewed
5a2348c68f qt: hdd fields should not be editable in settings view 2023-02-05 07:45:39 -05:00
Miran Grča
64c6266404
Merge pull request #3078 from luennix/master
Add Packard Bell PB810 (without on-board video, for now)
2023-02-05 09:13:40 +01:00
Miran Grča
4861c26065
Merge pull request #3062 from randomtechkid/master
Code for ECS P6BAT-A+
2023-02-05 09:12:59 +01:00
randomtechkid
ad0a75735f Port fix from https://github.com/86Box/86Box/pull/3081 2023-02-05 13:02:29 +07:00
randomtechkid
ba3d9d3989
Merge branch '86Box:master' into master 2023-02-05 12:52:47 +07:00
rueni97
f672f20982
Fix ECS P6BAP's IRQ steering table (#3081) 2023-02-04 04:31:33 -05:00
rueni97
10ec9893d3
Merge branch '86Box:master' into master 2023-02-04 12:25:19 +03:00
luennix
f0c0ad130d Revert "Fix ECS P6BAP's IRQ steering table"
This reverts commit c56dce0fc5.
2023-02-04 12:13:32 +03:00
Miran Grča
15138347c2
Merge pull request #3080 from jriwanek-forks/win32
Underlying plumbing for multi-net in win32 ui
2023-02-04 10:02:24 +01:00
luennix
c56dce0fc5 Fix ECS P6BAP's IRQ steering table 2023-02-04 12:01:59 +03:00
Jasmine Iwanek
5d752db6a7 Underlying plumbing for multi-net in win32 ui 2023-02-04 03:35:16 -05:00
Jasmine Iwanek
f88a1e1728
Fix a warning due to extranious text 2023-02-04 02:23:32 -05:00
rueni97
901b4cc730
Merge branch '86Box:master' into master 2023-02-04 10:15:44 +03:00
Jasmine Iwanek
6ad5ff9a4b
Another fix to the Network card initialization in the WIN32 Settings dialog 2023-02-04 00:05:31 -05:00
OBattler
ccb0bd6ecd Merge branch 'master' of https://github.com/86Box/86Box 2023-02-04 04:02:29 +01:00
OBattler
f12b16cbdd Ali M5123 Super I/O fixes - serial ports now work correctly, fixes #3070. 2023-02-04 04:02:19 +01:00
RichardG867
e9a326622f xinput2_mouse: Treat XTEST as an absolute pointer device to fix VNC mouse injection 2023-02-03 20:55:39 -03:00
OBattler
9398a59351 Fixed Network card initialization in the WIN32 Settings dialog. 2023-02-04 00:30:36 +01:00
Miran Grča
77673bd0fd
Merge pull request #3077 from jriwanek-forks/unix-noqt
Fix non QT builds & Add support for Termux
2023-02-03 12:04:35 +01:00
Miran Grča
930218eebe
Merge pull request #3076 from jriwanek-forks/flash
Add many more flash rom options
2023-02-03 12:03:58 +01:00
luennix
194ed138d7 Add Packard Bell PB810 (without on-board video, for now) 2023-02-03 10:24:11 +03:00
Jasmine Iwanek
162667a9a6 Fix non QT builds & Add support for Termux 2023-02-03 02:22:46 -05:00
rueni97
7a7e780aa3
Merge branch '86Box:master' into master 2023-02-03 09:54:48 +03:00
luennix
2b02287ef3 Unfinished Packard Bell PB810 work, currently breaks compile 2023-02-03 09:34:17 +03:00
Jasmine Iwanek
e2d545eeb7 Add many more flash rom options 2023-02-03 01:11:17 -05:00
Jasmine Iwanek
a3b7819981
Some bits which got lost in PR #3074 2023-02-03 01:03:55 -05:00
Miran Grča
d6fbedf63a
Merge pull request #3075 from jriwanek-forks/makefile
More makefile simplification and formatting in version.h.in
2023-02-03 06:51:11 +01:00
Jasmine Iwanek
ffbf1d63c3 More makefile simplification and formatting in version.h.in 2023-02-03 00:49:32 -05:00
Miran Grča
2c930e558b
Merge pull request #3074 from jriwanek-forks/more-fdc
Add tertiary and quaternary FDC options + improvements to monster FDC
2023-02-03 06:46:05 +01:00
Jasmine Iwanek
2857655f6e Add tertiary and quaternary FDC options + improvements to monster FDC 2023-02-03 00:37:20 -05:00
Miran Grča
186b63b845
Merge pull request #3072 from 86Box/tc1995
QT: Fix crash in the first sound card selection.
2023-02-02 18:05:11 +01:00
TC1995
db77b53fc8 QT: Fix crash in the first sound card selection. 2023-02-02 17:13:29 +01:00
Jasmine Iwanek
91b86f1bb8
Fix freeze on tools->settings 2023-02-02 07:47:58 -05:00
Miran Grča
a6ca6e3001
Merge pull request #3071 from jriwanek-forks/multi-sound
Support up to 4 sound cards
2023-02-02 12:39:54 +01:00
Jasmine Iwanek
5f04b29e8f Support up to 4 sound cards 2023-02-02 03:29:38 -05:00
David Hrdlička
63b2f6bb5d Disable Discord on unsupported platforms 2023-02-01 19:50:28 +01:00