Commit Graph

20397 Commits

Author SHA1 Message Date
Jonathan Campbell
4af6ca892c retab 2025-05-19 23:14:18 -07:00
Jonathan Campbell
459744789e retab 2025-05-19 23:14:18 -07:00
Jonathan Campbell
32b3ddfa89 sb rework 2025-05-19 23:14:18 -07:00
Jonathan Campbell
25acf2cadd sb rework 2025-05-19 23:14:18 -07:00
Jonathan Campbell
fb3f5f117c sb rework 2025-05-19 23:14:17 -07:00
Jonathan Campbell
4afa81ddae Merge pull request #5710 from maron2000/config_mkdir
Create directory if not exist before writing conf file
2025-05-19 13:39:39 -07:00
maron2000
a521e77c90 Create directory if not exist before writing 2025-05-20 00:02:35 +09:00
Jonathan Campbell
d80953f6f3 move to sb 2025-05-18 22:17:12 -07:00
Jonathan Campbell
ec9239d02c move to sb 2025-05-18 22:12:57 -07:00
Jonathan Campbell
f5310438e6 move to sb 2025-05-18 22:08:13 -07:00
Jonathan Campbell
1170867201 move to sb 2025-05-18 09:00:54 -07:00
Jonathan Campbell
fa8b8a6115 move to sb 2025-05-18 08:57:46 -07:00
Jonathan Campbell
014c203c17 move to sb 2025-05-18 08:53:38 -07:00
Jonathan Campbell
ae02eb2999 move to sb 2025-05-18 08:48:59 -07:00
Jonathan Campbell
ff98530ff1 move to sb 2025-05-18 08:42:47 -07:00
Jonathan Campbell
b4cd40817e move to sb 2025-05-18 08:39:47 -07:00
Jonathan Campbell
f4d08209df move to sb 2025-05-18 08:37:51 -07:00
Jonathan Campbell
4311e6f3c8 move to sb 2025-05-18 08:30:05 -07:00
Jonathan Campbell
303f448ffe move to sb 2025-05-18 08:26:49 -07:00
Jonathan Campbell
1d92113325 move to sb 2025-05-18 07:53:37 -07:00
Jonathan Campbell
c046a2290b move to sb 2025-05-18 07:48:18 -07:00
Jonathan Campbell
59ab8e0794 sb arrange 2025-05-18 07:45:43 -07:00
Jonathan Campbell
a411ddf4fd move to sb 2025-05-18 07:44:44 -07:00
Jonathan Campbell
ae0785b16d more 2025-05-18 07:37:36 -07:00
Jonathan Campbell
78d11b7878 more 2025-05-18 07:17:12 -07:00
Jonathan Campbell
e63de9798d move to sb struct 2025-05-18 07:14:41 -07:00
Jonathan Campbell
786d66d81d gen input functions to sb 2025-05-18 01:24:26 -07:00
Jonathan Campbell
aac97ef17e more 2025-05-18 01:18:25 -07:00
Jonathan Campbell
af7891a601 more 2025-05-18 01:15:47 -07:00
Jonathan Campbell
1a0438e6d1 move more to sb 2025-05-18 01:14:21 -07:00
Jonathan Campbell
6d575d9e79 retab 2025-05-18 01:10:29 -07:00
Jonathan Campbell
be27f0388f Move gen code to struct 2025-05-18 01:05:06 -07:00
Jonathan Campbell
4a527848e5 Move ESS to sb struct 2025-05-18 01:00:38 -07:00
Jonathan Campbell
5eb47affe0 Move out ADPCM tables 2025-05-18 00:55:00 -07:00
Jonathan Campbell
d79f9ce8d4 Move ASP state to sb struct 2025-05-18 00:48:15 -07:00
Jonathan Campbell
8ab408a6fe Move another to sb struct 2025-05-18 00:42:33 -07:00
Jonathan Campbell
a32522d2b8 Move recording vars to sb struct 2025-05-18 00:37:23 -07:00
Jonathan Campbell
1c0ef84d9b Merge pull request #5707 from alarixnia/bigendian
Fix big-endian build
2025-05-17 17:02:38 -07:00
nia
97bca6f3df Fix big-endian build
Some new members were added to the MMX_reg union, but only
for little endian. Add them to the big endian one too.

Signed-off-by: Nia Alarie <nia@NetBSD.org>
2025-05-16 16:12:03 +02:00
Jonathan Campbell
32b14ce68a Merge pull request #5706 from maron2000/add_translation
Convert message to UTF16 before calling messagebox function (Windows)
2025-05-16 00:16:28 -07:00
maron2000
e0c12065dd Forgot to free some allocated memory 2025-05-16 07:36:34 +09:00
maron2000
0f7327d21f Convert message to UTF16 before calling messagebox function (Windows) 2025-05-15 21:15:27 +09:00
Jonathan Campbell
2db46a344a Merge pull request #5702 from maron2000/update_changelog
Update CHANGELOG
2025-05-13 10:00:54 -07:00
Jonathan Campbell
bdb209d376 Merge pull request #5701 from maron2000/fix_redirect
Create/open a temporary file to device_TMP for piping on Z: drive
2025-05-13 10:00:37 -07:00
Jonathan Campbell
cf4650eea5 Even though 286/386 processors in 16-bit code do not wrap around 64KB when computing effective address, follow suggestion regarding LDS/LES and 64KB wraparound [https://github.com/joncampbell123/dosbox-x/issues/5621]. This would suggest that perhaps Intel microcode compute an EA for each half of the 16:16 FAR pointer? In case this BREAKS other code, put it behind a dosbox.conf configuration setting so you can turn it off if needed. This update needs some clever hackery with 8086 EA vs >8086 EA code to make it work. 2025-05-13 07:42:48 -07:00
maron2000
081122d32b Update CHANGELOG 2025-05-13 23:33:29 +09:00
maron2000
193e3dd68f Create/open a temporary file to device_TMP for piping on Z: drive 2025-05-13 23:13:26 +09:00
Jonathan Campbell
190f2e4ebc Rename EATable in 8086 version so it can be included alongside the non-8086 EATable 2025-05-13 00:46:23 -07:00
Jonathan Campbell
0c7a83cbfa Merge pull request #5699 from maron2000/fix_redirect
Fix failure of create/opening a temporary file for piping
2025-05-12 12:53:03 -07:00
Jonathan Campbell
8dde086b20 Merge pull request #5698 from maron2000/add_buildinstructions
Add explanations to build binaries targeting older macOS (10.12 and before)
2025-05-12 12:52:44 -07:00