Commit Graph

3312 Commits

Author SHA1 Message Date
OBattler
45b2d16c6b ACPI reset now correctly sets the GPIREG registers back to 0xFF after zeroing all registers (which are the default values), fixes soft reset on the Abit BF6. 2020-06-05 19:55:33 +02:00
OBattler
b4fee61fa2 Merge pull request #782 from nerd73/master
Add the AMI Excalibur, a VLB OPTi 596/597 machine.
2020-06-05 19:20:45 +02:00
OBattler
d4cd224636 Merge pull request #783 from tiseno100/master
440LX implementation
2020-06-05 18:35:17 +02:00
tiseno100
b04908f2a1 440LX implementation 2020-06-05 19:30:39 +03:00
nerd73
51572530ff Remove waitstates from register 02. 2020-06-05 10:28:03 -06:00
nerd73
3f0adb5211 Add the AMI Excalibur, a VLB OPTi 596/597 machine.
Also adds emulation of the OPTi 5x7 chipset, and introduces a clock divider for VLB on 64-bit bus systems.
2020-06-05 10:22:59 -06:00
Shaojun Li
9fb12c323e Disable IME on East Asian localized Windows operating systems. 2020-06-04 11:04:44 +02:00
OBattler
131a17bb4b Merge pull request #778 from nerd73/master
Improved EBL_CR_POWERON MSR
2020-05-31 07:17:55 +02:00
OBattler
285b01679b Changed the ATC6310BXII SPD init to 0x7 because the board only has 3 RAM slots. 2020-05-31 07:17:16 +02:00
OBattler
bad0eb323a Made the ACPI GPIO registers initialize to 0xFF instead of 0x00, fixes the ABit BF6, removed the 6BXC, and added the A-Trend ATC6310BXII. 2020-05-31 05:37:52 +02:00
nerd73
5596855871 Improved EBL_CR_POWERON MSR
Improves emulation of the EBL_CR_POWERON MSR on Intel P6 and VIA C3 CPUs. Also makes a fix to a logging bug.
2020-05-30 21:02:23 -06:00
OBattler
228e3f999c Sanitized reset handling and removed excess logging from postcard.c. 2020-05-31 04:49:23 +02:00
OBattler
df05daca51 Fixed a compile-breaking mistake in mach64_ext_readw(). 2020-05-29 20:36:34 +02:00
OBattler
1efbab7fec Added some dword-only things to word functions because of the ISA Mach64. 2020-05-29 20:34:27 +02:00
OBattler
50888f1747 Merge branch 'master' of https://github.com/86Box/86Box 2020-05-29 20:24:00 +02:00
OBattler
9e119d0497 Fixed the ATi Mach64 hardware cursor. 2020-05-29 20:23:33 +02:00
OBattler
729aeda336 Merge pull request #776 from 86Box/bugfix/esdi_at_format
Fixed format issue with the ESDI AT controller in DOS.
2020-05-29 01:45:37 +02:00
TC1995
9932a5ee32 Minor fix to the fix. 2020-05-29 01:37:54 +02:00
TC1995
1c486904f7 Fixed format issue with the ESDI AT controller in DOS. 2020-05-29 01:30:06 +02:00
OBattler
207c5c66a3 Merge pull request #775 from richardg867/master
Machine table (and KN97) fixes
2020-05-27 06:15:58 +02:00
RichardG867
35c95ce985 Machine table (and KN97) fixes 2020-05-27 00:06:06 -03:00
RichardG867
1f47c60968 Merge branch 'master' of https://github.com/86Box/86Box 2020-05-26 23:39:29 -03:00
RichardG867
ea64a21ca2 Add Cyrix III CPUs to the Soltek SL-63A1 2020-05-26 23:39:21 -03:00
OBattler
15e8f1317d Merge pull request #774 from tiseno100/master
Replace the P6KFX with the KN97
2020-05-26 21:11:28 +02:00
tiseno100
2bf573bf90 Replace the P6KFX with the KN97
KN97 is a popular Slot 1 FX board included also in the PCem-X days. Thanks to the recent additions it can be reintroduced back.
2020-05-26 21:22:31 +03:00
OBattler
b7618eae9b Merge pull request #773 from nerd73/master
Replace the Gigabyte GA-586T2 with the PC Partner MB540N.
2020-05-26 18:55:11 +02:00
OBattler
b07807e9de Fixed ide_get_period() to correctly use shifted mode values, fixes IDE timings. 2020-05-26 05:24:55 +02:00
nerd73
3736cb0065 Replace the Gigabyte GA-586T2 with the PC Partner MB540N. 2020-05-25 20:05:51 -06:00
OBattler
33afbe2b1d Merge pull request #772 from tiseno100/master
Replaced the 430TX Hiflex board with one 430VX
2020-05-23 21:12:17 +02:00
tiseno100
0ba69bfcd5 Replaced the 430TX Hiflex board with one 430VX
More stable than the previous one.
2020-05-23 21:47:57 +03:00
David Hrdlička
dfa28eb8e9 Revert "Machine path reorganisation"
This reverts commit 0a48dbcfcd.
2020-05-22 22:32:46 +02:00
OBattler
91607994f1 Merge pull request #771 from richardg867/master
Hardware monitor fixes
2020-05-22 21:02:13 +02:00
RichardG867
f6fd4eec1a Fix secondary temperature readouts on AS99127F machines 2020-05-22 16:00:23 -03:00
RichardG867
5fcc4602f2 Work around the P3B-F's expected VCORE for Cyrix III 2020-05-22 15:59:59 -03:00
OBattler
19f436a1bb Merge pull request #769 from tiseno100/master
Machine path reorganisation
2020-05-22 20:53:30 +02:00
OBattler
e61afc9c87 Merge pull request #770 from richardg867/master
Fix hardware monitor mistake preventing P3B-F/CUBX from booting
2020-05-22 20:52:32 +02:00
RichardG867
a8a68f61a9 Merge branch 'master' of https://github.com/86Box/86Box 2020-05-22 14:53:45 -03:00
tiseno100
0a48dbcfcd Machine path reorganisation
The machine roms have been reorganized according to class(8086 - 286), CPU model (286 - 486) & Socket(Socket 4 - PGA370). Few exceptions are some manufacturer ROMs
2020-05-22 17:41:42 +03:00
RichardG867
eb56bc714c Fix hardware monitor mistake preventing P3B-F/CUBX from booting 2020-05-21 19:42:06 -03:00
OBattler
17479d24ee Merge pull request #767 from richardg867/master
Onboard sound support + onboard ES1371 for Tsunami ATX
2020-05-21 04:30:10 +02:00
OBattler
b27c1c0bee Merge pull request #768 from nerd73/master
Replace the P55XB2 with the NuPRO-592, as it also has ACPI.
2020-05-21 04:29:49 +02:00
nerd73
342f3b6709 Replace the P55XB2 with the NuPRO-592, as it also has ACPI. 2020-05-20 17:13:36 -06:00
RichardG867
a154a07565 Merge branch 'master' of https://github.com/86Box/86Box 2020-05-20 15:53:36 -03:00
OBattler
771252eae8 Merge branch 'master' of https://github.com/86Box/86Box 2020-05-20 20:36:23 +02:00
OBattler
fc28978370 Timer clean-up improvements and some mem.c sanity checks. 2020-05-20 20:35:55 +02:00
RichardG867
f781d611ac Remove redundant check 2020-05-19 21:23:25 -03:00
RichardG867
92616e7b1d Onboard audio device support + onboard ES1371 for Tsunami ATX 2020-05-19 21:15:25 -03:00
OBattler
1f98a60465 Merge pull request #766 from richardg867/master
Hardware monitor refactoring, part 2
2020-05-19 07:04:41 +02:00
RichardG867
f236a44b08 Change 370SLM name again to be consistent with other Supermicro boards 2020-05-18 23:02:42 -03:00
RichardG867
0eead95b52 Convert permanent log lines to uppercase hexadecimal 2020-05-18 23:00:05 -03:00