Commit graph

13866 commits

Author SHA1 Message Date
OBattler
09eb050423 More KB -> kB. 2024-11-12 01:45:58 +01:00
OBattler
efc61061a8 KB -> kB. 2024-11-12 01:38:51 +01:00
OBattler
30ee3a37ca Improved the handling of device configuration translations. 2024-11-11 22:21:49 +01:00
OBattler
4807f63d6f VNC: Remove the obsolete reference to vnc_mouse_poll(), fixes #4950. 2024-11-11 22:08:46 +01:00
OBattler
fffb5fbbc7 Everything in the device configuration dialog is now translatable. 2024-11-11 09:44:29 +01:00
OBattler
d98e51b7f4 Onboard RAM -> Memory size 2024-11-10 23:49:57 +01:00
OBattler
9d3559a0ab Memory Size -> Memory size. 2024-11-10 23:38:48 +01:00
OBattler
9beadac607 Some forgotten instances of "address" in network/net_wd8003.c. 2024-11-10 05:17:58 +01:00
OBattler
748987fa46 Onboard memory size -> Memory size. 2024-11-10 05:15:54 +01:00
OBattler
1dcd2f8305 Board Revision -> BIOS Revision. 2024-11-10 05:13:03 +01:00
OBattler
61a88eea02 Enable Boot ROM -> Enable BIOS. 2024-11-10 05:09:45 +01:00
OBattler
dc2d3f6bcd MIDI input receive toggle strings. 2024-11-10 05:06:09 +01:00
OBattler
b8a742a108 Xi8088 UMB mapping strings. 2024-11-10 04:35:34 +01:00
OBattler
55e70fb3c3 Sound Font -> SoundFont. 2024-11-10 02:53:38 +01:00
OBattler
6d7e11c620 WD8003 and AHA-154x: address -> Address. 2024-11-10 02:51:18 +01:00
OBattler
066fe83a08 Memory Size -> Memory size. 2024-11-10 02:49:50 +01:00
OBattler
d6cd357202 BIOS Version -> BIOS Revision. 2024-11-10 02:47:59 +01:00
OBattler
b2258f4ae7 BIOS -> BIOS Revision. 2024-11-10 02:45:38 +01:00
OBattler
fbc21cdf49 DMA channel -> DMA. 2024-11-10 02:42:01 +01:00
OBattler
a1566e905f XGA address -> Address. 2024-11-10 02:36:34 +01:00
OBattler
bace3fe900 Voodoo Recomiler -> Dynamic Recompiler. 2024-11-10 02:35:27 +01:00
OBattler
8b68dec1b5 Two more strings. 2024-11-10 02:33:27 +01:00
OBattler
922032035e MIDI input and output strings. 2024-11-10 02:31:27 +01:00
OBattler
519f47746a DMA channel, not Address. 2024-11-10 02:28:13 +01:00
OBattler
d4bbb523c0 SB MIDI to DSP MIDI. 2024-11-10 02:26:09 +01:00
OBattler
55b091fb58 Assorted string fixes, mostly for consistency. 2024-11-10 02:23:21 +01:00
RichardG867
a3ad407a21 hdd_image: Enter missing image mode on other open failures as well 2024-11-07 13:02:52 -03:00
Miran Grča
1396afcea0
Merge pull request #4945 from 86Box/tc1995
Fixing regressions of the mach32 (November 5th, 2024)
2024-11-05 01:35:01 +01:00
TC1995
863b76a190 Fixing regressions of the mach32 (November 5th, 2024)
1. ATI Extended 8514/A mode may not use bit 5 of ATI reg 0xb0 sometimes but at the same time it won't use the standard VGA way of setting up 256+ colors, therefore, in the VGA DAC writes, use standard VGA way to revert to VGA mode in the writes instead of relying on bit 5 of ATI reg 0xb0 being enabled/disabled there. Fixes mode switches in VLB/PCI configurations using Windows 9x and possibly other stuff, ISA is unaffected and still works fine.
2. Added more logs and and remove/set I/O handlers correctly for the PCI side.
2024-11-05 01:08:13 +01:00
Miran Grča
88e88a5bda
Merge pull request #4940 from Barnacl437/master
vi_VN addition and misinterpreting fix
2024-11-04 23:30:00 +01:00
Miran Grča
70f7d57453
Merge pull request #4942 from 86Box/tc1995
8514/A compatible changes on Mach32 of the day (November 3rd, 2024)
2024-11-03 23:32:13 +01:00
TC1995
c966538324 8514/A compatible changes on Mach32 of the day (November 3rd, 2024)
Mark the ATI extended 8514/A mode accordingly (that is, if bit 5 of ATI reg 0xb0 and using ATI extended ports at the same time). Fixes wrong colors in some instances using standard IBM 8514/A drivers on Mach32.
2024-11-03 23:21:18 +01:00
RichardG867
558176e454 hdd_image: Don't return read error on out-of-bounds reads 2024-11-03 11:22:27 -03:00
Barnacl437
4465ef24e9 misinterpreting fix (again) 2024-11-03 20:59:32 +07:00
Barnacl437
9d7ca75c73 fixing another fix typo 2024-11-03 13:56:56 +07:00
Barnacl437
64944dd291 translation addition, fix a current string interpreted wrongly 2024-11-03 13:56:56 +07:00
Miran Grča
26005b37b1
Merge pull request #4937 from 86Box/tc1995
Even better (hopefully) way to fix the mode switches (November 3rd, 2024)
2024-11-03 05:14:21 +01:00
TC1995
fa69678a94 Even better (hopefully) way to fix the mode switches (November 3rd, 2024)
1. Added the missing call to mach32_updatemapping from port 0x3CF through its index 6.
2. If the accelerator DAC is active and the extended 256 color bit is on too then enable 8514/A mode when needed, otherwise it's VGA mode or decided by the passthrough/clock selection ports.
3. VGA DAC reads are redirected to the 8514/A DAC reads only when 8514/A mode is on.
2024-11-03 04:46:32 +01:00
OBattler
44e295e66d Config: More fixes and removed excess logging from ini.c. 2024-11-03 02:19:40 +01:00
OBattler
aae600b325 Config: Some clean-ups and the items in the main sections are now sorted alphabetically for easier readability. 2024-11-03 02:13:17 +01:00
Miran Grča
fd1b448502
Merge pull request #4936 from 86Box/tc1995
Changes to 8514/A compatible stuff (November 2nd, 2024)
2024-11-02 21:36:21 +01:00
TC1995
52c806b485 Forgot the XGA update 2024-11-02 21:15:43 +01:00
TC1995
12a57ffeac Changes to 8514/A compatible stuff (November 2nd, 2024)
1. vga_on global variable removed, as it didn't play well with 2 subsystems at once (8514/A and XGA both enabled).
2. Emulate the Foreground/Background Color aliases of PIX_TRANS properly when not executing a command.
3. Voodoo 3D override now works properly (again) with Mach32 PCI cards and others by turning the 8514/A timer off and on accordingly.
2024-11-02 20:50:06 +01:00
Miran Grča
b44c214cea
Fixed a case of off by one in network/net_ne2000.c. 2024-11-01 20:26:24 +01:00
OBattler
c17fbfb9c6 Generic NE-x000 Comaptible cards: allow changing the MAC OUI. 2024-11-01 19:19:19 +01:00
RichardG867
2184a982f8 MiniVHD: Report read/write errors 2024-10-29 15:14:27 -03:00
RichardG867
cc9c48711a hdd_image: Improve I/O error detection 2024-10-29 14:15:08 -03:00
RichardG867
b155c50e96 zip/mo: Report image read/write errors 2024-10-29 13:57:21 -03:00
RichardG867
e95b0d1e01 hdc_xta: Report image read/write errors 2024-10-29 12:53:54 -03:00
RichardG867
5734fd9a55 hdc_st506: Report image read/write errors 2024-10-29 12:49:47 -03:00