Commit Graph

12418 Commits

Author SHA1 Message Date
Miran Grča
f4896398d4 Merge pull request #4240 from Cacodemon345/lba_enhancer
Add Vision Systems LBA Enhancer
2024-03-06 12:14:07 +01:00
Cacodemon345
6d1c91c8ce Add Vision Systems LBA Enhancer 2024-03-06 15:14:56 +06:00
OBattler
5d486f5faa EV-165A: Fix internal name. 2024-03-06 06:46:53 +01:00
OBattler
1bfe1bbf7a Removed the speed setting from the Everex 165A. 2024-03-06 01:27:25 +01:00
OBattler
2fff98423b Added the Everex Maxi Magic EV-165A, closes #2956. 2024-03-05 20:36:33 +01:00
OBattler
244038b84c LOCK: It is sometimes legal when cpu_mod == 3, fixes hangs with Compaq Portable III 386 TEST. 2024-03-03 21:24:00 +01:00
OBattler
dc7a105ef2 Give the Compaq Portable III 386 the Compaq 386 chipset and keyboard controller. 2024-03-03 20:14:24 +01:00
OBattler
e2018775d5 Implement correct DSR behavior, fixes #3715. 2024-03-03 18:19:00 +01:00
Miran Grča
25da1f1bae Merge pull request #4233 from 86Box/tc1995
IDE/ATAPI port/irq changes for MCA:
2024-03-02 15:49:46 +01:00
TC1995
8c6d544d5d IDE/ATAPI port/irq changes for MCA:
The ADF is a bit misleading, for pos3 and pos4, the right bits are bits 5-4, not 6-5. Fixes IRQ and added the secondary addresses without conflicting with the FDC, now ATAPI drives work fine.
2024-03-02 15:46:12 +01:00
OBattler
12e367fac6 Fixed a warning in disk/hdc_ide.c. 2024-03-02 12:51:50 +01:00
OBattler
1d5a2aaa0f QT UI: Recognize the MCA McIDE as an IDE controller. 2024-03-02 12:50:06 +01:00
Miran Grča
0921d231de Merge pull request #4231 from 86Box/tc1995
IDE changes (now for MCA).
2024-03-02 05:28:23 +01:00
OBattler
6afa3849cc Merge branch 'master' of https://github.com/86Box/86Box 2024-03-02 05:25:36 +01:00
OBattler
98fa925570 SB PRO and 16: Do not use the low FIR output filter for CD Audio. 2024-03-02 05:25:27 +01:00
TC1995
af786bec0a IDE changes (now for MCA).
Added McIDE (MCA IDE) controller for MCA machines that don't have it (PS/2 models 50+).
2024-03-01 22:54:31 +01:00
Miran Grča
6a46aabf29 Merge pull request #4230 from 86Box/tc1995
Mach8/32 horizontal display changes.
2024-03-01 19:51:05 +01:00
TC1995
929fa7328d Mach8/32 horizontal display changes.
Make sure for the 9001st time to display correctly the horizontal side of the display (looking at you, ATI 1992 set for win3.1x and Mach8/32 drivers for OS/2 1.2x).
2024-03-01 19:50:23 +01:00
Miran Grča
9240fec451 Merge pull request #4229 from 86Box/tc1995
ESDI/MFM AT changes:
2024-03-01 19:38:05 +01:00
TC1995
ff6964f73d ESDI/MFM AT changes:
Make sure they IRQ activations are more IDE-like and correct.
2024-03-01 19:26:32 +01:00
Miran Grča
41e1a56d62 Merge pull request #4228 from lemondrops/awe64
Add a correct PnP ROM for the CT4380 Sound Blaster AWE64
2024-03-01 19:25:57 +01:00
Miran Grča
f95a627d3f Merge pull request #4227 from lemondrops/confirm_exit_fix
Fix ACPI poweroffs disabling exit confirmations
2024-03-01 19:25:23 +01:00
Alexander Babikov
938fa5bde5 Add a correct PnP ROM for the CT4380 SB AWE64
Add a correct PnP ROM for the CT4380 "regular" Sound Blaster AWE64 and
add quarternary IDE to it to match the new ROM
2024-03-01 22:35:59 +05:00
Alexander Babikov
9a67f05a8f Move the Sound Blaster PnP ROM paths to macros 2024-03-01 22:35:59 +05:00
Alexander Babikov
f9ae162e5d Move the EMU8000 ROM path to a macro 2024-03-01 22:35:52 +05:00
Alexander Babikov
4335c3e085 Fix ACPI poweroffs disabling exit confirmations
Use confirm_exit_cmdl to skip the confirmation prompt without
saving it in the config
2024-03-01 22:24:30 +05:00
OBattler
d77fc47408 E-MU 8000: Update in the correct handler. 2024-03-01 13:46:54 +01:00
OBattler
3727dd9981 SiS 496/497: Implement the reset control bits. 2024-03-01 13:45:23 +01:00
OBattler
45d1e35a7a Fixed E-MU 8000 frequency. 2024-03-01 12:35:59 +01:00
OBattler
046a8655b5 Moved E-MU 8000 handling to the non-music handler. 2024-03-01 12:34:44 +01:00
Miran Grča
689f9b3d8e Merge pull request #4225 from Cacodemon345/patch-168
Fix OPL audio not playing
2024-03-01 12:32:11 +01:00
Cacodemon345
3f04b60e3d memset cd_buf correctly 2024-03-01 16:21:30 +06:00
Cacodemon345
95f95d8481 Fix OPL audio not playing 2024-03-01 15:55:19 +06:00
OBattler
26d0079ab8 Removed a pointless line from chipset/sis5581_h2p.c. 2024-03-01 08:03:10 +01:00
OBattler
742b80c6b3 And another one. 2024-03-01 08:01:36 +01:00
OBattler
c7028f1e35 Fixed some compile-breaking mistakes in sound/openal.c. 2024-03-01 07:13:29 +01:00
OBattler
3b731b37d1 Merge branch 'master' of https://github.com/86Box/86Box 2024-03-01 06:52:56 +01:00
OBattler
e0d80aefb4 Moved OPL2 and OPL3 to a new 49716 Hz source so resampling is no longer needed, also fixed SB OPL and PC Speaker filtering (OPL was being downsampled to the selected DSP sample rate, which is incorrect, and the PC Speaker filter was using the wrong filter index in some liens). 2024-03-01 06:52:48 +01:00
Miran Grča
8cb1dd265b Merge pull request #4215 from kzmidze/master
Update translations
2024-02-29 17:20:13 +01:00
Miran Grča
0c345fd9e8 Merge pull request #4221 from Cacodemon345/patch-167
MGA: Implement X11 hardware cursor
2024-02-29 09:01:20 +01:00
Cacodemon345
fd31aba2a1 MGA: Implement X11 hardware cursor 2024-02-29 13:58:05 +06:00
OBattler
71ecdc1b55 No longer raise TS# when (CS & 0xFFF8) is zero and (CS & 0x0004) is not, fixes #4214. 2024-02-29 06:52:45 +01:00
OBattler
5af0ccd145 Assorted Voodoo and warning fixes. 2024-02-29 06:48:16 +01:00
OBattler
268754faa9 Merge branch 'master' of https://github.com/86Box/86Box 2024-02-29 06:46:45 +01:00
OBattler
901e2568fe Mask out serial passthrough MSR bits when in loopback mode, fixes #4217. 2024-02-29 06:46:37 +01:00
Miran Grča
c2d40a9863 Merge pull request #4218 from Cacodemon345/patch-166
MGA: Move BPLAN handling to the right place
2024-02-28 09:59:47 +01:00
Cacodemon345
9d4f4f0a70 MGA: Move BPLAN handling to the right place 2024-02-28 14:08:55 +06:00
沙沙宮紗夜
fd3b29a5d0 Add files via upload 2024-02-27 20:43:14 +08:00
沙沙宮紗夜
e68b062ca0 Add files via upload 2024-02-27 20:38:04 +08:00
Miran Grča
e95c7a3031 Merge pull request #4213 from Cacodemon345/patch-165
MGA: Implement BPLAN for BITBLT operations
2024-02-27 11:50:30 +01:00