Commit Graph

4235 Commits

Author SHA1 Message Date
Alexander Babikov
abd23f41bb Fix the console window not appearing even when requested. 2020-11-13 05:09:17 +05:00
RichardG867
7f7305c35c Expand hardware monitor voltage count to 10 2020-11-12 19:23:47 -03:00
Daniel Gurney
0deb6b96c3 Merge pull request #1067 from lemondrops/bugfix/makefile
Small Makefile fixes
2020-11-12 22:35:13 +02:00
David Hrdlička
474c0dfc1d Small fixes to the Discord integration
Removed the redundant string length checks
Closes #1066
2020-11-12 21:27:11 +01:00
Daniel Gurney
118da6baac Merge pull request #1068 from lemondrops/feature/uac_level
Add the UAC execution level to the manifest
2020-11-12 22:25:19 +02:00
Daniel Gurney
8cf9edc2ab Merge pull request #1064 from lemondrops/feature/gitignore_update
Update .gitignore
2020-11-12 21:59:09 +02:00
RichardG867
63ad6202fc Fix GL518SM hardware monitor 2020-11-11 14:47:46 -03:00
RichardG867
31e36b98c0 Finish fixing VT82C686 hardware monitor 2020-11-11 14:45:07 -03:00
RichardG867
f0e91a407f Fix VT82C686 hardware monitor 2020-11-10 22:02:30 -03:00
RichardG867
10d426f2a6 LM78 comment cleanups 2020-11-10 21:44:14 -03:00
RichardG867
d4c6feed3a More LM78 cleanups 2020-11-10 21:41:44 -03:00
RichardG867
7eec9cb99a Small cleanups to LM78 hardware monitor 2020-11-10 21:32:10 -03:00
Alexander Babikov
15a37256f6 Makefile: Use the Unix way instead of the DOS/Windows way of silencing output. 2020-11-09 15:51:12 +05:00
Alexander Babikov
bc31022395 Fix the onboard AVGA2 BIOS path. (#1058) 2020-11-09 02:06:54 +01:00
Alexander Babikov
86c17d4dde Minor dialog window improvements (#1057) 2020-11-09 02:05:08 +01:00
Alexander Babikov
6dd2cac08b Update .gitignore. 2020-11-09 05:12:57 +05:00
Alexander Babikov
471c32e39e Add the UAC execution level to the manifest. 2020-11-09 04:48:21 +05:00
Alexander Babikov
fe3f7c2010 Makefile: Remove an obsolete switch. 2020-11-09 04:18:34 +05:00
Michael Casadevall
42419baa16 Failback for PCAP to use name as description if the later is blank
This allows 86Box to use pcap properly under WINE under Linux as most
interfaces on Linux leave the description as a NULL.

Signed-off-by: Michael Casadevall <michael@casadevall.pro>
2020-11-07 10:02:59 -05:00
Panagiotis
cd65d25ec0 Added 4Mbit capabilities to the Intel Flashes & the 4Mbit SST can be used. 2020-11-05 15:03:20 +02:00
Raul Mario
2719ee61b0 Correct typo for P6BAP 2020-11-04 23:38:00 +02:00
Raul Mario
1554986037 Added update machine extrns header 2020-11-04 23:28:25 +02:00
Raul Mario
28bee156cb Add machine table 2020-11-04 23:02:21 +02:00
Raul Mario
f4c4f44984 Add 2 new Socket 370 boards
They are:
-TYAN Trinity 371 (AMI Easy BIOS, i440BX, W83977F)
-Elitegroup P6BAP (Award BIOS, VIA Apollo Pro 133,VT82C596B)
2020-11-04 23:01:49 +02:00
OBattler
cfb559de13 Made the 808x interrupts delay again, fixes PCjr (TODO: Find why exactly that's needed because it sounds like a hack to me);
Fixed compiling of the PIC code with logs enabled;
A number of bugfixes in cpu/x86seg.c, fixes OS/2 1.0.
2020-11-01 04:21:55 +01:00
OBattler
b89e047464 Cleaned up x86seg.c, and also made 386 Interrupt and Task gates correctly GPF on a 286, fixes #587. 2020-11-01 02:36:50 +01:00
Miran Grča
4f51b6250e Merge pull request #1049 from richardg867/master
Hardware monitoring overhaul
2020-10-31 03:01:12 +01:00
RichardG867
8dbe6d4095 Add IBM XT port 60h to the POST card 2020-10-30 20:54:47 -03:00
RichardG867
9f345455bd Add missing newline 2020-10-30 20:47:57 -03:00
RichardG867
97064ba01f Disable LM78 logging 2020-10-30 20:43:08 -03:00
RichardG867
67ce3485be Merge branch 'master' of https://github.com/86Box/86Box 2020-10-30 20:41:32 -03:00
RichardG867
84a230a282 Hardware monitoring overhaul 2020-10-30 20:41:15 -03:00
RichardG867
5c66a6d0d6 Clean up VT82C686 Super I/O register writes 2020-10-30 17:08:14 -03:00
OBattler
080b8c12be Fixed the DAA instruction on 808x, fixes the Generic XT Clone BIOS POST. 2020-10-30 18:19:48 +01:00
RichardG867
9604edb72d Merge branch 'master' of https://github.com/86Box/86Box 2020-10-30 14:18:31 -03:00
Miran Grča
58afbfe2a7 Merge pull request #1046 from tiseno100/master
VIA 694X & 693A Implementation
2020-10-30 18:15:27 +01:00
RichardG867
5e9250c303 Change PIPC ACPI fix to match coding style 2020-10-29 14:09:54 -03:00
RichardG867
f1ffa9b8ec Merge branch 'master' of https://github.com/86Box/86Box
# Conflicts:
#	src/chipset/via_pipc.c
2020-10-29 14:07:05 -03:00
TC1995
64cfa8020a Fix the reported PHY of PCnet-FAST III (#1047) 2020-10-29 17:36:49 +01:00
TC1995
420d0b3641 Fixed a mistake of mine in the PCnet, now it reports the right PHY in the PCnet-FAST III variant. 2020-10-29 17:25:17 +01:00
Panagiotis
3295e7ae33 readded accidentally removed machines 2020-10-28 11:24:10 +02:00
Panagiotis
3b2e87cc38 Added few missing machines from include 2020-10-27 20:40:55 +02:00
Panagiotis
8ec3281fe5 Machine & Chipset includes are not on a correct position 2020-10-27 20:38:18 +02:00
Panagiotis
b908cf6002 Delete chipset.h 2020-10-27 20:37:49 +02:00
Panagiotis
44d316df38 Delete machine.h 2020-10-27 20:37:41 +02:00
Panagiotis
83b33431d7 VIA 694X & 693A Implementation
Just to continue the VIA northbridge work
2020-10-27 20:35:58 +02:00
David Hrdlička
2fa2350f9b Update pull_request_template.md 2020-10-27 12:45:33 +01:00
Miran Grča
b3fcd3f02a Merge pull request #1045 from 86Box/pr-templates
Add a pull request template
2020-10-27 01:15:55 +01:00
Miran Grča
3a55088af0 Merge pull request #1044 from anabate123/master
Added support for the 133MHz Pentium processor for Socket 5 CPUs
2020-10-27 01:12:52 +01:00
David Hrdlička
6f3014f80c Create pull_request_template.md 2020-10-26 23:23:02 +01:00