Commit Graph

2781 Commits

Author SHA1 Message Date
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
tiseno100
27bb7ad4c8 Delete m_at_socket8.c 2020-03-25 12:27:42 +02:00
tiseno100
1f6d05f637 Added the Packard Bell Bora Pro + Celeron changes
Now Slot1 motherboards can access the Celeron processors at the Intel/PGA370 category
Added the Packard Bell Bora Pro. A 440ZX based AMI board. It's just a MSI 6168 with the AMI PB OEM BIOS slapped in it. It reports excessive amounts of RAM and also looks for an SDRAM serial(which is not a huge deal).

Roms can be found on the roms PR
2020-03-25 12:22:51 +02:00
OBattler
9d2207770b Merge pull request #633 from nerd73/master
Added cs8230.o to the makefile
2020-03-25 09:36:14 +01:00
nerd73
df2e2b505d Added cs8230.o to the makefile 2020-03-25 01:50:09 -06:00
OBattler
5bfc81a233 Merge pull request #632 from nerd73/master
Port of the ECS 386/32 machine from PCem.
2020-03-25 05:34:18 +01:00
nerd73
98e6a48cef A port of the ECS 386/32 machine from PCem. 2020-03-24 21:53:19 -06:00
David Hrdlička
5e4a76f020 remove source file versions 2020-03-25 03:34:22 +01:00
OBattler
e3e43348a7 Merge pull request #631 from 86Box/feature/cpqplasma
Added Compaq Plasma display and undev-branched the Compaq Portable II…
2020-03-25 02:33:29 +01:00
OBattler
54e8f11ecb Merge branch 'driver1998-rawinput' 2020-03-25 02:29:53 +01:00
OBattler
132d1f092b Merge branch 'rawinput' of https://github.com/driver1998/86Box into driver1998-rawinput 2020-03-25 02:29:20 +01:00
TC1995
8b4e7301e8 Compile fix (again). 2020-03-25 02:24:47 +01:00
TC1995
dbbc6375ba Added Compaq Plasma display and undev-branched the Compaq Portable III/386. 2020-03-25 02:18:28 +01:00
OBattler
6b46dcc0aa Merge pull request #566 from 86Box/bugfix/mga_fixes
Fixed some fatal's that turned out to be missing parts of the blt and…
2020-03-25 01:49:59 +01:00
OBattler
f1d27e2dfe Merge pull request #629 from 86Box/bugfix/mca_esdi_fix
Compile fix.
2020-03-25 01:49:15 +01:00
TC1995
0f6e37efcc Compile fix 3 (I hate forgetting about stuff). 2020-03-25 01:46:18 +01:00
TC1995
e042b4b112 Compile fix 2. 2020-03-25 01:42:22 +01:00
TC1995
dfb55bddfa Compile fix. 2020-03-25 01:39:29 +01:00
OBattler
421ed9acf2 Merge pull request #628 from 86Box/feature/f82c710
Changed the GPL license of the azt2316a.c source file.
2020-03-25 01:24:23 +01:00
TC1995
ac96bc4cc6 Changed the GPL license of the azt2316a.c source file.
Added F82C710 SIO to the super286tr.
2020-03-25 01:23:22 +01:00
OBattler
eac9cc59e0 Merge pull request #627 from 86Box/bugfix/dp8390
Apparently the wd80x3 and the rest of PIO-based DP8390 nics don't lik…
2020-03-25 01:13:14 +01:00
OBattler
ee3acab156 Merge pull request #626 from 86Box/bugfix/ne1000_mem
Fixed proper detection of the 8-bit ISA-based NE1000, as it was previ…
2020-03-25 01:12:56 +01:00
OBattler
85ffd97d60 Merge pull request #625 from 86Box/bugfix/pcnet_close
Fixed hard reset crashes in the PCnet code.
2020-03-25 01:12:44 +01:00
OBattler
7eb9faf24c Merge pull request #624 from 86Box/feature/azt_snd
Added the Aztech Sound Galaxy 16 cards.
2020-03-25 01:12:22 +01:00
TC1995
6f4ac0de35 Added the Aztech Sound Galaxy 16 cards.
Added the reset function of MCA from PCem.
Made the MCA devices use the reset parameter if available.
2020-03-25 00:49:25 +01:00
OBattler
b7298619e2 Merge pull request #623 from richardg867/master
Only update POST card if the POST code has actually changed
2020-03-25 00:14:14 +01:00
RichardG867
fa41a91f38 Only update POST card if the POST code has actually changed
Fixes tpatx and possibly other boards taking forever to boot with the POST card enabled due to constant refreshing with the same value.
2020-03-24 20:11:58 -03:00
OBattler
dbd49625e1 Merge pull request #622 from richardg867/master
Hardware monitor voltage reading improvements
2020-03-24 23:56:41 +01:00
RichardG867
18688a74cd Hardware monitor voltage reading improvements 2020-03-24 19:53:09 -03:00
Daniel Gurney
0c509fd551 Remove version tree-wide 2020-03-25 00:46:02 +02:00
TC1995
c3eab66844 Fixed hard reset crashes in the PCnet code. 2020-03-24 23:43:30 +01:00
TC1995
4e0a0a1dfd Fixed proper detection of the 8-bit ISA-based NE1000, as it was previously using NE2000 resources. 2020-03-24 23:40:20 +01:00
TC1995
42a3032b93 Apparently the wd80x3 and the rest of PIO-based DP8390 nics don't like to have a common way of receiving/transmitting packets. 2020-03-24 23:34:36 +01:00
RichardG867
2b6258139e Revert "Convert existing MessageBox calls to TaskDialog"
This reverts commit af6cead246.
2020-03-24 19:13:58 -03:00
RichardG867
0b5d648a49 Merge branch 'master' of https://github.com/86Box/86Box 2020-03-24 19:10:49 -03:00
OBattler
1fd4040945 Clean-up. 2020-03-24 23:01:31 +01:00
OBattler
b12c62ea43 Merge pull request #621 from 86Box/temp
Temp
2020-03-24 22:48:55 +01:00
OBattler
44f648bc31 Merge branch 'temp' of https://github.com/86Box/86Box into temp 2020-03-24 22:46:49 +01:00
OBattler
7574227fdf PIIX changes - PB640 PIIX no longer exists (turns out it's just a normal PIIX and its original implementation was wrong at the time the PB640 was added) and separated the PIIX4E from PIIX4. 2020-03-24 22:43:58 +01:00
OBattler
092406cb18 Merge pull request #620 from richardg867/patch-2
Change hardware monitor VCORE around on the P2B-LS
2020-03-24 21:20:46 +01:00
richardg867
8b8600d6bf Change hardware monitor VCORE around on the P2B-LS
More CPUs use a 2.0V vcore so make Klamath's 2.8V the exception rather than the rule.
2020-03-24 17:19:52 -03:00
OBattler
d8381b6626 Added the IBM SVGA/A adapter to the video table. 2020-03-24 19:10:24 +01:00
OBattler
1de05d8771 Removed excess logging from device.c. 2020-03-24 02:55:28 +01:00
OBattler
a28fb072c0 Sanity checks in a part of video.c, per Ryuzaki's suggestion. 2020-03-24 02:52:35 +01:00
OBattler
1550a3a176 Last minor fixes, it compile without problems now. 2020-03-24 02:50:24 +01:00
OBattler
5b5face08b Removed non-code files that shouldn't have been there and updated .gitignore to ignore *.d as well. 2020-03-24 02:44:19 +01:00
OBattler
63b4cfc4ce Fixed dynarec_ops_3DNOW. 2020-03-24 02:42:52 +01:00