Commit Graph

15397 Commits

Author SHA1 Message Date
starfrost013
ff96ce99b6 Add a very very early (8 Aug 1997), hitherto entirely undumped VBIOS. It has bugs that prevent it from being used in Windows 98 Setup. 2025-04-27 23:23:50 +01:00
starfrost013
b576d33848 Merge branch 'master' of https://github.com/starfrost013/86box 2025-04-27 17:04:25 +01:00
starfrost013
2007e3d0e5 start working on visual gpu debugging window; rename nv3_position_32 to nv3_coord_32; first pass at hardware cursor 2025-04-27 17:04:24 +01:00
starfrost
33e87594e4 Merge branch '86Box:master' into master 2025-04-26 14:34:19 +01:00
Miran Grča
18bdb76608 Merge pull request #5509 from sharkbyte16/LANG_NL
Update nl-NL.po
2025-04-26 13:29:37 +02:00
sharkbyte16
57d5bb7628 Update nl-NL.po 2025-04-26 12:08:37 +02:00
Miran Grča
74424fdec3 Merge pull request #5507 from usergithub64/master
Fixes for broken translation & Update the Russian translation
2025-04-24 15:51:54 +02:00
usergithub64
d3f32a52f4 Update the Russian translation
Update the Russian translation
2025-04-24 16:32:21 +03:00
usergithub64
1c12b8c68f Fixes for broken translation
Fixes for broken translation
2025-04-24 16:31:20 +03:00
starfrost
bd1829f02e Merge pull request #11 from PCBox/master
Fully fix NetBSD builds
2025-04-24 14:28:53 +01:00
fuel-pcbox
a4af738ede More fixes 2025-04-24 08:20:19 -05:00
fuel-pcbox
5c9a9404d5 Fix 2025-04-24 08:16:39 -05:00
fuel-pcbox
988c29064a Fix 2025-04-24 08:01:48 -05:00
starfrost
a6882d7eb9 Merge pull request #10 from PCBox/master
More build fixes
2025-04-24 13:58:33 +01:00
fuel-pcbox
cd0e8b0741 More build fixes 2025-04-24 07:15:27 -05:00
starfrost
80600ce693 Merge pull request #9 from PCBox/master
More NetBSD build fixes
2025-04-24 13:09:07 +01:00
fuel-pcbox
0df19e374b Merge branch 'starfrost013:master' into master 2025-04-24 07:00:30 -05:00
fuel-pcbox
ffa24e1002 More NetBSD build fixes 2025-04-24 07:00:06 -05:00
starfrost
db243836e1 Merge pull request #8 from PCBox/master
Fix build on macOS and NetBSD
2025-04-24 12:51:54 +01:00
fuel-pcbox
99823f3fa4 Fix build on macOS and NetBSD 2025-04-24 06:49:33 -05:00
Miran Grča
6e2b86ce18 Merge pull request #5506 from usergithub64/master
Update the Russian translation
2025-04-24 13:28:51 +02:00
usergithub64
191503e529 Update the Russian translation
Update the Russian translation
2025-04-24 13:30:11 +03:00
usergithub64
17eeea1fd5 Update the Russian translation
Update the Russian translation
2025-04-24 13:24:43 +03:00
starfrost013
e791f25a6b Get rid of redundant code 2025-04-23 23:55:57 +01:00
Miran Grča
94dc4e2be1 Merge pull request #5501 from lemondrops/keybind-fix
Fix cleared keybindings not being reloaded
2025-04-23 15:51:46 +02:00
Miran Grča
7b67036e99 Merge pull request #5500 from Cacodemon345/qt-write-indicators
DMA-based IDE writes are now reported properly
2025-04-23 15:51:36 +02:00
Cacodemon345
531e6545be IDE: Report single sector writes properly for 28-bit Write commands 2025-04-23 16:22:53 +06:00
Cacodemon345
b074c28d3d DMA-based IDE writes are now reported properly 2025-04-23 16:07:41 +06:00
Alexander Babikov
41a3e132ef Fix QMetaObject::connectSlotsByName warnings 2025-04-23 13:45:52 +05:00
Alexander Babikov
79cefc5299 Fix cleared key bindings not being reloaded 2025-04-23 13:45:49 +05:00
starfrost013
26ee11e868 Refactor: Merge nv3_position_16 and nv3_size_16 into nv3_coord_16, same for bigy and combined: remove dead code 2025-04-23 01:28:54 +01:00
OBattler
52ebe22bd1 Merge branch 'master' of https://github.com/86Box/86Box 2025-04-22 22:38:24 +02:00
OBattler
406588293c Load key bind defaults before loading the config, fixes saved key binds across emulator closures and reopenings. 2025-04-22 22:38:16 +02:00
Miran Grča
954f635198 Merge pull request #5497 from 86Box/tc1995
Vast fixes to the Mach8/32/8514/A compatible side (April 22nd 2025)
2025-04-22 22:07:05 +02:00
TC1995
571b0595de sigh, apply it to the Bochs VBE virtual card too. 2025-04-22 21:44:56 +02:00
TC1995
cdb01de6d4 Apply it to the virge too. 2025-04-22 21:33:21 +02:00
TC1995
b7319cf60b Fix warnings and build. 2025-04-22 21:24:31 +02:00
TC1995
14ef3b75ac Vast fixes to the Mach8/32/8514/A compatible side (April 22nd 2025)
1. As tiring as it seems, XOR properly the passthrough bits for mode changes. Fixes everything tested as of now (Mach8/32).
2. Implemented separate destination and source GE pitch and offsets. Fixes Windows 3.1 mach8/32 drivers using devicebitmap enabled (or dmp=1).
3. Properly fixed high and true color patterns so that the aforementioned patterns are drawn correctly in various stuff.
4. Implemented in the best possible way the CRT offset (currently in on conjunction with the GE offset).
5. On ScanToX with bpp set to 24 and dpconfig 0x6211, optmize the SRC/CUR X-Y coordinates at the end of the blit.
6. For mode changes, don't call the mode change recalctimings function if we aren't in the appropriate bits of the respective ports.
7. Separate 8514/A compatible and Extended foreground/background selection implemented, fixes Windows 3.x ATI Ultra drivers from 1992 without hacks.
8. Clear the busy flags when needed without stalling the entire guests (but not the emulator itself) (Mach8/32).
9. The MMIO regs should be enabled only when the VGA aperture has reached a graphics mode (0xA000). This fixes NT 3.x mach drivers in true color mode and making Win3.1 drivers working without a hitch at the same time.
10. Actually implement the hardware 4bpp cursor properly on Mach32.
11. Cosmetic cleanups.
2025-04-22 21:15:05 +02:00
OBattler
749f6f3205 Merge branch 'master' of https://github.com/86Box/86Box 2025-04-22 21:10:27 +02:00
OBattler
592e5c6a79 Cirrus Logic: Implement proper VLB addressing, closes #5337. 2025-04-22 21:10:06 +02:00
Miran Grča
aa788e16f7 Merge pull request #5496 from Cacodemon345/qt-write-indicators
Add write indicators for all drives
2025-04-22 20:47:47 +02:00
starfrost
23669c7a63 Merge pull request #7 from PCBox/master
Fix build
2025-04-22 18:09:38 +01:00
Cacodemon345
e1cdf1b288 20x20 icon made consistent with other sizes 2025-04-22 22:31:58 +06:00
Cacodemon345
c23f33b65e Fix SDL compiles 2025-04-22 22:12:15 +06:00
Cacodemon345
7901842c42 Write indicator for floppy drives
Write indicator is also properly contrasted on 5.25 floppy drives
2025-04-22 22:08:52 +06:00
fuel-pcbox
00910aa621 Fix build 2025-04-22 08:44:10 -05:00
Cacodemon345
e703ac760b Write indicators (except for floppy drives) 2025-04-22 17:37:00 +06:00
OBattler
b15f25ffa4 Fixed old recompiler compiling in a kludgy way because it appears there's no STORE_IMM_ADDR_W. 2025-04-22 09:46:58 +02:00
OBattler
69e7c8634c Merge branch 'master' of https://github.com/86Box/86Box 2025-04-22 09:13:57 +02:00
OBattler
8790395a05 Fix the FXSAVE/FXRSTOR instructions. 2025-04-22 09:13:38 +02:00