Commit Graph

11183 Commits

Author SHA1 Message Date
OBattler
fe5bb72766 Mixer registers 12h to 1Eh. 2023-10-22 06:54:58 +02:00
OBattler
f2802c63e9 CT1745 mixer register 10h read. 2023-10-22 06:04:49 +02:00
OBattler
90e682a339 More ViBRA 16XV fixing - DIAGNOSE 4.05 now successfully sets high DMA. 2023-10-22 00:46:06 +02:00
OBattler
3ef9941ba6 Added read for register 0C. 2023-10-21 22:01:55 +02:00
OBattler
d7456ad7a7 And the last unnecessary file. 2023-10-21 16:46:10 +02:00
OBattler
a2ee67c493 Removed that one VARCem file as well. 2023-10-21 08:14:22 +02:00
OBattler
8184d71aa6 Removing the remaining unnecessary files that should not have been committed. 2023-10-21 08:13:22 +02:00
OBattler
b3bbdd4b93 Removing the build folders that should not have been committed. 2023-10-21 06:55:31 +02:00
OBattler
28e2eb3ce5 More Sound Blaster 16+ / ViBRA 16 fixes, added optional PC speaker control via the Sound Blaster 16+ / ViBRA 16, and removed some left-over temporary code from device.c. 2023-10-21 06:53:11 +02:00
OBattler
f3ca2a6dcd Added the Winbond W83878F variant with HEFERE = 0 (key = 88h) and correctly made the MS-5124 use it. 2023-10-20 21:48:51 +02:00
OBattler
9c434f4ed0 The ViBRA 16 XV now correctly does 16-bit DMA over 8-bit channels and fixed the DSP versions as well. 2023-10-20 21:02:35 +02:00
Miran Grča
b53a81019d Merge pull request #3772 from 86Box/tc1995
Mach64 (both GX and VT2) 24bpp mono pattern fix placed in.
2023-10-20 21:00:46 +02:00
TC1995
9c847949f6 Attempt to fix the AdLib Gold DMA when no data is available while sampling and reverted the timer_on_auto to timer_advance_u64 to make the PCM wave sound correctly. 2023-10-20 20:57:53 +02:00
TC1995
00edd8cfbc Mach64 (both GX and VT2) 24bpp mono pattern fix placed in.
Fixes wrong colors in patterns on various operating systems and possibly other stuff too.
2023-10-20 20:41:57 +02:00
OBattler
b329b5cc5f Fixed a bug with ATAPI PIO requests, fixes some crashes with ATAPI drives on tertiary and quaternary IDE controllers. 2023-10-20 19:39:04 +02:00
OBattler
4ad9a06c89 SiS 551x logging fixes and fixed secondary IDE IRQ in legacy mode. 2023-10-20 04:01:33 +02:00
Miran Grča
d453b95c8c Merge pull request #3770 from kzmidze/master
Update translation
2023-10-20 02:58:30 +02:00
Miran Grča
66c5f6cb5c Merge pull request #3769 from EmpyreusX/master
[Qt] Made fixes to Japanese and Simp. Chinese translations
2023-10-20 02:58:17 +02:00
OBattler
88934ab0ca IDE fixes and finished the SiS 5511. 2023-10-20 02:57:50 +02:00
OBattler
5c4429e4ec Merge branch 'master' of https://github.com/86Box/86Box 2023-10-20 00:21:11 +02:00
OBattler
378ef1ae6d The Tandy 1000 HX no longer incorrectly support 256 kB of RAM, fixes #3767. 2023-10-20 00:20:57 +02:00
沙沙宮紗夜
6f9600d17f Update translation 2023-10-19 22:49:12 +08:00
EmpyreusX
a1282488c6 [Qt] A small fix 2023-10-19 22:09:11 +08:00
EmpyreusX
7583c3f141 [Qt] Made fixes to Simp. Chinese translation 2023-10-19 21:39:11 +08:00
EmpyreusX
bb2038b965 [Qt] Made fixes to Japanese translation 2023-10-19 21:37:50 +08:00
Miran Grča
d1ed9f9ec1 Merge pull request #3766 from 86Box/tc1995
Small Mach32/SVGA font mapping fix.
2023-10-19 01:42:17 +02:00
TC1995
0440d37387 Small mach32/svga mapping fix (actually fixes font rendering on win3.1x using the Mach32 2.6 drivers) 2023-10-19 01:32:52 +02:00
Miran Grča
8d45217064 Merge pull request #3764 from 86Box/tc1995
S3 fixes:
2023-10-17 19:52:31 +02:00
TC1995
da5b93d980 S3 fixes:
Bit 11 of ports 0x82e8 and 0x86e8 (Current X and Current Y positions registers, respectively) are taken into account again without conflicting with OS/2 Warp 3/4's software cursor, fixes blitting issues with Neptune Build 5111.1's S3 driver and possibly some other builds and other stuff.
2023-10-17 19:33:07 +02:00
Miran Grča
b73364bb38 Merge pull request #3762 from goshhhy/pcap-types
net_pcap: use standard unsigned type names
2023-10-17 16:57:28 +02:00
Miran Grča
8ae3e092d0 Merge pull request #3763 from jriwanek-forks/4.0.2-fix
Fixes and GHA for SDL UI
2023-10-17 16:56:52 +02:00
Jasmine Iwanek
69c7e2a02a Update codeql.yml 2023-10-17 03:41:26 -04:00
Jasmine Iwanek
5656cd7db8 Build SDL UI too on Linux 2023-10-17 03:41:26 -04:00
Jasmine Iwanek
a810a847f7 Build SDL UI too on macos 11 2023-10-17 03:41:25 -04:00
OBattler
8464401886 Fixed a small CL-GD 5480 bug. 2023-10-17 05:39:17 +02:00
linear cannon
b43116fdfb net_pcap: use standard unsigned type names 2023-10-16 23:04:23 -04:00
Jasmine Iwanek
e6e7ec9532 Fix *nix SDL builds 2023-10-16 18:51:19 -04:00
Jasmine Iwanek
1c01f1e2e2 Cleanups in src/unix 2023-10-16 18:51:19 -04:00
Jasmine Iwanek
98a5e6e873 Fix building on macos SDL 2023-10-16 18:51:19 -04:00
Jasmine Iwanek
8acabb0995 Correct copyright year 2023-10-16 18:50:43 -04:00
OBattler
becdd3d9f9 Bumped version to 4.0.2. 2023-10-16 20:25:42 +02:00
OBattler
a6268d5a0e Merge branch 'master' of https://github.com/86Box/86Box 2023-10-16 18:30:46 +02:00
OBattler
408cb35b1f 4:3 conversion of 4:3 Integer scale now always preserves the width. 2023-10-16 18:30:35 +02:00
richardg867
0618f5579c Jenkins: At least warn if we're not running Debian bullseye 2023-10-16 12:47:51 -03:00
OBattler
30af261c5b Writes to NVR time registers no longer schedule a NVR write to disk, should reduce the emulator's writes to disk and therefore, % drops. 2023-10-16 03:29:29 +02:00
OBattler
b5a6824a9b Attempted fix for 4:3 integer scale. 2023-10-16 01:41:57 +02:00
OBattler
b1a4bc9c53 Added +fp to flags-gcc-armv7.cmake. 2023-10-15 20:59:01 +02:00
OBattler
fe23e2ab2f Update to a comment in machine.h. 2023-10-15 19:48:12 +02:00
OBattler
20579a2286 Some future-proofing flags. 2023-10-15 19:47:29 +02:00
Miran Grča
f63016b20f Merge pull request #3761 from 86Box/tc1995
VGA/XGA memory fix.
2023-10-15 19:34:35 +02:00