RichardG867
1de2e3dd2f
Crystal CS4237, part 2
2021-06-03 16:26:04 -03:00
Panagiotis
5129e1e331
Reverted commentary again
2021-05-02 13:48:58 +03:00
Panagiotis
78b2f7c9fb
Memory changes and SIO done according to the Intel Classic R
2021-05-02 13:48:18 +03:00
Panagiotis
c1240af39b
I copy paste commentaries
2021-05-02 10:35:22 +03:00
Panagiotis
aae4163a8e
Removed the PS/1 Model 2133. Introduced the Siemens D824.
2021-05-02 10:33:45 +03:00
OBattler
adb019e2db
Corrected the indentation in sio/it8661f.c and disabled the execess logging.
2021-04-29 19:48:24 +02:00
OBattler
8fe4decd95
More PS/1 model 2133 fixes.
2021-04-29 07:36:16 +02:00
Panagiotis
c5be6e3e0a
Added the missing IT8661F
2021-04-21 22:05:59 +03:00
OBattler
17c3056681
Finished fixing the VIA chipset required for the FIC VIP-IO2, added a version of the W83787F Super I/O chip with secondary IDE, fixed the W83787F IDE handler, made AT NVR initialize with 0xff rather than 0x00 by default (which is actually correct), and removed the FIC VIP-IO2 from the Dev branch.
2021-04-20 03:24:30 +02:00
OBattler
0415351497
Added the Super PC/Turbo TX, ASUS P/I-486SP3, ASUS PVI-486SP3C, PC Partner MB520N, MSI MS-6168, and Packard bell Bora Pro.
2021-04-06 07:17:38 +02:00
RichardG867
5940b3f12e
ISAPnP: only invalidate card references when disabling the card
2021-04-03 19:02:11 -03:00
RichardG867
985e498d6d
Rewrite UM8669F Super I/O to use the ISAPnP framework
2021-04-02 23:48:23 -03:00
David Hrdlička
10cc122925
fix Clang/WinSDK warnings
2021-03-21 03:28:37 +01:00
OBattler
0c9cc06238
Fixes to the UMC UM8669F Super I/O chip - now reconfiguring device ports actually works.
2021-03-20 04:45:38 +01:00
EngiNerd89
2bac676e70
Merge branch 'master' of https://github.com/86Box/86Box.git into EngiNerd
2021-01-23 19:03:36 +01:00
EngiNerd89
ec929b455e
Improved memory management of Olivetti machines.
...
Added On-board video card for NCR 3302
2021-01-23 17:59:02 +01:00
Panagiotis
b465a6a3ec
Added an AMI ALi M1489 board
...
This includes also the Goldstar Prime3B Super I/O
2021-01-20 13:37:39 +02:00
EngiNerd89
a4de9d514b
Implemented some Olivetti M300-family machines.
...
Implemented NCR PC916SX
Implemented PC87310 SuperIO
2021-01-17 14:39:45 +01:00
Panagiotis
6960fb31d5
Added the Flytech 386
...
A replacement for the US Technologies 386. It's a late 386SX board released around 1996. Comes with parts commonly found on late 486 and mid Pentium systems.
2021-01-13 11:50:43 +02:00
David Hrdlička
96eb8d806e
Add copyright headers
2021-01-12 18:26:18 +01:00
David Hrdlička
11b6604196
Add CMake build files
2021-01-12 18:22:40 +01:00
OBattler
09c20cb508
Fixed the SMC FDC73C665 Super I/O chip.
2021-01-05 22:41:40 +01:00
Panagiotis
5d7ea72881
Added the Mylex MVI486
...
A 486 Industrial board using the Mylex BIOS
2020-12-31 21:49:47 +02:00
Panagiotis
2566d15a4c
Added the missing FDC37M60x Super I/O
...
For the Vectra VEi8 implementation
2020-12-30 22:39:25 +02:00
Panagiotis
7268bfa06d
Added the Vectra VEi8
...
A 686 Vectra using the Award BIOS
2020-12-30 22:37:51 +02:00
Panagiotis
0146761945
Implemented the LG Prime 3C SIO
...
Some terrible Super I/O used in terrible motherboards. Good to have :b
2020-12-29 22:03:37 +02:00
Miran Grča
5e91b451fb
Merge pull request #1176 from tiseno100/master
...
Early SiS 50x rework
2020-12-18 17:10:59 +01:00
OBattler
7577dbab78
Finished the SiS 50x work and added the two ASUS'es.
2020-12-18 17:09:54 +01:00
RichardG867
1068519960
Fix VT82C686 Super I/O configuration enable bit
2020-12-16 20:17:16 -03:00
OBattler
607230ae18
Fixed the VIA machines.
2020-11-18 03:30:13 +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
Alexander Babikov
53bb559446
Fix compilation warnings.
2020-11-14 05:46:57 +05:00
RichardG867
5c66a6d0d6
Clean up VT82C686 Super I/O register writes
2020-10-30 17:08:14 -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
OBattler
af7e376938
Fixed logical device I/O port handling on the FDC37C932FR, fixes the FDC on the Gateway 2000 Tigereye.
2020-10-24 21:51:42 +02:00
RichardG867
86feb28064
Add FDC DMA remapping on VT82C686 Super I/O
2020-10-22 17:45:31 -03:00
RichardG867
e09a48372c
Improve VT82C686 Super I/O register indexing
2020-10-22 17:36:15 -03:00
RichardG867
f514c93033
Fix VT82C686 Super I/O read-only registers
2020-10-22 17:32:26 -03:00
OBattler
fc995e8bfc
Added NSC ports 15Ch and 15Dh to sio/sio_detect.c.
2020-10-16 14:21:23 +02:00
OBattler
066f89c5a4
Added the AMI Apollo.
2020-10-16 13:05:19 +02: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
RichardG867
8d8ee14966
Implement VIA 686A/B Super I/O and hardware monitor + a handful of fixes
2020-10-13 19:27:48 -03:00
OBattler
4c983dd62b
Fixed Power Management register handling on the PC87309 Super I/O chip.
2020-09-17 22:51:36 +02:00
OBattler
e3651391ae
Fixed the reset value of Power Management register 0 on the PC87309 Super I/O chip, should fix the parallel port.
2020-09-17 22:49:47 +02:00
OBattler
96eb247e9a
Added the variant of the PC87309 Super I/O chip on ports 15Ch and 15Dh.
2020-09-07 23:11:46 +02:00
OBattler
ec1a3e3784
Fixed datasheet erratum in floppy handling on the PC87307 and PC87309 Super I/O chip, and added a variant of the PC87307 on ports 15C and 15D.
2020-09-07 18:35:30 +02:00
OBattler
04fe0c9b30
Some bug fixes to the Compaq Presarior 4500 and its Super I/O chip.
2020-08-13 00:38:16 +02:00
OBattler
4b69570e28
Added the SMC FDC37C931APM Super I/O chip.
2020-08-10 00:15:58 +02:00
OBattler
974a7ae4f1
Fixed cycles accumulation in update_tsc() when cache is enabled (and the actual recompiler kicks in), and also fixed a warning in the 82091AA code.
2020-07-12 20:01:16 +02:00
OBattler
a8fc5b2ba1
Fixed a serial IRQ bug on the 82091AA.
2020-07-11 23:37:09 +02:00