OBattler
25b4c1b76d
The Intel AN430TX now loads the boot block as well (but still does not work).
2020-11-18 00:49:39 +01:00
OBattler
41be50bff8
The AT / PS/2 keyboard controller now once again issues IRQ's and the SCAT 286 machines now have an AMI keyboard controller, fixes the GW286-CT.
2020-11-17 21:46:46 +01:00
OBattler
48883a46cd
The ASUS P65UP5 series of machines now correctly have the SST SF29EE010 flash chip rather than the Intel one, fixes DMI/ESCD write errors.
2020-11-17 03:01:15 +01:00
OBattler
0faf6692c9
WARNING: CONFIGS MIGHT PARTIALLY BREAK WHERE DEVICE NAMES HAVE CHANGED.
...
Changes to device_t struct to accomodate the upcoming PCI IRQ arbitration rewrite;
Added device.c/h API to obtain name from the device_t struct;
Significant changes to win/win_settings.c to clean up the code a bit and fix bugs;
Ported all the CPU and AudioPCI commits from PCem;
Added an API call to allow ACPI soft power off to gracefully stop the emulator;
Removed the Siemens PCD-2L from the Dev branch because it now works;
Removed the Socket 5 HP Vectra from the Dev branch because it now works;
Fixed the Compaq Presario and the Micronics Spitfire;
Give the IBM PC330 its own list of 486 CPU so it can have DX2's with CPUID 0x470;
SMM fixes;
Rewrote the SYSENTER, SYSEXIT, SYSCALL, and SYSRET instructions;
Changed IDE reset period to match the specification, fixes #929 ;
The keyboard input and output ports are now forced in front of the queue when read, fixes a number of bugs, including the AMI Apollo hanging on soft reset;
Added the Intel AN430TX but Dev branched because it does not work;
The network code no longer drops packets if the emulated network card has failed to receive them (eg. when the buffer is full);
Changes to PCI card adding and renamed some PCI slot types, also added proper AGP bridge slot types;
USB UHCI emulation is no longer a stub (still doesn't fully work, but at least Windows XP chk with Debug no longer ASSERT's on it);
Fixed NVR on the the SMC FDC37C932QF and APM variants;
A number of fixes to Intel 4x0 chipsets, including fixing every register of the 440LX and 440EX;
Some ACPI changes.
2020-11-16 00:01:21 +01:00
Miran Grča
44c6308915
Merge pull request #1076 from richardg867/master
...
Add Gigabyte GA-686BX
2020-11-15 05:07:44 +01:00
RichardG867
36f288015f
Add hardware monitoring to the GA-686BX
2020-11-14 18:09:35 -03:00
RichardG867
69f850b0f6
Add Gigabyte GA-686BX
2020-11-14 17:25:14 -03:00
Alexander Babikov
53bb559446
Fix compilation warnings.
2020-11-14 05:46:57 +05:00
Miran Grča
50533a466d
Merge pull request #1071 from amdk6/master
...
Added the Fujitsu ErgoPro x365
2020-11-13 20:29:47 +01:00
amdk6
505509e6c6
Added the Fujitsu ErgoPro x365
2020-11-13 20:45:10 +02:00
Miran Grča
f9f8a9b9a0
Merge pull request #1052 from Raulonthetest/master
...
Add 2 new Socket 370 boards
2020-11-13 19:39:22 +01:00
RichardG867
f0e91a407f
Fix VT82C686 hardware monitor
2020-11-10 22:02:30 -03:00
Raul Mario
2719ee61b0
Correct typo for P6BAP
2020-11-04 23:38:00 +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
RichardG867
84a230a282
Hardware monitoring overhaul
2020-10-30 20:41:15 -03:00
Panagiotis
3295e7ae33
readded accidentally removed machines
2020-10-28 11:24:10 +02:00
Panagiotis
83b33431d7
VIA 694X & 693A Implementation
...
Just to continue the VIA northbridge work
2020-10-27 20:35:58 +02:00
amdk6
ca675f5083
Gave the Dells the IB SIO
...
and fixed a couple of discrepancies
2020-10-25 19:52:42 +02:00
amdk6
5a7a769696
Re-added the Dells
2020-10-25 17:51:26 +02:00
amdk6
5337d55d0c
Gave the Micronics M4Li the MACHINE_BUS_PS2 flag
...
Because I forgot to add it initially
2020-10-25 16:23:47 +02:00
amdk6
3b20494e1a
Removed the CMD 640 from the M4Li
2020-10-25 15:43:56 +02:00
amdk6
0dc7e7c9ed
Added the Micronics M4Li
2020-10-25 15:21:25 +02:00
OBattler
4e9b8af1b3
Fixed the PCI slots on the Gateway 2000 Tigereye.
2020-10-24 21:52:15 +02:00
OBattler
17c79fb644
Merge branch 'master' of https://github.com/86Box/86Box
2020-10-24 21:23:02 +02:00
OBattler
1ee92bf58a
The Gateway 2000 Tigereye now correctly uses the SMC FDC37C932FR Super I/O chip.
2020-10-24 21:22:27 +02:00
Miran Grča
4542b098af
Merge pull request #1038 from tiseno100/master
...
Apollo ProMedia Implementation
2020-10-23 17:58:02 +02:00
RichardG867
038d352a3b
Replace FIC KA-6100 with KA-6130
2020-10-20 14:47:25 -03:00
Panagiotis
3465198d32
Apollo ProMedia Implementation
...
Needed for excessive 686A/B development
2020-10-20 20:45:12 +03:00
Miran Grča
bcc7e1b0c4
Merge pull request #1032 from richardg867/master
...
Implement PLIP network device
2020-10-17 17:44:59 +02:00
RichardG867
0189ff8ea6
Fix VIA machine KBCs
2020-10-17 01:22:16 -03:00
OBattler
1c747b46c2
Fixed the two bugs reported by lemondrops358.
2020-10-16 13:28:38 +02:00
OBattler
066f89c5a4
Added the AMI Apollo.
2020-10-16 13:05:19 +02:00
F10
bda8b9848b
Merge branch 'master' into master
2020-10-16 08:58:02 +03:00
OBattler
560a43271f
Fixed the ASUS TX97, renamed m_at_socket7_s7.c to m_at_socket7.c, added the Intel 82091AA ports to sio/sio_detect.c, and added the SIO_DETECT parameter to the makefile to build with that file in.
2020-10-15 23:54:18 +02:00
amdk6
246ec0c168
Added the IBM PS/ValuePoint 433DX/Si, and the HP Vectra 486VL
...
Albeit, the Vectra 486VL will be dev branched because of HDC related issues.
2020-10-15 21:38:11 +03:00
OBattler
bdbccee369
Readded m24_get_device and tandy1k_sl_get_device to the machine table.
2020-10-15 00:07:51 +02:00
OBattler
795a6017d2
PIC rewrite, proper SMRAM API, complete SiS 471 rewrite and addition of 40x, 460, and 461, changes to mem.c/h, disabled Voodoo memory dumping on exit, bumped SDL Hardware scale quality to 2, bumped IDE/ATAPI drives to ATA-6, finally bumped emulator version to 3.0, redid the bus type ID's to allow for planned ATAPI hard disks, made SST flash set its high mappings to the correct address if the CPU is 16-bit, and added the SiS 401 AMI 486 Clone, AOpen Vi15G, and the Soyo 4SA2 (486 with SiS 496/497 that can boot from CD-ROM), assorted 286+ protected mode fixes (for slightly more accuracy), and fixes to 808x emulation (MS Word 1.0 and 1.10 for DOS now work correctly from floppy).
2020-10-14 23:15:01 +02:00
RichardG867
44c8381291
Implement FIC VA-503A (MVP3 + 686A) and rename KA-6110 to match the naming scheme for FIC boards
2020-10-13 19:28:23 -03:00
RichardG867
cfedd05072
Remove GA-6VX for it is quite a broken BIOS
2020-10-11 11:46:43 -03:00
RichardG867
f7cccde087
VIA southbridge overhaul, day 2
2020-10-10 20:34:42 -03:00
RichardG867
b25c1eb0d8
Merge branch 'master' of https://github.com/86Box/86Box
2020-10-10 17:02:39 -03:00
RichardG867
9043d7b656
VIA southbridge overhaul, day 1.5
2020-10-10 17:02:33 -03:00
RichardG867
8f1f3bdc08
VIA southbridge overhaul, day 1
2020-10-09 23:07:56 -03:00
RichardG867
2534660784
Capitalization fix
2020-10-09 15:21:33 -03:00
anabate123
cbf6555fab
Update machine_table.c
2020-10-06 21:07:56 -04:00
anabate123
1be1e2c723
Update m_at_socket7_s7.c
2020-10-06 21:05:49 -04:00
TC1995
5afe206cf9
Fixed compile issue.
2020-10-06 18:26:19 +02:00
TC1995
945ec15350
Built-in video card device fixes from selected machines, such as Tandy and Olivetti.
...
Added the Compaq Deskpro BIOS from 1987 (8086, not 386).
Added the Trident TVGA9000B video card and fixed some anomalies with the TVGA8900B.
2020-10-06 18:06:08 +02:00
RichardG867
bac53a718d
Remove redundant -3V from Socket 7 3V machines
2020-09-30 21:51:35 -03:00