Jasmine Iwanek
e54d136e3b
Add WD1004 series of XT HDD controllers
2022-03-13 10:29:05 -04:00
Jasmine Iwanek
c195b348a7
src/sound
2022-03-13 10:03:39 -04:00
Jasmine Iwanek
0d9161016d
Some escaped hardcoding of max devices in fdd.c
2022-03-13 09:59:11 -04:00
Jasmine Iwanek
a61379eaee
src/sio
2022-03-13 09:57:57 -04:00
Jasmine Iwanek
98be04c955
src/scsi
2022-03-13 09:54:10 -04:00
Jasmine Iwanek
e188137b96
src/printer
2022-03-13 09:51:07 -04:00
Jasmine Iwanek
d1dc795659
src/network
2022-03-13 09:50:25 -04:00
Jasmine Iwanek
438e05d100
src/mem
2022-03-13 09:47:11 -04:00
Jasmine Iwanek
698b16a603
src/machine
2022-03-13 09:46:07 -04:00
Jasmine Iwanek
1a7c27286a
src/game
2022-03-13 09:40:04 -04:00
Jasmine Iwanek
288e2ce1d2
src/floppy
2022-03-13 09:38:53 -04:00
Jasmine Iwanek
369f6774f9
src/disk
2022-03-13 09:37:19 -04:00
Jasmine Iwanek
a7edaf0608
src/device
2022-03-13 09:28:28 -04:00
Jasmine Iwanek
a52f0cca79
src/chipset
2022-03-13 09:21:08 -04:00
Jasmine Iwanek
66a687d68d
src/
2022-03-13 09:15:11 -04:00
Jasmine Iwanek
c5d1a7b456
small bit of cleanup in gameport.c
2022-03-13 09:00:26 -04:00
Jasmine Iwanek
297909a884
midi out device named correctly to aid code readability
2022-03-13 09:00:03 -04:00
Jasmine Iwanek
51532f7aaa
lpt_device_t.internal_name added
2022-03-13 08:58:31 -04:00
Miran Grča
f39f239c05
Merge pull request #2219 from jriwanek-forks/macros
...
Macros and hardcoding
2022-03-13 03:01:08 +01:00
Jasmine Iwanek
b2a3cbf7a9
Reusable IO Port definitions for IDE HDC's
2022-03-12 19:18:49 -05:00
Jasmine Iwanek
b24008f075
Floppy
2022-03-12 19:18:49 -05:00
Jasmine Iwanek
41f1c2facd
More hardcoding fixes
2022-03-12 19:18:48 -05:00
Miran Grča
607c499f96
Merge pull request #2217 from ts-korhonen/qt-opengl
...
qt: Fix shaders on HD4000/4400
2022-03-13 01:01:43 +01:00
Miran Grča
910b59d4bb
Merge pull request #2218 from jriwanek-forks/tmacm
...
Thrustmaster ACM
2022-03-13 01:01:27 +01:00
Jasmine Iwanek
c8574c55cc
Thrustmaster ACM
2022-03-12 18:47:12 -05:00
RichardG867
94be8cdfc6
GDB Stub: Initial commit
2022-03-12 20:20:25 -03:00
RichardG867
a924622216
CMI8x38: Some SB emulation fixes
2022-03-12 16:45:46 -03:00
RichardG867
ed792c0321
Jenkins: Add more Linux libraries for execution in a vacuum
2022-03-12 16:44:42 -03:00
RichardG867
79b9b1605d
Jenkins: Add dependency management for MSYS environment
2022-03-12 16:42:45 -03:00
ts-korhonen
b1eeef7527
qt: Remove pragma parameters from shaders.
...
Fixes Intel HD4000 crashing on windows when selecting shaders, probably
also fixes Intel HD4400 shader errors.
2022-03-12 15:39:39 +02:00
ts-korhonen
105fe47bf3
qt: GL core; use safe version of strcpy
2022-03-12 15:38:44 +02:00
David Hrdlička
ec7c2643e0
Make sure to enable the RtMidi support on Win32 too
2022-03-11 21:20:03 +01:00
David Hrdlička
7c20d7c5bb
Fix RtMidi on Makefile builds
2022-03-11 21:19:59 +01:00
David Hrdlička
ae6cb77ac8
Actions: FIx the macOS build
2022-03-11 20:51:45 +01:00
David Hrdlička
b5f18af541
Clean up the RtMidi optionality
2022-03-11 20:41:00 +01:00
Miran Grča
c1ccee6abd
Merge pull request #2214 from Cacodemon345/c345/haiku
...
qt: Add support for Haiku
2022-03-11 20:11:50 +01:00
richardg867
08604bebee
Jenkins: Attempt to fix git clone
2022-03-11 14:57:04 -03:00
Cacodemon345
1ed5bd37a4
Fix typo
2022-03-11 18:35:31 +06:00
Cacodemon345
c1f9d35de8
qt: Add support for Haiku
...
* OpenAL backend is enabled by default on Haiku
* bswap include now makes use of builtins if they exist
* Use a local fgetws method for Haiku to avoid crashes
* OpenGL renderers are completely disabled on Haiku (they do not work)
* Software renderer is a widget, not a window on Haiku (fixes blank screen)
* Add option to disable System MIDI at compile time
2022-03-11 12:13:08 +06:00
Miran Grča
f725c3fb56
Merge pull request #2210 from ts-korhonen/improve-create-hdd
...
qt: Improve hard disk create file selection
2022-03-10 22:24:29 +01:00
Miran Grča
6375717734
Merge pull request #2212 from ts-korhonen/fix-alt-f4
...
qt: Disable processing of alt-f4 in windows.
2022-03-10 22:24:15 +01:00
ts-korhonen
989926cb7f
qt: Disable processing of alt-f4 in windows.
...
Prevents the alt-f4 from quiting 86Box.
2022-03-10 23:14:13 +02:00
RichardG867
252067de41
AudioPCI: Add MIDI input option to on-board ES1371
2022-03-10 16:55:36 -03:00
ts-korhonen
13ec3d2286
qt: Add all format selections to file dialog when creating hdd.
...
Set format combobox to match the selection.
2022-03-09 23:05:02 +02:00
richardg867
fd53393686
Jenkins: Switch to the more reliable Canonical keyserver
2022-03-09 16:55:07 -03:00
David Hrdlička
e775b3655a
Revert the AArch64 atomics changes
...
The ARMv8-A target should by definition compile v8.0 compatible code
2022-03-09 19:42:21 +01:00
David Hrdlička
576f8b8d60
More Qt6 fixes
2022-03-09 13:55:48 +01:00
David Hrdlička
89ca824b1d
Merge pull request #2209 from ts-korhonen/fix-win-qt6
...
qt: fix Qt6 windows build
2022-03-09 13:43:34 +01:00
ts-korhonen
35d6c68488
qt: fix Qt6 windows build
2022-03-09 08:16:47 +02:00
David Hrdlička
130ed17b1c
Add cmake/**
to the CMake job triggers
2022-03-09 02:56:45 +01:00