skiretic
25d208cb8e
Fix macOS toolbar label disappearing on mouse capture
...
BSD swprintf fails (returns -1) when the format string or a %ls argument
contains non-ASCII wide characters under the C locale. On macOS,
QKeySequence::NativeText produces Unicode key symbols (⌘ U+2318,
⌫ U+232B) in the release-mouse string, causing swprintf to zero out
mouse_msg[1]. This made the title bar label collapse to empty during
mouse capture.
Avoid swprintf for non-ASCII content on macOS: store message suffixes
with wcsncpy and build the title string via wcsncat at the update site.
2026-02-19 20:22:07 -05:00
Miran Grča
ca61f28f53
Merge pull request #6823 from WNT50/ps2isa
...
Floppy and hard disk fixes for IBM PS/2 model 30-286
2026-02-19 12:29:53 +01:00
WNT50
b77f0dfe33
Floppy and hard disk fixes for IBM PS/2 model 30-286
2026-02-19 17:16:40 +08:00
Miran Grča
e660bc09eb
Merge pull request #6822 from win2kgamer/clgd5428-fix
...
Cirrus VBIOS fixes part deux
2026-02-18 04:28:16 +01:00
win2kgamer
84ab3315a5
HP Vectra 486VL: Give the machine its correct Cirrus CL-GD5426 ISA onboard video
2026-02-17 21:22:10 -06:00
win2kgamer
16e8384bdb
Cirrus: Revert to the old behavior of loading the generic ISA VBIOS on the Vectra 486VL and Siemens-Nixdorf D824, fixes Windows 3.1 drivers
2026-02-17 20:51:50 -06:00
Miran Grča
b072b84e9a
ASUS P5A: Reverse the order of the first 4 PCI slots (fixes Voodoo 2 SLI) and correctly declare device 0x06 as reserved for on-board audio.
2026-02-18 00:40:54 +01:00
Miran Grča
9cf60a4633
Merge pull request #6818 from win2kgamer/tandy-fixes-2
...
Tandy and Cirrus VRAM fixes
2026-02-17 05:31:37 +01:00
win2kgamer
9a5ec04ec5
Tandy Sensation II: After further research the Tandy 3100 and MMPC series have a different BIOS and some board differences so rename the machine to reflect this
...
Also add a new Cirrus 5428 device with a fixed 1MB VRAM config for this machine
2026-02-16 22:00:19 -06:00
win2kgamer
ca9f9d7fc3
Tandy Sensations: Remove the MACHINE_APM flag since the chipset these machines use lacks SMI functionality
2026-02-16 21:19:00 -06:00
win2kgamer
38e5f2a374
Sensation audio: Initialize ret in sensation_visdac_read, should fix a compiler warning
2026-02-16 21:12:59 -06:00
win2kgamer
3621e0b335
Move the Intel Monsoon and Tandy Sensation II/3100/MMPC machine over to the 512KB/1MB 5428 VLB variant and rename it since it's no longer specific to a Dell machine
2026-02-16 21:10:55 -06:00
win2kgamer
9bdfe5cbea
Cirrus: All machines using the CL-GD5428 ISA as an onboard device only support 512KB/1MB configs
2026-02-16 20:40:39 -06:00
win2kgamer
dfee5d88d3
Cirrus: Make CL-GD5402 VRAM configurable with options for 256KB and 512KB
2026-02-16 20:37:59 -06:00
Miran Grča
5b4b486afc
Fix a MOV in vid_voodoo_codegen_x86-64.h that should have been an ADD
2026-02-17 00:29:30 +01:00
Miran Grča
3fffe34398
Merge pull request #6816 from Paradyx0392/French-update
...
Update the French translation
2026-02-16 18:22:58 +01:00
Paradyx0392
953c8a27e2
Update fr-FR.po
2026-02-16 19:16:15 +08:00
Miran Grča
b7451c6c20
Merge pull request #6815 from Paradyx0392/Dutch-update
...
Update the Dutch translation
2026-02-16 03:59:32 +01:00
Paradyx0392
017ce1f773
Update nl-NL.po
2026-02-16 10:24:48 +08:00
Miran Grča
15dfadc0ab
Merge pull request #6814 from win2kgamer/cirrus-vbios
...
Cirrus: Improve VBIOS loading behavior for some machines
2026-02-16 02:34:33 +01:00
win2kgamer
2a4802494f
Merge branch '86Box:master' into cirrus-vbios
2026-02-15 19:21:16 -06:00
win2kgamer
5d3c3baaa8
Intel Monsoon: Improve jumper implementation, BIOS password is no longer disabled
2026-02-15 19:11:34 -06:00
win2kgamer
4ea89bb216
Intel Monsoon: Give the machine a version of the Phoenix jumper device, fixes onboard video
2026-02-15 00:58:03 -06:00
Miran Grča
f6c749c87e
Merge pull request #6811 from akmed772/master
...
Add an internal mouse controller for IBM 5550
2026-02-15 07:57:13 +01:00
win2kgamer
9831ded525
OPTi 499: ROMCS# enable bits in register 2Dh override 22h bit 5 ROMCS# disable, fixes Alaris Cobalt LPX VBIOS
2026-02-15 00:41:52 -06:00
win2kgamer
b12782ace9
Cirrus: Add code to load the 5428 VBIOS from the system ROM for the Acer A1G, HP Vectra 486VL and Siemens-Nixdorf D824
2026-02-15 00:35:15 -06:00
win2kgamer
e6f6b7da21
Cirrus: Give both the ISA and VLB CL-GD5428s the onboard flag
2026-02-15 00:31:06 -06:00
win2kgamer
eb20365cec
Cirrus: Give the Commodore SL386SX/25 its own 5402 device and make the original onboard device not load a VBIOS. Tandy 1000 RSX now loads the correct VBIOS from the system ROM.
2026-02-15 00:26:59 -06:00
Akamaki
c508054cc3
formatting (m_xt_ibm5550.c)
2026-02-15 14:02:53 +09:00
Akamaki
640d94441d
cleanup (m_xt_ibm5550.c)
2026-02-15 13:50:31 +09:00
Akamaki
215a97ce4c
Added a mouse controller for IBM 5550
2026-02-15 13:44:51 +09:00
OBattler
6a62568e97
And again, now they should stand out even more.
2026-02-14 23:26:03 +01:00
OBattler
b044891562
Active indictator: Make it a bit brighter in order to stand out more.
2026-02-14 23:20:43 +01:00
OBattler
ada89d9140
Merge branch 'master' of https://github.com/86Box/86Box
2026-02-13 11:27:42 +01:00
OBattler
42c5c2a73f
OpenGL Renderer: Pad the line pitch to the nearest dword when taking non-raw screenshots, fixed messed up screenshots.
2026-02-13 11:27:33 +01:00
Akamaki
2b486fdd00
Merge branch 'master' of https://github.com/akmed772/86Box55
2026-02-13 08:48:19 +09:00
Miran Grča
63f2714f82
Merge pull request #6808 from chungy/floppy-type-ui
...
Qt: Always change floppy type's first column on changing type
2026-02-12 23:24:48 +01:00
Mike Swanson
d2c1b00750
Qt: Always change floppy type's first column on changing type
...
Thanks to DFXThomas on Discord for pointing out this bug.
2026-02-12 13:19:22 -08:00
OBattler
283d9b4fcc
Network switch: Fix warning.
2026-02-12 21:09:59 +01:00
OBattler
9366beda68
Qt Software Renderer: Apply DPI scaling to processed screenshots, fixes #6807 .
2026-02-12 21:08:40 +01:00
Miran Grča
b39294d985
Merge pull request #6806 from MaxwellS04/Machine_Feb12
...
Alphabetize Multistation + Multitech-related name changes
2026-02-12 11:41:28 +01:00
Maxwell Scott
588c68c1a0
Machine changes (February 12, 2026)
...
1. Alphabetize IBM Multistation 5550
2. Rename changes related to Multitech machines
2026-02-12 12:51:43 +07:00
Miran Grča
9af416da42
Merge pull request #6803 from bozoscum/master
...
Update zh-TW.po
2026-02-12 04:20:01 +01:00
Miran Grča
31bbe967d5
Merge pull request #6805 from win2kgamer/broken-sensation1
...
Add both Tandy Sensation! machines
2026-02-12 04:15:45 +01:00
win2kgamer
974e1127f7
Merge branch '86Box:master' into broken-sensation1
2026-02-11 21:08:46 -06:00
Bozo Scum
3c289c86d4
Update zh-TW.po
...
* correct the wrong character used in the translation of 'shared secret'
2026-02-12 10:09:48 +08:00
win2kgamer
e642504dcb
Sensation II: Onboard video is actually VLB per the 1994 Radio Shack catalog mentioning local bus video
2026-02-11 19:58:49 -06:00
Miran Grča
d5b73357c0
Merge pull request #6802 from 86Box/TC1995
...
Make Cirrus specific 4bpp mode work again.
2026-02-12 00:22:10 +01:00
TC1995
946d8b5bb2
Make Cirrus specific 4bpp mode work again.
...
Alongside the ETEN24 chinese system as well.
Basically, reset the banking/reset to VGA mode only if the bank mode is not 64k at 0xA000.
2026-02-11 23:38:13 +01:00
Akamaki
d5d59c608a
Merge branch 'master' of https://github.com/akmed772/86Box55
2026-02-12 00:16:00 +09:00