Commit Graph

7233 Commits

Author SHA1 Message Date
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
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
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
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
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
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
David Hrdlička
576f8b8d60 More Qt6 fixes 2022-03-09 13:55:48 +01:00
ts-korhonen
35d6c68488 qt: fix Qt6 windows build 2022-03-09 08:16:47 +02:00
Miran Grča
247d5a7a94 Merge pull request #2198 from ziplantil/fi-translation
improve Finnish translation
2022-03-08 22:45:35 +01:00
Miran Grča
28bfff47c7 Merge pull request #2205 from ts-korhonen/fix-warnings
qt: fix multiple compiler warnings
2022-03-08 22:34:45 +01:00
ts-korhonen
9b306751c4 qt: fix mouse getting captured even if VM has no mouse 2022-03-08 23:25:35 +02:00
RichardG867
00a0a0c981 CS423x: CS4235 only supports PCM 8 and 16LE formats 2022-03-07 21:39:31 -03:00
RichardG867
d0cf4bc157 CS423x: Fix ADPCM DMA counter 2022-03-07 21:12:14 -03:00
ts-korhonen
e0a23adbb4 qt: remove unused variables 2022-03-07 22:25:15 +02:00
RichardG867
669a6a2e49 CS423x: Replace Mu-Law and A-Law functions with more efficient ones 2022-03-07 17:11:35 -03:00
ts-korhonen
c6b347000e qt: only ignore -Wstringop-overflow on gcc 11 2022-03-07 22:10:03 +02:00
ts-korhonen
87546d2ce6 qt: fix multiple compiler warnings 2022-03-07 21:47:48 +02:00
RichardG867
9f40c213a6 CMI8x38: Fix SB interrupts in VxD DOS box 2022-03-07 16:36:13 -03:00
RichardG867
00d4cb5141 Add a header file I forgot 2022-03-07 16:32:06 -03:00
RichardG867
07f060bc18 CS423x: Add untested Mu-Law, A-Law and ADPCM playback 2022-03-07 16:00:39 -03:00
Miran Grča
fbd29271bc Merge pull request #2203 from insanemal/insanemal_qtsocket2
Fix client socket code to match generated messages
2022-03-07 18:29:29 +01:00
ts-korhonen
d821f6395f qt: opengl core; fix filter method defaulting to nearest when applying options 2022-03-07 19:22:02 +02:00
RichardG867
67f6525f85 CMI8x38: Clear I/O mappings on reset, clarify autodetection requirement for TDMA updates 2022-03-07 13:28:31 -03:00
RichardG867
b5d0ba8a51 CMI8x38: Improve TDMA logging 2022-03-07 12:09:47 -03:00
RichardG867
c2346a9ce4 Remove redundant SB DSP interleaved stereo checks 2022-03-07 11:19:58 -03:00
RichardG867
350f2eac9a CMI8x38: Set TDMA channels even after the fact 2022-03-07 10:53:18 -03:00
RichardG867
3f158b5cce CMI8x38: Improve CMI8338 NMI traps 2022-03-07 10:52:34 -03:00
RichardG867
57aeaa4413 CMI8x38: Improve CMI8738 variant selection 2022-03-07 10:45:10 -03:00
Insanemal
71c217efe9 Change the truncate to -1 from -2 and remove the other part dealing with null terminators 2022-03-07 22:24:44 +10:00
RichardG867
6ab26aa567 CMI8x38: Fix SB emulation in DOS box with VxD driver 2022-03-06 23:44:51 -03:00
RichardG867
6caf39c6ab CMI8x38: Fix Sound Blaster emulation on CMI8738 2022-03-06 23:10:01 -03:00