OBattler
3452688a89
Merge branch 'master' of https://github.com/86Box/86Box
2020-04-16 21:56:33 +02:00
OBattler
275dd5a2f7
ACPI, SMM, and PIIX fixes, fixes quite a few boards, also fixed the Via Apollo series northbridge ID's, some CPU instructions on both 808x and 286+, and added SMM to 486's (Intel and AMD), WinChip and WinChip 2, and VIA Cyrix III, also removed the TC430HX and the Toshiba machine from the Dev branch.
2020-04-16 21:56:19 +02:00
tiseno100
125b77ece5
Added the Micronics M6MI
2020-04-14 21:56:34 +03:00
OBattler
1b3cd8f2e9
Changed the PowerMate to use the 665 instead to get rid of those errors.
2020-04-14 17:42:58 +02:00
OBattler
732d675cd6
Fixed PowerMate V capitalization.
2020-04-14 16:29:43 +02:00
OBattler
9439354deb
PowerMate V now has MACHINE_PS2 flag.
2020-04-14 16:28:51 +02:00
OBattler
acabd3d136
Added the NEC PowerMate V (it now works!) and made two 430TX machines use hardware monitors (warning: wrong VCORE's).
2020-04-14 12:56:45 +02:00
OBattler
dc22997027
The Asus P2B-LS now has the Super I/O chip (and with it, the FDC) again.
2020-04-13 23:25:56 +02:00
OBattler
61f0ae7954
Better ACPI implementation (currently only on PIIX4/PIIX4E/SMSC southbridges), finished the SMSC southbridge (but the Atrend BIOS still hangs, need to figure out why), and fixed Tandy EEPROM saving.
2020-04-13 20:01:47 +02:00
Daniel Gurney
2f2ba3d954
Clarify TXP4 reference in TX97 machine table entry
2020-04-11 22:20:20 +03:00
OBattler
a45d5173ba
Implemented the SMC FDC37C932QFP NVR stuff. It doesn't fix that HP Vectra, but it's still nice to have it just in case.
2020-04-10 22:32:03 +02:00
OBattler
d75e901a83
Moved the Intel i686 CPU's and related machines out of the Dev branch.
2020-04-10 20:01:26 +02:00
OBattler
a60634b3a1
The machine table file missing from the previous commit.
2020-04-10 01:09:56 +02:00
RichardG867
2d982c5441
Another formatting fix
2020-04-08 17:06:25 -03:00
RichardG867
c6ffed95a1
Add ATC7020BXII to regular builds
2020-04-08 17:01:21 -03:00
RichardG867
98ed05edf8
More machine table formatting fixes
2020-04-08 17:00:06 -03:00
RichardG867
e8bf217c1e
A-Trend ATC7020BXII
2020-04-08 16:57:13 -03:00
tiseno100
5bdfde00d5
Add the Abit BF6
2020-04-05 15:55:11 +03:00
tiseno100
e51a208341
Added few changes
...
- Added a skeletal 596B(Doesn't work properly)
- Splitted the Socket 8, Slot 1 & Socket 370 machines to their respective files
2020-04-01 17:26:28 +03:00
nerd73
a85784df02
Added the Hedaka HED-919, a 286-based XT clone.
2020-04-01 01:41:39 -06:00
OBattler
b8b198a56a
Fixed SMM, overhauled the emulation of the VIA northbridges, and added the Via Apollo VP3.
2020-04-01 08:59:29 +02:00
OBattler
85dc1462f0
Merge pull request #650 from nerd73/master
...
Replace the 6ABX3 with a better working machine
2020-03-31 01:01:09 +02:00
TC1995
2a58183187
Fixed coding style in the CS8230 machine.
2020-03-31 00:48:36 +02:00
nerd73
9710c74f51
Replace the 6ABX3 with a better working machine
2020-03-29 13:05:07 -06:00
David Hrdlička
a505894a10
Move all include files to src/include
...
- 86Box's own headers go to /86box
- munt's public interface goes to /mt32emu
- all slirp headers go to /slirp (might want to consider using only its public inteface)
- single file headers from other projects go in include root
2020-03-29 19:53:29 +02:00
OBattler
c715600ebc
Merge pull request #648 from richardg867/master
...
W83781D hardware monitoring improvements
2020-03-29 07:15:26 +02:00
RichardG867
189ad2693a
W83781D hardware monitoring improvements
2020-03-28 18:50:47 -03:00
OBattler
2062bcbb7c
Merge pull request #645 from nerd73/master
...
Added PC Partner MB520N
2020-03-28 22:44:20 +01:00
nerd73
9861573616
Added PC Partner MB520N
...
The PC Partner MB520N is a Socket 7 430VX board with AMI WinBIOS, using SMC 669 Super I/O and SST 29EE010 flash.
2020-03-26 15:11:20 -06:00
tiseno100
74b9f86982
removed few useless lines off machine.h
2020-03-26 18:38:13 +02:00
tiseno100
b58150b91b
Removed the P6BXT from machine.h
2020-03-26 18:30:45 +02:00
tiseno100
6571e1153c
Added initial Apollo Pro emulation
...
- Added the Apollo Pro Northbridge
- Added a PC Partner board (APRO + 586B Southbridge) **COMPATIBLE WITH VIA C3!**
2020-03-26 18:29:20 +02:00
nerd73
a14429dbee
Machine table revisions
...
- Fixes maximum RAM amounts on some motherboards
- Adds finalized 430TX roster
- Removes VLB from all PCI boards as none of our emulated PCI boards have VLB
2020-03-25 21:10:14 -06:00
RichardG867
fb4db7aaf9
Only check for Klamath on dev branch
2020-03-25 22:48:47 -03:00
RichardG867
80f1493d73
Actually move the P2B-LS code to non-dev builds
2020-03-25 22:45:18 -03:00
RichardG867
661335f0cc
Export P2B-LS to non-dev builds
2020-03-25 22:38:34 -03:00
RichardG867
9446b2e413
Machine table fixes, part 2
2020-03-25 21:52:14 -03:00
RichardG867
8d17595fff
Machine table fixes
2020-03-25 21:50:41 -03:00
RichardG867
b734fd00fb
440ZX supports 512MB the same way 440BX supports 1GB: unofficially
2020-03-25 21:39:42 -03:00
RichardG867
6a9106050f
Add SPD to the Bora Pro
2020-03-25 21:38:38 -03:00
RichardG867
d3ecbd800f
Merge branch 'master' of https://github.com/86Box/86Box
...
# Conflicts:
# src/machine/m_at_socket8.c
2020-03-25 21:37:38 -03:00
RichardG867
d1be6a014f
Implement SPD
2020-03-25 21:35:35 -03:00
OBattler
dfa433194b
Merge pull request #634 from tiseno100/master
...
Reworks on the Celerons + Added the Packard Bell Bora Pro
2020-03-25 20:39:21 +01:00
TC1995
9686311b25
Slight rom load fix for the Compaq Portable II/III/386 (but I wonder if they use the same approach as the Amstrad PC2086/3086).
2020-03-25 19:06:15 +01:00
TC1995
01f307de0c
Changed Compaq Portable III/386 bios to a more working one.
2020-03-25 13:56:48 +01:00
tiseno100
8f728eb11e
fixed a few stuff around machines. Eh stupid PR it may be
2020-03-25 12:35:18 +02:00
tiseno100
b1a421a2e9
Incorrect Encoding. Fixed
2020-03-25 12:31:54 +02:00
tiseno100
aee772d773
mistyped directory
2020-03-25 12:28:10 +02:00
nerd73
98e6a48cef
A port of the ECS 386/32 machine from PCem.
2020-03-24 21:53:19 -06:00
TC1995
8b4e7301e8
Compile fix (again).
2020-03-25 02:24:47 +01:00