Commit Graph

353 Commits

Author SHA1 Message Date
RichardG867
45e65e83bf Move Gateway 2000 Tigereye machine table entry 2020-12-18 17:49:03 -03:00
RichardG867
106752dafe Rename Socket 7 categories and fix indentation 2020-12-18 17:44:38 -03:00
RichardG867
b64ecbaa5a Fix CPU table issues 2020-12-18 16:16:04 -03:00
OBattler
56e4273a2e Removed the Socket 4 Dells and the SiS 50x machines from the Dev branch. 2020-12-18 18:27:13 +01:00
OBattler
0476e284cf Added the ABIT AV4, AMI SiS 460 machine, closes #832 . 2020-12-18 17:59:27 +01: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
Panagiotis
d1e205cff4 Fixed logging & Added the BCM SQ-588 2020-12-17 13:38:10 +02:00
RichardG867
12dc38ac5d Add ASUS P3V133 2020-12-16 15:37:43 -03:00
richardg867
f1155b8f50 Merge pull request #1171 from Raulonthetest/master
[REDO] Change the chipset name in ECS P6BAP
2020-12-16 13:41:30 -03:00
Raul Mario
008f104217 Change chipset name in ECS P6BAP 2020-12-14 18:50:40 +02:00
EngiNerd89
4a00adc501 Merge branch 'master' of https://github.com/86Box/86Box.git into EngiNerd 2020-12-13 16:55:52 +01:00
RichardG867
8c29322c39 Merge branch 'master' of https://github.com/86Box/86Box 2020-12-11 18:25:31 -03:00
RichardG867
e965e2e03f V35N has trouble with 6x86MX and MII 2020-12-10 19:09:41 -03:00
RichardG867
e9ea2c4cdb Fix Excalibur fixed multiplier 2020-12-10 18:43:20 -03:00
Alexander Babikov
f8c8fba5f0 Remove internal video flag from the Compaq Portable (#1164) 2020-12-11 00:32:37 +05:00
Alexander Babikov
27c6ae806a Minor machine table indentation fixes 2020-12-11 00:32:30 +05:00
Alexander Babikov
51953758b0 Sort the new Olivetti machines in the list 2020-12-11 00:32:21 +05:00
EngiNerd89
901a75bb5d Ported NCR PC4i from PCem.
Implemented NCR NGA (640x400 extended CGA) graphic card.
2020-12-08 18:33:20 +01:00
David Hrdlička
3f0c4c6f22 Fix RAM granularity for Amstrad machines 2020-12-06 14:20:49 +01:00
EngiNerd89
9daf161aee Added the following new machines:
- Olivetti M19.
- Olivetti M240.

Implemented mainboard jumper settings for Olivetti M24 machine:
- Like on a real M24, onboard video card can be disabled, and other video cards can be installed.
- Renamed m_olivetti_m24.c to m_xt_olivetti.c, as it handles all XT-class Olivetti machines.

Decoupled Olivetti OGC (640x400 extended CGA) from M24 machine code:
- OGC exists both as 16-bit proprietary card and 8-bit ISA card (GO708).
- Implemented underlined text handling in 80x25 character mode.
- Like Compaq CGA, replaced code portions common to CGA with calls to vid_cga.c.
2020-12-05 20:15:53 +01:00
David Hrdlička
cb3c984061 Fix max RAM in machine table 2020-12-05 06:21:46 +01:00
David Hrdlička
9511b75b49 Unify RAM size units in the machine table 2020-12-04 07:01:16 +01:00
RichardG867
e99be915d4 Decrease minimum voltage for boards that should have Coppermine support 2020-12-03 14:53:54 -03:00
RichardG867
4af54bd391 Change SMSC machines to the VictoryBX-66 marketing name 2020-12-03 14:47:39 -03:00
RichardG867
6a1d0db331 Add undocumented P55T2P4 bus speed jumper 2020-12-03 00:41:00 -03:00
RichardG867
04617d506d Add newer ASUS VIA machines and replace the Acorp 6VIA85X 2020-12-03 00:40:45 -03:00
RichardG867
792d6e8be1 The Apollo Pro 133 family supports 512 MB DIMMs 2020-11-19 15:14:18 -03:00
RichardG867
a77a312211 Same for the 6VIA85{T|X}, which appear to have a fixed multiplier 2020-11-19 14:43:22 -03:00
RichardG867
fb2400cce9 Added A-Trend board multiplier values ascertained from manuals for similar boards 2020-11-19 14:30:53 -03:00
RichardG867
98f09bf4ac Improve handling of fixed multipliers 2020-11-19 14:15:34 -03:00
RichardG867
21af42c4c2 Add researched bus speed / voltage / multiplier values to Socket 5+ machines 2020-11-19 01:09:47 -03:00
RichardG867
85cbbe5111 Socket 4 is a fixed multiplier platform 2020-11-18 21:27:40 -03:00
RichardG867
b7aad64633 Fix 83 MHz roundness 2020-11-18 16:00:34 -03:00
RichardG867
10732f6f02 Restore special i486DX2 CPUs for the IBM PC 330 2020-11-18 13:51:12 -03:00
RichardG867
dbd767437b Programmatic CPU table 2020-11-18 01:09:17 -03: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
69f850b0f6 Add Gigabyte GA-686BX 2020-11-14 17:25:14 -03: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
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
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
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
0dc7e7c9ed Added the Micronics M4Li 2020-10-25 15:21:25 +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