Commit Graph

15599 Commits

Author SHA1 Message Date
andresdelcampo
ca429dd493 Run more iterations and retested
Not fully sure this is much different from the previous solution, but proof of test working as expected.
2025-08-30 12:05:41 +02:00
win2kgamer
a9ca61589b The Teknor TEK-932 has a PS/2 KBC but an AT keyboard port 2025-08-29 22:07:59 -05:00
win2kgamer
7eebb6e3ca Fix is_award check on the Shuttle HOT-433A, fixes FDC failure on POST and PS/2 mouse 2025-08-29 21:48:07 -05:00
win2kgamer
f86a898ee1 Add missing machine_force_ps2 call to the ECS UM8810P, fixes keyboard in BIOS 2025-08-29 21:41:32 -05:00
win2kgamer
788611075c Fix i82091AA SIO I/O port on the ICS SB486P, fixes resource conflict 2025-08-29 21:32:04 -05:00
win2kgamer
4b3965a2c9 Add missing FDC init to the Silicon Valley Computer 486WB 2025-08-29 21:16:28 -05:00
win2kgamer
e6269019f4 Add missing onboard IDE to the Commodore SL386SX-16 2025-08-29 21:06:54 -05:00
OBattler
89591ae8c9 IBM PS/2 Model 50: Add the Model 50Z BIOS as an option. 2025-08-30 02:28:18 +02:00
OBattler
d287b81054 CD-ROM: Only do the lead out processing on REM SESSION command if session is greater than 1, fixes crashes with arithmetic exception (ie. division by zero). 2025-08-29 23:39:13 +02:00
OBattler
941d0850de Removed the prefixes. 2025-08-29 22:47:01 +02:00
OBattler
50cf7330a3 Added the ability to remap scan codes in the configuration file. 2025-08-29 22:41:00 +02:00
OBattler
0ec3f9a99c Windows Serial Passthrough: Fix warning. 2025-08-29 21:59:38 +02:00
Miran Grča
d5b7b0ae27 Merge pull request #6106 from Cacodemon345/linux-port-fixes
Pass through serial lines between serial port and emulator
2025-08-29 21:26:36 +02:00
Cacodemon345
63bb0d8a92 Pass through serial lines between serial port and emulator 2025-08-30 01:21:30 +06:00
OBattler
56e5485b35 Biostar M5ATA: Add the option for the latest BIOS revision. 2025-08-29 21:15:14 +02:00
andresdelcampo
717b66c660 Fix Force 4:3 Aspect Ratio not working if Resizable window is enabled #6062
AI assisted fix, seems to work fine after a second iteration. Tested in WSL linux -a bit shaky to resize windows in this environment by default, but seems to behave fine now.
2025-08-29 21:08:42 +02:00
Jasmine Iwanek
c5cede1a41 Fix default on sound master plus, and comments 2025-08-29 14:40:25 -04:00
OBattler
1458fb3253 COVOX Sound Master Plus: Make the selectable port 22E[-22F] and 24E[-24F] instead of 330[-331] and 338[-339], fixes #6104. 2025-08-29 19:54:33 +02:00
Gianluigi Tiesi
b6b4bb54cd use SO_REUSEADDR and SO_EXCLUSIVEADDRUSE (win32) on gdb stub socket 2025-08-29 15:14:28 +02:00
Miran Grča
ecbdd1340a Merge pull request #6099 from BlueRain-debug/patch-1
Update zh-CN.po
2025-08-29 13:42:48 +02:00
BlueRain-debug
990c4f454d Update zh-CN.po
corrected some inaccurate translations
2025-08-29 12:46:38 +08:00
win2kgamer
bd11947815 Merge branch '86Box:master' into dell-p60-fix 2025-08-28 20:57:04 -05:00
win2kgamer
e7b5e29075 Fix KBC P1 readout for Batman and Plato, fixes boot hang 2025-08-28 19:41:08 -05:00
OBattler
827650d02b Alfredo: Fix KBC P1 readout, fixes #6096. 2025-08-29 02:37:51 +02:00
Kappa971
3e7eecf3e0 Update Italian translation 2025-08-29 00:49:16 +02:00
win2kgamer
98e2bea7f3 Merge branch '86Box:master' into dell-p60-fix 2025-08-28 16:03:46 -05:00
OBattler
c2dc468f32 Tandy scancode fixes, F11 and F12 should now work and a few other previously unavailble keys are now available. 2025-08-28 22:55:37 +02:00
OBattler
fc9953f2c1 Merge branch 'master' of https://github.com/86Box/86Box 2025-08-28 22:35:45 +02:00
OBattler
519c77abba CD-ROM: Do not perform CRC and ECC checking on a DVD drive, fixes #6094. 2025-08-28 22:35:36 +02:00
Miran Grča
a21d141408 Merge pull request #6093 from Cacodemon345/linux-port-fixes
Attempt to fix host serial passthrough on Linux
2025-08-28 21:49:21 +02:00
Cacodemon345
084091ac3b Attempt to fix host serial passthrough on Linux 2025-08-29 01:29:41 +06:00
OBattler
16d818ee1b ESC/P2 Printer: Use the Courier font when Roman is set in non-proportional mode. 2025-08-28 18:30:01 +02:00
Miran Grča
1d878bbb25 Merge pull request #6090 from usergithub64/master
Update ru-RU.po
2025-08-28 17:04:00 +02:00
Tiago Gasiba
331278084d Display::Name -> VMManager::Display::Name + changes for FreeBSD 2025-08-28 16:48:24 +02:00
usergithub64
b0af7a2c64 Update ru-RU.po 2025-08-28 16:50:16 +03:00
OBattler
1343faadfb Fix remembering window size and position on certain actions in resizable mode. 2025-08-28 15:14:01 +02:00
OBattler
5acd94eb0d Merge branch 'master' of https://github.com/86Box/86Box 2025-08-28 14:43:14 +02:00
OBattler
a680f20c33 Fixed LPT ECP operation and UM8669F IRQ and DMA assigning, fixes Windows 95 printing. 2025-08-28 14:42:57 +02:00
Cacodemon345
de4ee78fe3 Put it in the right place. 2025-08-28 18:26:50 +06:00
Cacodemon345
b8511da98e Fix possibly stretched appearance on manager preferences 2025-08-28 18:16:39 +06:00
Miran Grča
be4a709e04 Merge pull request #6088 from Cacodemon345/color-scheme
Reflect language and color scheme changes in global config in manager and all its VMs
2025-08-28 13:58:51 +02:00
Cacodemon345
30524acbbd Reflect language and color scheme changes in global config in manager and all its VMs 2025-08-28 17:56:33 +06:00
Nelson Kerber Hennemann Filho
f1c20d1b2e More accurate translation 2025-08-28 08:51:27 -03:00
Nelson Kerber Hennemann Filho
c436c6f246 More accurate translation 2025-08-28 08:50:31 -03:00
Miran Grča
3d6ec72f77 Merge pull request #6082 from nelsonhef/fixtypo
Fix minor typos
2025-08-28 12:12:22 +02:00
Miran Grča
ba07d2dce0 Merge pull request #6084 from Cacodemon345/color-scheme
Add ability to switch color scheme from system default on Windows
2025-08-28 12:12:07 +02:00
Miran Grča
b3362cdd42 Merge pull request #6085 from usergithub64/master
Fixes for broken translation
2025-08-28 12:11:55 +02:00
OBattler
72173030d0 Actually fix the password jumpers on the Batman and Plato. 2025-08-28 12:11:12 +02:00
OBattler
c660878c35 Report the appropriate ports in the RZ-1000's BAR's and fix the password jumper, fixes #6083. 2025-08-28 12:07:13 +02:00
usergithub64
9c62d5510a Fixes for broken translation 2025-08-28 11:43:01 +03:00