Commit Graph

5487 Commits

Author SHA1 Message Date
Miran Grča
b35a89fe64 Merge pull request #1599 from 86Box/master
A small config.c fix and the Acrosser AR-B1479 now uses the Winbond W…
2021-08-10 16:20:45 +02:00
OBattler
0b1000ec19 A small config.c fix and the Acrosser AR-B1479 now uses the Winbond W29C020 Flash chip. 2021-08-10 16:19:37 +02:00
OBattler
4a6f5ed045 Disabled keyboard logging. 2021-08-10 15:55:33 +02:00
OBattler
4b1c0a1597 And back. 2021-08-10 15:49:50 +02:00
Miran Grča
9d648644f8 Merge pull request #1598 from 86Box/master
Bring the branch up to par with master.
2021-08-10 15:49:15 +02:00
OBattler
5c8d06ab35 Temporary revert of keyboard_at.c. 2021-08-10 15:48:58 +02:00
OBattler
ed89a93fe2 Removed the M6117 CPU's from the Dev branch. 2021-08-10 15:47:02 +02:00
OBattler
ee4b86065f More CPU changes. 2021-08-10 15:45:49 +02:00
OBattler
03d91af98c Some Flash fixes for the Acrosser AR-B1479. 2021-08-10 15:37:15 +02:00
OBattler
f0e84f7f13 More fixes, fixes CMOS Setup on the Acrosses AR-B4179. 2021-08-09 16:10:55 +02:00
OBattler
80b75ee433 CPU changes. 2021-08-09 09:58:01 +02:00
OBattler
d0cebfdc30 Reverted a KBC change that should not have been there. 2021-08-09 09:54:49 +02:00
OBattler
0d5c5f361a Added a separate CPU_STPC CPU type with RDTSC, fixes the ITOX STAR. 2021-08-09 09:51:58 +02:00
OBattler
7190a776ae Some AT KBC fixes, fixes the QDI Excellent II. 2021-08-09 07:52:57 +02:00
OBattler
c26811308a Removed excess logging. 2021-08-09 07:51:23 +02:00
OBattler
1060e62747 Some AT / PS/2 KBC fixes, fixes the QDI Excellent II. 2021-08-09 07:46:02 +02:00
OBattler
0473a59524 Merge branch 'master' of https://github.com/86Box/86Box 2021-08-09 07:19:36 +02:00
OBattler
ee315970a1 Correct implementation of the VIA write-only NVR register 0D bit that is read from power management PCI register 42, fixes the FIC VA-503A. 2021-08-09 07:19:12 +02:00
Miran Grča
32fd55bb68 Merge pull request #1596 from 86Box/master
Bring the branch up to par with master.
2021-08-08 13:29:57 +02:00
Miran Grča
e5f2a84327 Merge pull request #1595 from 86Box/tc1995
Fixed display start address on S3 pre-ViRGE and ViRGE cards upon reca…
2021-08-08 13:29:10 +02:00
TC1995
74d88ec6bb Fixed display start address on S3 pre-ViRGE and ViRGE cards upon recalculation of its timings plus when the banking register is enabled, this also fixes the flickering of Quake while having Commander Keen working without glitches. 2021-08-08 13:24:11 +02:00
OBattler
df00d0ac58 Added three ALi M1487/89 machines and that 430VX machine with Award 4.50PG BIOS. 2021-08-07 12:28:33 +02:00
OBattler
89f35be806 Fixed some compile-breaking mistakes. 2021-08-05 18:23:59 +02:00
OBattler
5ecf3ac6cb Merged the ALi M1217 into the M6117 (that's based on the M1217), moved the M6117 out of the Dev branch, removed the broken M6117 Acrosser, and added three M1217 machines. This finishes the ALi work. 2021-08-05 18:16:17 +02:00
Miran Grča
5b867e6a32 Merge pull request #1588 from 86Box/master
Bring the branch up to par with master.
2021-08-05 16:38:33 +02:00
Miran Grča
6f639cd866 Merge pull request #1587 from lemondrops/feature/sndgain
Make the sound gain dialog accessible from the menu bar
2021-08-05 16:23:08 +02:00
Miran Grča
ffd56213e4 Merge pull request #1586 from lemondrops/feature/cms_oldsb
Creative Music System and early Sound Blaster improvements
2021-08-05 16:23:00 +02:00
Alexander Babikov
709357f668 The sound gain dialog is now accessible from the menu bar in the "Tools" menu 2021-08-05 14:56:25 +05:00
Alexander Babikov
b1a8c297e1 Disable the SB 2.0 mixer by default 2021-08-05 13:32:44 +05:00
Alexander Babikov
8184c411df Fix the SB 2.0 mixer address selection and add a 0x250 address option 2021-08-05 03:54:21 +05:00
Alexander Babikov
e41d473f43 Add the CMS emulation to the SB 1.0, 1.5 and 2.0 2021-08-05 03:54:20 +05:00
Alexander Babikov
06eda55634 Move some CMS definitions and function declarations to a header file 2021-08-05 03:54:20 +05:00
Alexander Babikov
9632f99552 Make the Game Blaster's I/O address configurable 2021-08-05 03:54:19 +05:00
Miran Grča
6519581d59 Merge pull request #1582 from 86Box/master
Fixed 82091AA Serial port disabling.
2021-08-04 14:47:18 +02:00
OBattler
bfcc36ac8e Fixed 82091AA Serial port disabling. 2021-08-04 14:46:42 +02:00
OBattler
8f486a6c06 Fixed the double definition of the AX95 Pro init function. 2021-08-04 09:56:22 +02:00
OBattler
9968030832 The missing DEC LPC stuff. 2021-08-04 09:43:53 +02:00
OBattler
5b81bad4e8 And a restoration. 2021-08-04 09:19:21 +02:00
Miran Grča
77a5cf6891 Merge pull request #1581 from 86Box/master
Bring the branch up to par with master.
2021-08-04 09:15:08 +02:00
OBattler
66da8a9905 And another. 2021-08-04 09:14:47 +02:00
OBattler
43bfecaa6e And another. 2021-08-04 09:05:20 +02:00
OBattler
e2a227552e Change #1 for attempted conflict resolution. 2021-08-04 09:03:27 +02:00
Miran Grča
ded75f30d9 Merge pull request #1580 from richardg867/feature/savquest
Audio MOAC II: AC97 edition
2021-08-04 08:58:16 +02:00
RichardG867
6ee9274582 VIA AC97: Change FM data format after an exhaustive probe 2021-08-04 01:00:44 -03:00
RichardG867
9d953623e5 Merge branch 'master' of https://github.com/86Box/86Box into feature/savquest 2021-08-03 21:45:54 -03:00
RichardG867
61784ca9f4 VIA AC97: Remove status register workaround, fixed by the SGD pause bit fix 2021-08-03 21:36:20 -03:00
RichardG867
b0c1e4726f VIA AC97: Fix SGD pause bit, fixes mpxplay looping on stop 2021-08-03 21:24:08 -03:00
RichardG867
e937de6760 Implement VIA SBPro emulation 2021-08-03 20:28:24 -03:00
RichardG867
3babec6218 Implement VIA AC97 clipping (not great atm) 2021-08-03 20:28:03 -03:00
RichardG867
3c99788071 More UM8669F semantics stuff 2021-08-03 16:48:15 -03:00