Cacodemon345
68f6779b2f
Handle length reloading correctly
2024-03-21 12:52:13 -03:00
Cacodemon345
650b7e633b
Minor fixing
2024-03-21 12:52:13 -03:00
Cacodemon345
d46e00e5a0
Autolen updating
2024-03-21 12:52:13 -03:00
Cacodemon345
6ab45767e5
Some cleanup and crash fixes
2024-03-21 12:52:13 -03:00
Cacodemon345
7f9f072b3e
Add ESS ES1688 (COMPLETELY UNTESTED!!!)
2024-03-21 12:52:13 -03:00
Cacodemon345
e7e582cd74
Finish DSP part of ESS
2024-03-21 12:52:13 -03:00
Cacodemon345
eda528d98c
ESS register read function
2024-03-21 12:52:13 -03:00
Cacodemon345
3f7fbc7467
Extended mode toggle
2024-03-21 12:52:13 -03:00
Cacodemon345
4369284f65
ESS register 0xA2 update function
2024-03-21 12:52:13 -03:00
Cacodemon345
3f72c788bd
ESS bits for IRQ raise
2024-03-21 12:52:13 -03:00
Cacodemon345
97b239aed5
More small pieces of ESS emulation
2024-03-21 12:52:13 -03:00
Cacodemon345
d5dad279c4
ESSreg macro
2024-03-21 12:52:13 -03:00
Cacodemon345
8308f41069
A bit of ESS
2024-03-21 12:52:13 -03:00
Cacodemon345
d806ce250e
ESFMu update
2024-03-21 12:52:13 -03:00
Cacodemon345
5d97fb886f
Fix bad audio on ESFM emulation
2024-03-21 12:52:12 -03:00
Cacodemon345
e1badc3e0f
ESFM update
2024-03-21 12:52:12 -03:00
Cacodemon345
2341b28c7f
Add FM_ESFM type
2024-03-21 12:52:12 -03:00
Cacodemon345
12c64ab43d
Fix incorrect internal name
2024-03-21 12:52:12 -03:00
Cacodemon345
eec49e4a76
Fix multiple symbol definition error
2024-03-21 12:52:12 -03:00
Cacodemon345
2fd511cc58
Add ESFMu for ESFM emulation
2024-03-21 12:52:12 -03:00
OBattler
d3039c2bf3
Merge remote-tracking branch 'origin/master' into version/4.2
2024-03-21 14:47:01 +01:00
TC1995
62143628c5
Merge branch 'version/4.2' into pas16_code
2024-03-21 01:50:56 +01:00
OBattler
53503cb843
ALi M1217: No on-chip IDE controller.
2024-03-21 00:47:17 +01:00
OBattler
4de0001167
Merge remote-tracking branch 'origin/master' into version/4.2
2024-03-20 23:46:16 +01:00
Miran Grča
ff62c178a5
Merge pull request #4286 from maximus105/master
...
Fix broken translation for ZIP drives
2024-03-20 23:46:07 +01:00
maximus105
3e27bdb86a
Fix broken translation for ZIP drives
2024-03-20 23:35:03 +02:00
OBattler
6140bf53dd
Merge branch 'version/4.2' of https://github.com/86Box/86Box into version/4.2
2024-03-20 22:23:29 +01:00
OBattler
976a9357ee
Merge remote-tracking branch 'origin/master' into version/4.2
2024-03-20 22:22:43 +01:00
OBattler
d54e5714ae
Merge branch 'master' of https://github.com/86Box/86Box
2024-03-20 22:21:59 +01:00
OBattler
0660f08a40
PB450 fixes.
2024-03-20 22:21:31 +01:00
Miran Grča
2ed732eb6c
Merge pull request #4285 from lemondrops/npcapfix
...
[v4.2] Check for pcap DLL in Npcap's installation directory on Windows
2024-03-20 20:05:25 +01:00
Miran Grča
52d31208f0
Merge pull request #4284 from lemondrops/cdromfix
...
Fix CD-ROM menu not updating after ejecting a CD from the guest side
2024-03-20 20:05:18 +01:00
Miran Grča
de1406c20d
Merge pull request #4283 from lemondrops/cleanup
...
Cleanup of legacy and unused things
2024-03-20 20:05:11 +01:00
Alexander Babikov
53fbe7343e
Check for pcap DLL in Npcap's installation directory on Windows
2024-03-20 22:30:11 +05:00
Alexander Babikov
df231b0d87
Implement the rest of _eject/_mount functions
...
Implement the rest of media eject/mount functions declared in plat.h,
intended for future use
2024-03-20 22:26:40 +05:00
Alexander Babikov
4052ae2e32
Use a signal instead
2024-03-20 22:26:36 +05:00
Alexander Babikov
9354c6a6ef
Qt: Fix CD-ROM menu not updating after ejecting a CD from the guest
2024-03-20 22:18:24 +05:00
Alexander Babikov
18495cb09d
Clean up redundant English "translations"
2024-03-20 20:36:29 +05:00
Alexander Babikov
3e61092d02
Translations: Add headers to indicate target lang
2024-03-20 20:33:43 +05:00
Alexander Babikov
8a27a77aa1
Translations: Purge more unused strings
2024-03-20 20:33:35 +05:00
Alexander Babikov
f02fd4568c
Simplify dynamic string handling and localization
...
Use Qt `.arg()` instead of substring replacement;
Fully remove remnants of SDL renderers from translations;
Restore platform-dependent pcap library name in the pcap
error message, but use Npcap on Windows instead
2024-03-20 20:33:31 +05:00
Alexander Babikov
82e6a7a129
Don't recognize no longer used HDD bus types
2024-03-20 20:33:30 +05:00
Alexander Babikov
3cc0a9176c
Remove unused and unmaintained pcap_if utility
2024-03-20 20:33:29 +05:00
Alexander Babikov
ae7d4454cb
Move Windows font overrides away from translations
...
Determine which font to use with a dedicated function instead
2024-03-20 20:33:28 +05:00
Alexander Babikov
8e06b5449f
Overhaul plat_get_string()
...
Now takes constants with human-readable names instead of
Win32 string table IDs, language.h is no longer needed
ui_msgbox*() no longer accepts string IDs as arguments directly,
plat_get_string() must be explicitly called to retrieve the string
2024-03-20 20:33:28 +05:00
Alexander Babikov
e587cda80d
Translations: Remove a few unused strings
2024-03-20 20:33:21 +05:00
RichardG867
9e5ead428c
De-underscore the Aptiva 510
2024-03-19 17:31:46 -03:00
Alexander Babikov
c5c4dcb268
Remove the unfinished and unused Qt SDL renderer
2024-03-19 14:31:35 +05:00
Alexander Babikov
23ba920bbf
Clean up the plat and ui API
...
Remove functions no longer defined or used on any plat/UI
Remove the old non-multi-monitor-aware plat_resize() and rename
plat_resize_monitor() to plat_resize()
2024-03-19 14:30:24 +05:00
TC1995
27e78da4ec
WIP: PAS16.
...
See above, currently very WIP.
2024-03-18 17:10:36 +01:00