Commit Graph

7783 Commits

Author SHA1 Message Date
RichardG867
7a3ff82a63 Jenkins: Don't git clone on Windows nodes due to line ending issues 2022-03-15 23:23:47 -03:00
RichardG867
68ad22bf09 Jenkins: Streamline AppImage exclusion list with globs 2022-03-15 23:16:41 -03:00
RichardG867
1cc29c0aab Jenkins: Small cosmetic change to build script 2022-03-15 21:46:10 -03:00
RichardG867
0cdc68d2bd Jenkins: Make the pipeline more resilient to node dropouts 2022-03-15 21:45:08 -03:00
RichardG867
fa795f0f50 Jenkins: Fix build script sh compatibility 2022-03-15 21:23:51 -03: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
RichardG867
252067de41 AudioPCI: Add MIDI input option to on-board ES1371 2022-03-10 16:55:36 -03: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
RichardG867
669a6a2e49 CS423x: Replace Mu-Law and A-Law functions with more efficient ones 2022-03-07 17:11:35 -03: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
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
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
RichardG867
219129f97e CMI8x38: Implement Sound Blaster emulation 2022-03-06 19:59:14 -03:00
RichardG867
9bbf31a2b4 Remove extraneous logging 2022-03-06 09:39:52 -03:00
RichardG867
8633a7c533 Jenkins: Enable FAudio on Linux 2022-03-06 01:30:19 -03:00
RichardG867
50e49c31f6 CMI8x38 megacommit 2022-03-06 01:29:29 -03:00
Miran Grča
395fa8ac36 Merge pull request #2189 from Cacodemon345/newqt
qt: Fix HDD path relativization on Windows
2022-03-03 20:31:50 +01:00
Cacodemon345
7dc84e0f67 qt: Fix HDD path relativization on Windows 2022-03-04 01:25:34 +06:00
Miran Grča
83b87a7a8f Merge pull request #2187 from 86Box/tc1995
Fix compile.
2022-03-02 16:43:04 +01:00
TC1995
c4f5c7e5e0 Fix compile. 2022-03-02 16:37:19 +01:00
Miran Grča
55475f7970 Merge pull request #2184 from ts-korhonen/qt-opengl-renderer
More fixes to linux arm32 build
2022-03-02 16:36:07 +01:00
ts-korhonen
055a0b307c Merge branch 'master' of https://github.com/86Box/86Box into qt-opengl-renderer 2022-03-02 17:32:32 +02:00
Miran Grča
a488112b0c Merge pull request #2185 from Cacodemon345/newqt
qt: More assortment of fixes
2022-03-02 16:26:36 +01:00
Miran Grča
dd2abad77c Merge pull request #2186 from 86Box/tc1995
Added a legacy way to address some issues with the SVGA scrolling and…
2022-03-02 16:26:27 +01:00
TC1995
c3c7864bd6 Added a legacy way to address some issues with the SVGA scrolling and such (such as Pinball Illusions on S3 cards, including the ViRGE). 2022-03-02 16:18:58 +01:00
Cacodemon345
9da55289ed qt: Fix building on AArch32 2022-03-02 15:22:14 +06:00
Cacodemon345
445ebb905f qt: More Settings UI inconsistency-with-Win32 fixes 2022-03-02 15:08:41 +06:00
Cacodemon345
ed954e4b2f qt: Fix HiDPI scaling on OpenGL 3.0 renderer 2022-03-02 15:08:14 +06:00
Cacodemon345
c1c0f68f81 qt: Make central widget expanding 2022-03-02 14:48:33 +06:00
Cacodemon345
c213f287b1 qt: Fix loading of shaders using GL_ARB_shading_language_420pack extension 2022-03-02 14:45:28 +06:00
RichardG867
bd63c3d66a Add multi-channel DMA to CMI8x38 2022-03-01 21:42:43 -03:00
ts-korhonen
f78a3f2c10 qt: try again to fix linux arm32 build error 2022-03-01 22:22:58 +02:00
ts-korhonen
109683300a qt: Add fallback to default shader on load 2022-03-01 22:22:58 +02:00
Miran Grča
9f6dc268b2 Merge pull request #2183 from ts-korhonen/qt-opengl-renderer
qt: fix linux arm32 build error
2022-03-01 19:47:53 +01:00
ts-korhonen
61239efa39 qt: fix linux arm32 build error 2022-03-01 19:15:12 +02:00
Miran Grča
4c85dcf879 Merge pull request #2182 from 86Box/tc1995
Added the Corel LS2000 53c400-based card.
2022-03-01 17:54:10 +01:00
TC1995
e6f5018d51 Added the Corel LS2000 53c400-based card. 2022-03-01 14:20:11 +01:00
Miran Grča
4d6bd19576 Merge pull request #2180 from Cacodemon345/patch-64
qt: Fix building with Qt 6
2022-03-01 14:09:49 +01:00