Commit Graph

9805 Commits

Author SHA1 Message Date
OBattler
a76e9f9d77 Removed excess pci_dummy.c logging and added LOG=y to the Mingw makefile to compile without -mwindows. 2023-02-11 23:58:43 +01:00
OBattler
e395c59254 Very small fix to pci_dummy.c. 2023-02-11 22:51:00 +01:00
OBattler
050c0c0e18 Added PCI_DUMMY flag to the Mingw makefile. 2023-02-11 22:17:41 +01:00
OBattler
c6359517c1 More pci_dummy.c fixes and it's now instantiable and the exposed init function initializes it for PCI slot brute force purposes. 2023-02-11 22:15:50 +01:00
OBattler
476e8eeead Fixes to pci_dummy.c. 2023-02-11 21:39:21 +01:00
RichardG867
3f62a95ca1 VIA PIPC: Poll legacy audio only if enabled, improves performance on 686A/B machines 2023-02-11 14:34:35 -03:00
Miran Grča
14eda6bd75 Merge pull request #3099 from jriwanek-forks/machine
Machine table updates
2023-02-09 16:01:41 +01:00
Jasmine Iwanek
947e511d72 Add sio_device to machine table 2023-02-09 05:55:15 -05:00
Miran Grča
60b11eecea Merge pull request #3098 from jgilje/stream_mode
add command 0xea - set stream mode
2023-02-09 02:54:01 +01:00
Joakim L. Gilje
fa9e05a317 add command 0xea - set stream mode 2023-02-08 22:11:22 +01:00
Jasmine Iwanek
01749a6de6 Add fdc_device to machine table 2023-02-07 19:11:07 -05:00
Jasmine Iwanek
118ab005f0 Switch kbc to device_t kbd_device 2023-02-07 18:14:59 -05:00
Jasmine Iwanek
fea5ac681b Handful of function renames 2023-02-07 18:14:58 -05:00
Miran Grča
3dfb553555 Merge pull request #3097 from 86Box/tc1995
Added more ATAPI CD-ROM types (including the NEC CDR-273 4.20 drive used to be there at some point) and removed some non-working types.
2023-02-07 22:36:18 +01:00
TC1995
9ceec90d79 Added more ATAPI CD-ROM types (including the NEC CDR-273 4.20 drive used to be there at some point) and removed some non-working types. 2023-02-07 21:17:14 +01:00
RichardG867
22c0fd29a3 Jenkins: Overhaul MSYS2 package handling to remove the version pinning hack 2023-02-07 13:12:34 -03:00
Jasmine Iwanek
64ad9e5fba Some escaped standardization in machine table 2023-02-07 06:48:06 -05:00
RichardG867
8910c10d94 Jenkins: Don't create AppImage workaround symlink if it already exists (also: introducing new Windows node) 2023-02-06 19:37:51 -03:00
Miran Grča
f87f989f5d Merge pull request #3092 from jriwanek-forks/libslirp
Update libslirp to 4.7.0 with our customizations
2023-02-06 21:31:59 +01:00
Miran Grča
57ea335b97 Merge pull request #3093 from jriwanek-forks/acpi-apm
Add APM flags to 386 & later, ACPI flag to Pentium and later
2023-02-06 21:31:44 +01:00
Miran Grča
11ed4619c4 Merge pull request #3094 from jriwanek-forks/clang
Ability to build with CLANG and Regular builds
2023-02-06 21:31:29 +01:00
Miran Grča
8a2f3be7fb Merge pull request #3095 from jriwanek-forks/cmakepresets
Make CMakePresets.json better
2023-02-06 21:31:12 +01:00
Jasmine Iwanek
0e53a29e3d Fix build when ENABLE_CDROM_LOG is set 2023-02-06 14:28:59 -05:00
Jasmine Iwanek
b18ed9e20e Make CMakePresets.json better 2023-02-06 14:20:51 -05:00
Jasmine Iwanek
cd2abb2454 Ability to build with CLANG and Regular builds 2023-02-06 14:16:58 -05:00
Jasmine Iwanek
75b52274ec Add APM flags to 386 & later, ACPI flag to Pentium and later
This isn't a perfect solution, but it'll be less false positives than elsewise.
2023-02-06 13:53:46 -05:00
Jasmine Iwanek
3b5cfe8bfc Update libslirp to 4.7.0 with our customizations 2023-02-06 12:46:37 -05:00
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