Commit Graph

15044 Commits

Author SHA1 Message Date
starfrost013
2829669740 Redirect all PRMCIO/PRMVIO writes to SVGA subsystem, not just a few random ones. 2025-03-29 16:23:18 +00:00
starfrost
03709d2735 Merge branch '86Box:master' into master 2025-03-26 16:22:26 +00:00
starfrost013
ce852caee1 Clip images. Gate some ridiculous logging beyond ENABLE_NV_LOG_ULTRA. 2MB was real for at least one card, as well. 2025-03-26 16:22:06 +00:00
Miran Grča
4e4ad8913c Merge pull request #5387 from Cacodemon345/qt-confirm-checkboxes
Add the other two confirmation dialog checkboxes in Preferences
2025-03-26 11:55:01 +01:00
Cacodemon345
38de9b7a1b Add the other two confirmation dialog checkboxes in Preferences 2025-03-26 16:52:35 +06:00
Miran Grča
56acd8fe50 Merge pull request #5386 from Cacodemon345/qt-confirm-checkboxes
Add confirmation dialog checkboxes in Preferences
2025-03-26 11:41:28 +01:00
Cacodemon345
e5aed7f9e6 Add confirmation dialog checkboxes in Preferences 2025-03-26 16:37:59 +06:00
starfrost013
64b16a43a1 Fix 32bpp bsod by actually creating framebuffer mappings. Don't remap memory if it's 0 (prevents trashing the low/real-mode memory map), general code simplification (some things were enabled 3 times what 2025-03-26 01:43:46 +00:00
starfrost013
8b6185eeb1 make 15bpp actualyl 15bpp 2025-03-25 20:38:57 +00:00
Miran Grča
fba4843cb0 Merge pull request #5384 from Cacodemon345/qt-renderer-moving
Always make sure emulator is not off-screen when resizing
2025-03-25 21:11:19 +01:00
Cacodemon345
ce820df1d1 Always make sure emulator is not off-screen when resizing 2025-03-26 02:08:12 +06:00
OBattler
556aca0b4e NEAT/NEATsx: Fix the base of extended memory when EMS is enabled. 2025-03-25 07:13:50 +01:00
OBattler
d7529d4f5e Reverted the fix because it turned out I had actually misread the code. 2025-03-25 06:32:12 +01:00
OBattler
8da843bb0a DMA: Fix a long-standing nasty bug in bus master transfers that was potentially causing memory corruption. 2025-03-25 06:29:11 +01:00
OBattler
e71c30ce84 MMU: Fix behavior of 64-bit memory reads (used by FPU and MMX), should no longer waste host cycles on extra unnecessary MMU translations and should also no longer MMU translate already translated addresses which was causing unpredictable results. 2025-03-25 04:03:21 +01:00
starfrost013
64f05c2526 Merge branch 'master' of https://github.com/starfrost013/86box 2025-03-25 02:19:22 +00:00
starfrost013
a9250c5d19 Legitimately I don't even know how i mostly fixed it. What's going on? 2025-03-25 02:19:21 +00:00
OBattler
260f91313a JEGA: Bring back the reset for time being, the BIOS needs it to reboot. 2025-03-25 02:08:35 +01:00
OBattler
3f6593f314 IF386AX: Set video card to fixed and make the power off function actually power off. 2025-03-25 02:02:00 +01:00
OBattler
db6e74a3b9 NEAT/NEATsx: Fix the EMS enabled condition in the RAM remapping function, fixes 386 enhanced mode operations on the OKI IF386AX. 2025-03-25 01:47:34 +01:00
starfrost
e7c08e9eaa Merge branch '86Box:master' into master 2025-03-24 21:59:42 +00:00
starfrost013
fcf01cb487 Remove even more redundant GDI-D code 2025-03-24 20:07:34 +00:00
starfrost013
0b458b8ee4 Simplify the code. 2025-03-24 20:02:36 +00:00
starfrost013
997acb990e Most text seems to be fine now. 2025-03-24 19:56:54 +00:00
Miran Grča
e041fd551b Merge pull request #5381 from 86Box/tc1995
DEC 21x4 changes of the day (March 24th, 2025)
2025-03-24 19:04:29 +01:00
OBattler
d91cc459bf OKI IF386AX: Implement the NEATsx chipset and give it the AT Phoenix keyboard controller. 2025-03-24 19:02:46 +01:00
TC1995
c7b5aa8f04 DEC 21x4 changes of the day (March 24th, 2025)
1. Change the block type of the extended format of the 21143 to 3 and do not issue an IRQ abuse.
2025-03-24 18:51:28 +01:00
Miran Grča
0d652824b2 Merge pull request #5379 from NishiOwO/sndio
Add sndio interface
2025-03-24 17:20:30 +01:00
NishiOwO
d68a56a3c9 Forgot to remove the comment 2025-03-25 00:52:27 +09:00
NishiOwO
1ef20bea36 Had to assign some values 2025-03-25 00:01:15 +09:00
NishiOwO
6e83a7fc96 Get sio_par for safety 2025-03-24 23:30:13 +09:00
NishiOwO
5de2d6b86d Should be NULL not -1 2025-03-24 22:45:11 +09:00
NishiOwO
251dcacaa1 fix include 2025-03-24 22:44:28 +09:00
NishiOwO
277b422940 Forgot to add linking/including stuff to CMake 2025-03-24 22:41:43 +09:00
NishiOwO
9fed706793 Add sndio.c that might compile 2025-03-24 22:37:39 +09:00
starfrost013
94cd84363c Much improved text rendering. It was being read horizontally backwards and the position was being incremented too early. 2025-03-24 13:34:22 +00:00
OBattler
d361befe75 JEGA: Commented out the two 3de arrays which are currently unused. 2025-03-24 14:23:38 +01:00
OBattler
b4fdb6dcdc Vulkan renderer: Take the dpi_scale option into account when setting up the videwport, fixes #5374. 2025-03-24 14:17:59 +01:00
starfrost013
c3ebf327d9 partially working text acceleration, looks inverted(??) 2025-03-24 13:17:22 +00:00
Miran Grča
9c37eb9966 Merge pull request #5375 from pankozacorp/model30-fixes
IBM PS/2 Model 30-286 fixes
2025-03-24 14:05:46 +01:00
Miran Grča
af74f2ae90 Merge pull request #5377 from akmed772/master
Add OKI if386AX30L machine
2025-03-24 13:57:12 +01:00
Miran Grča
947fe0b473 Merge pull request #5378 from NishiOwO/audio4
audio(4) support
2025-03-24 13:54:05 +01:00
NishiOwO
c92d56261a Do mod4 instead of mod2, so it can keep the output channel correct 2025-03-24 20:44:29 +09:00
NishiOwO
fefcd530ab Remove the part that was not required 2025-03-24 20:37:46 +09:00
NishiOwO
16a6ab3f95 Fix music frequency conversion bug 2025-03-24 20:35:41 +09:00
NishiOwO
c135dddfa9 Use option instead of set in CMake 2025-03-24 19:51:45 +09:00
NishiOwO
e4fb39d944 Remove TODO message 2025-03-24 19:38:49 +09:00
NishiOwO
e023a046bb Wrong comparison 2025-03-24 19:37:15 +09:00
NishiOwO
ef194e003e Check /dev/audio0 too 2025-03-24 19:29:37 +09:00
NishiOwO
8daed4c70c OpenBSD needs stdarg.h 2025-03-24 19:03:36 +09:00