Commit Graph

15302 Commits

Author SHA1 Message Date
nstarke
d087ea2ab5 BUGFIX: MIDI In causes VM hang when sysex message received. This commit fixes the issue. 2025-09-21 11:39:40 -05:00
win2kgamer
8c3e45e691 YMF71x: Call master volume recalc during init 2025-09-21 10:46:27 -05:00
Miran Grča
10477fa822 Merge pull request #6204 from Cacodemon345/software-renderer-white-fixes
Clear screen to black on software renderer after it starts
2025-09-21 16:17:59 +02:00
Cacodemon345
388f39e195 Clear screen to black on software renderer after it starts 2025-09-21 17:55:39 +06:00
Cacodemon345
0b0bf2e438 Fix overflow crashes in certain cases 2025-09-21 17:39:40 +06:00
OBattler
e736dbc694 CL-GD 5436: Correct the ICS SB486PV check. 2025-09-21 12:24:17 +02:00
OBattler
82399b4dd6 YMF-71x: Fix two warnings. 2025-09-21 12:14:13 +02:00
Jasmine Iwanek
3c5190a0db Header cleanups (1/2) 2025-09-21 00:48:38 -04:00
win2kgamer
b268f95b19 Add the Yamaha YMF-71x (OPL3-SA2/3) audio controllers (#6200)
* Initial implementation of the Yamaha YMF-71x (OPL3-SA2/3) audio controllers

* Give the Intel AN430TX its onboard YMF-715

* Forgotten change to snd_sb_dsp.c

* Disable logging, code cleanup

* Use 32K default SB DSP DMA buffer globally and remove the Yamaha subtype

* Hook up master volume control to the OPL3 as well

* Use custom CD audio filter to apply master volume

* Initial implementation of the OPL3-SA3 bass/treble controls

* Improve CD audio volume filter

* Implement the power management registers

* Move master volume recalc to its own function and update on register write

* Correct YMF-719 PnP ROM filename

* Cleanup
2025-09-21 00:32:11 -04:00
Cacodemon345
37bb704474 Always use desktop OpenGL implementations 2025-09-21 05:16:26 +06:00
Toni Riikonen
297660d7f8 Revert "Fixed second drive motor keeps running when first drive is only accessed."
This reverts commit 307b173ae7.
2025-09-20 18:34:55 +03:00
Toni Riikonen
542e188a5d CodeQL fix for load_wav-function. Check the filename to be proper filename 2025-09-20 17:48:34 +03:00
RichardG867
cfa00e9e55 Add a couple more cast macros 2025-09-20 11:20:33 -03:00
Toni Riikonen
e15d1031dd Fixed PCJr random failure issue, timings 2025-09-20 15:57:42 +03:00
Toni Riikonen
307b173ae7 Fixed second drive motor keeps running when first drive is only accessed. 2025-09-20 13:40:17 +03:00
Jasmine Iwanek
3b0172970f Merge pull request #6195 from win2kgamer/cs4231-i23-fix
Correct CS4231 indirect register 23 behavior
2025-09-20 05:27:09 -04:00
Cacodemon345
999812e9b9 Bump GLSL version of default shaders to 1.50 2025-09-20 12:40:58 +06:00
win2kgamer
a314ff44d8 AD1848: I23 register on CS4231 is read-only, fixes codec misdetection on Linux 2025-09-20 00:57:46 -05:00
RichardG867
7c25ca22e3 Convert existing code to the integer casting macros 2025-09-19 20:09:29 -03:00
RichardG867
80ebd5a92e Add integer casting macros 2025-09-19 20:09:14 -03:00
RichardG867
25146643f9 Migrate remaining machine-specific checks from internal name to init function 2025-09-19 19:41:01 -03:00
RichardG867
9b5f4ba7b1 BIOS ROM presence checking optimizations 2025-09-19 19:11:06 -03:00
RichardG867
bc350fc8ce QIcon caching optimizations in settings pages 2025-09-19 19:04:24 -03:00
RichardG867
4b8b0efa48 Optimize a couple CPU block checks 2025-09-19 18:45:35 -03:00
RichardG867
13d5de4e7b ROM file check optimizations and cleanups 2025-09-19 17:51:01 -03:00
Toni Riikonen
b8f61913b0 Timing fixes for authentity and special longer timings for PCJr 2025-09-19 23:20:08 +03:00
Toni Riikonen
dc037036d0 FDD audio timing/volume tunings 2025-09-19 22:52:36 +03:00
Cacodemon345
fdbf4a066b Introduce plat_file_check and use it for ROM existence checking 2025-09-20 00:30:29 +06:00
Toni Riikonen
0ad4cb784c fdd_audio 5.25 samples and support added 2025-09-19 19:10:19 +03:00
Toni Riikonen
51d23f2a26 Removed samples path strcat use 2025-09-19 18:01:30 +03:00
MaxwellS04
83b7698d42 Oopsie, alphabetize 386 Chaintech 2025-09-19 20:23:22 +07:00
pixel-jupiter
4583092751 Merge branch 'master' into tandy-shake 2025-09-19 15:15:03 +03:00
Miran Grča
602a77ecb3 Merge pull request #6189 from MaxwellS04/Machine_Changes_Sep19
Machine Changes (September 19)
2025-09-19 11:54:44 +02:00
Cacodemon345
cdd72a18b6 Fix resize glitches while paused 2025-09-19 15:46:36 +06:00
MaxwellS04
a1c974c045 Machine Changes
1. Changed the names for two Chaintech machines (for example, 333AXB and 416SX)
2. Added the "AB" name to ABIT machines
3. Removed the space from PCChips and PCPartner names
4. BIOS name related corrections
5. Make few machines use their latest revisions as default BIOS option
2025-09-19 16:31:32 +07:00
Cacodemon345
f1bfe48832 Software renderer no longer uses QRasterWindow 2025-09-19 14:50:30 +06:00
pixel-jupiter
83f729e46c Replace dynamic horizontal overscan with fixed constants, fix character clock width calculation and remove vid_get_char_width() 2025-09-19 10:41:21 +03:00
Toni Riikonen
71c61db10c Merge branch '86Box:master' into master 2025-09-18 17:13:24 +03:00
Toni Riikonen
4fae972ce0 FDD_AUDIO: Updating samples looked in executablePath/samples and if now found there, looks in the executable directory 2025-09-18 16:51:34 +03:00
Cacodemon345
a9861c04f2 Actually fix OPL4 ID readbacks 2025-09-18 15:10:33 +06:00
OBattler
376dccf86d Qt Software renderer: Use a simple XOR instead of increase and modulo 2. 2025-09-18 04:37:11 +02:00
OBattler
381a06a44c Qt Software Rendrer: Use a casted comparison instead of calling memcmp(). 2025-09-18 04:32:23 +02:00
OBattler
2ba7b4a768 Changed version to 5.2. 2025-09-18 04:26:13 +02:00
OBattler
da3788c796 Merge branch 'master' of https://github.com/86Box/86Box 2025-09-18 00:30:34 +02:00
OBattler
ac1f091a62 Remove the excess -mstackrealign and only run the Discord timer if Discord integration is enabled. 2025-09-18 00:30:24 +02:00
Cacodemon345
da6e551463 Restore earlier OPL4 identification method (part 2) 2025-09-18 02:17:20 +06:00
Cacodemon345
942a8e96b1 Restore earlier OPL4 identification method (part 1) 2025-09-18 02:12:14 +06:00
Toni Riikonen
bf158096d8 Fixed PS/1, PS/2 and PS/55 FDD issues. 2025-09-17 22:50:22 +03:00
Cacodemon345
5577efe301 Revert "Merge pull request #6172 from Cacodemon345/armfixes-2"
This reverts commit 5bfa69f3da, reversing
changes made to a54e33bf04.
2025-09-17 22:52:34 +06:00
pixel-jupiter
bea5a6ff1b Fix border rendering issues, add boolean type support, and improve variable/function naming 2025-09-17 10:16:56 +03:00