Commit Graph

485 Commits

Author SHA1 Message Date
RichardG867
1b637fbb77 Merge branch 'master' of https://github.com/86Box/86Box 2020-07-07 15:57:58 -03:00
RichardG867
5f1f9575e8 Fix PCM-5330 FDC port 2020-07-07 15:57:49 -03:00
OBattler
39a46797d2 Fixed shadowing on the OPTi 82c5x7, OPTi 82c495 now has Port 92h, and implemented the OPTi 82c611/611A VLB IDE controlled required by the Excalibur. 2020-07-07 20:43:28 +02:00
RichardG867
eb955eecf9 VLB IDE is technically more correct 2020-07-07 13:34:57 -03:00
RichardG867
5b0e29d0ff STPC improvements 2020-07-07 13:25:17 -03:00
RichardG867
ce6ccc03b1 Add PCI to the ITOX STAR 2020-07-06 21:32:03 -03:00
RichardG867
710796a180 Add ITOX STAR, a STPC Client machine with hardware monitoring and AMIBIOS 6 2020-07-06 21:12:09 -03:00
RichardG867
61eb51e1fa Enable PS/2 mouse on STPC machines 2020-07-06 20:24:31 -03:00
RichardG867
1ed6143f02 Implement STPC IDE
Note that only the AR-B1479 has two IDE channels available on the board.
2020-07-06 20:24:24 -03:00
RichardG867
c1dd844747 Merge branch 'master' of https://github.com/86Box/86Box
# Conflicts:
#	src/machine/machine_table.c
#	src/win/Makefile.mingw
2020-07-06 18:47:50 -03:00
RichardG867
11114c97d2 Initial implementation of STPC chipsets and machines 2020-07-06 18:45:34 -03:00
nerd73
5b260dbfd4 Add a 386SX Award v4.20 machine
As well as a basic implementation of the OPTi 291 chipset that it uses.
2020-07-03 00:18:16 -06:00
Miran Grča
03932a329f Merge pull request #889 from tiseno100/master
Added the RYC Leopard LX
2020-07-03 04:41:05 +02:00
RichardG867
aec8285849 Undo local changes to m_at_socket370.c 2020-07-02 21:45:46 -03:00
RichardG867
5d5883ac0d Merge branch 'master' of https://github.com/86Box/86Box 2020-07-02 21:42:52 -03:00
RichardG867
b043f1867b Genesys Logic GL518SM hardware monitor 2020-07-02 21:42:31 -03:00
tiseno100
525a6f0278 Added the RYC Leopard LX
An interesting kind of 386DXish/486 kind of board. Uses the IBM 486SLC(only!) which is commonly found in PS/2 & PS/1 286 & 386 computers as an "upgrade" chip
2020-07-02 22:10:36 +03:00
OBattler
808fa292f6 Fixed memory state for PS/2 split mapping on models 70 and 80 (broken by recent mem.c changes). 2020-07-02 00:21:46 +02:00
Miran Grča
8ebcfe766e Merge pull request #883 from amdk6/master
Added various Dell machines
2020-06-30 15:56:41 +02:00
OBattler
602cadf863 Removed the fdc_at_device adding from the PS/1 Model 2133, as the FDC is now correctly added by the Super I/O chip. 2020-06-30 15:52:47 +02:00
OBattler
33a0cf53c4 Removed the "PS/1 Model 2133" Super I/O chip as it has been identified as a National Semiconductors PC87332 on a different set of ports, the PS/1 Model 2133 now uses that. 2020-06-30 15:49:47 +02:00
OBattler
81d178e9f6 Rewrote the VLSI 82C480 chipset emuluation and gave the PS/1 Model 2133 its Super I/O chip. 2020-06-30 15:37:07 +02:00
Gey Cunt
57d7982a53 Added various Dell machines 2020-06-30 16:15:48 +03:00
tiseno100
0b17c4ef31 Fixed a small inconsistency 2020-06-29 16:28:22 +03:00
tiseno100
388825377c Implemented the OPTi 895
Similar the OPTi 495 & 802G. It's a 486 ISA/VLB chipset used by many known boards. One being the PB450.
2020-06-29 16:26:18 +03:00
OBattler
96228bc41d Overhauled the SiS 496/497 chipset emulation (and added the DRB locking to it) (later Zida Tomato 4DPS BIOS'es now work, and we now use the actual 1.72), fixed the W83787F and FDC37C932FR Super I/O chips, removed the no longer needed Acer M3A registers (that's now correctly handled as FDC37C932FR GPIO), and a number of bugfixes here and there. 2020-06-29 01:10:20 +02:00
RichardG867
3a9408eadc APAS3 only has 3 slots 2020-06-26 22:14:22 -03:00
RichardG867
0b871b56c0 Actually fix the Apollo SS7 maximum RAM amounts, based on the DRAM bank configurations defined in the board manuals 2020-06-26 22:02:13 -03:00
RichardG867
5a3c3a1c93 Fix VA-503+ maximum RAM 2020-06-26 21:32:24 -03:00
RichardG867
41c1f18c2f Fix PA-2012 maximum RAM 2020-06-26 21:28:52 -03:00
RichardG867
2553dbce8f Unified DRB locking logic, added DRB locking to VIA VPX, and fixed SPD 2020-06-26 21:03:46 -03:00
Miran Grča
936462910c Merge pull request #870 from 86Box/bugfix/ibm_ps1_m2133
Bugfix/ibm ps1 m2133
2020-06-25 23:52:46 +02:00
TC1995
01c42ddd62 Cleanup. 2020-06-25 23:10:29 +02:00
TC1995
82b12d71b3 Fixed on-board video on the IBM PS/1 2133. 2020-06-25 22:57:42 +02:00
TC1995
dd0180afcb Moved the IBM PS/1 Model 2133 out of dev branch.
Added the VLSI VL82c480 chipset and the unknown sio that the PS/1 2133 EMEA 451 uses.
Added on-board Cirrus GD5426 video card
2020-06-25 22:43:20 +02:00
tiseno100
1c0507c4ea Added the AmazePC AM-BX133 2020-06-25 22:32:46 +03:00
nerd73
09ffa05f89 Improvements to the OPTi 597 machine.
- Add emulation of the FDC37C661 Super I/O
- Fix Pentium VLB timing (was running VLB at 2x bus speed instead of 1/2 bus speed)
- Fix the cache register on the OPTi 5x7 chipset
- The actual minimum RAM amount is 2 MB, not 1 MB.
- Fix chipset naming consistency
2020-06-23 15:04:10 -06:00
tiseno100
1da0a78b6a Restored the Phoenix 386SX clone
Restored this old machines from the PCem-X era. Seems to be ok with the restored Intel 82335 chipset.
2020-06-23 17:55:51 +03:00
tiseno100
cd4721b558 Insert a fixed Shuttle 386SX. Fixes compile errors. 2020-06-23 17:24:39 +03:00
tiseno100
f29e48d2d7 Restored the Intel 82335 chipset
Restored the old Intel 82335 code remnant of the PCem-X era.
2020-06-23 14:00:34 +03:00
OBattler
2655873162 A number of PCI fixes and P5MP3 corrections. 2020-06-21 05:23:49 +02:00
OBattler
8bf15f535b Pages above the top of RAM now have mem[] pointing to a 4096-byte array of FF's, and fixed the naming and indentation of the P5MP3 in machine/machine_table.c. 2020-06-21 04:03:14 +02:00
OBattler
d2dbf49e3c Added the Catalyst 28F010 Flash chip needed by the ASUS P5MP3, fixed a memory leak in the Intel Flash close code (it was not free'ing dev->array), and unified all the flash chip header files into one single flash.h. 2020-06-21 03:58:32 +02:00
OBattler
d375b00c8c Added the Biostar 8500TUC (430HX AMI Hi-Flex) and fixed a PIC 2 bug. 2020-06-21 02:14:58 +02:00
tiseno100
2b46d0bef9 readded the ASUS P5MP3
Some 430LX board using Award 4.50 non G BIOS.
2020-06-21 00:09:39 +03:00
tiseno100
da873eab12 The A1G doesn't have VLB capabilities
Changed the 2CH IDE controller to the ISA variation as the A1G doesn't have any VLB capabilities at all.
2020-06-20 15:45:23 +03:00
OBattler
e7b2f29a9a Manually applied (and improved) Tiseno100's Acer A1G changes. 2020-06-19 19:09:32 +02:00
OBattler
128f075e9a Fixed the naming and casing of the SuperMicro's. 2020-06-19 18:55:05 +02:00
RichardG867
f22e0a53d4 Machine table fixes 2020-06-19 13:49:26 -03:00
OBattler
5290bcf701 The SiS 471 machine now have the correct IDE controllers. 2020-06-19 18:47:57 +02:00