Commit Graph

4324 Commits

Author SHA1 Message Date
TC1995
9a2517c415 Ported the latest fixes from PCem about the Voodoo Banshee and 1/2. 2020-11-18 21:59:19 +01:00
TC1995
1cd4eea5cd Merge branch 'master' of github.com:86Box/86Box into tc1995 2020-11-18 21:56:03 +01:00
RichardG867
e8c83a6c09 Add limited forwards compatibility between the old and new CPU systems, and improve speed tier clamping 2020-11-18 17:32:49 -03:00
RichardG867
56ae551ba2 Remove K5 from K6 backwards compatibility tables due to offset mismatches 2020-11-18 16:10:54 -03:00
RichardG867
96407328f4 Add limited forwards compatibility with old builds to the new CPU config code 2020-11-18 16:08:22 -03:00
RichardG867
b7aad64633 Fix 83 MHz roundness 2020-11-18 16:00:34 -03:00
RichardG867
9038dba734 Improve legacy CPU eligibility check 2020-11-18 15:41:56 -03:00
RichardG867
c6f469884f Migrate the removed President Award 430FX to the MB500N 2020-11-18 14:52:09 -03:00
RichardG867
1ce9241242 Add more CPU eligibility checks to config.c 2020-11-18 14:44:27 -03:00
RichardG867
6527f14d76 Remove parentheses from CPU family in the title bar 2020-11-18 14:44:05 -03:00
RichardG867
10732f6f02 Restore special i486DX2 CPUs for the IBM PC 330 2020-11-18 13:51:12 -03:00
RichardG867
55124ec59e Don't fatal if a CPU family is missing during conversion (for configs accidentally migrated from dev to non-dev builds) 2020-11-18 13:49:10 -03:00
OBattler
31c78fddf3 Fixed Voodoo 3D rendering. 2020-11-18 16:56:35 +01:00
OBattler
e8266cd716 Another Banshee cursor fix. 2020-11-18 16:21:09 +01:00
OBattler
5ce5685c1a Fixed Banshee hardware cursor offset. 2020-11-18 16:18:45 +01:00
TC1995
26c198f9d6 Merge branch 'master' of github.com:86Box/86Box into tc1995 2020-11-18 16:16:56 +01:00
OBattler
764b5f2c36 Merge branch 'master' of https://github.com/86Box/86Box 2020-11-18 16:15:14 +01:00
OBattler
889c19c650 The Voodoos now correctly lock and unlock mutexes. 2020-11-18 16:15:01 +01:00
TC1995
9e4acc08b8 Fixed busy status on the S3 family of chips using the fifo. 2020-11-18 13:35:30 +01:00
TC1995
85089127cf Fixed busy status on the S3 family of chips using the fifo. 2020-11-18 13:33:10 +01:00
Stephen McKinney
d91056586e Add VHD support. 2020-11-17 23:31:38 -06:00
OBattler
9fb3a3ed56 Fixed a warning in cpu/cpu_table.c. 2020-11-18 06:00:13 +01:00
Miran Grča
a04bc35077 Merge pull request #1097 from richardg867/master
Programmatic CPU table
2020-11-18 05:47:49 +01:00
OBattler
f8569950de Removed code from win/win_settings.c that was doing what should never have been done, fixes the multiple selections that shouldn't have been in the Settings dialog. 2020-11-18 05:46:08 +01:00
RichardG867
2608c392bf Remove unused variable 2020-11-18 01:17:42 -03:00
RichardG867
8fff49d5c5 Merge branch 'master' of https://github.com/86Box/86Box
# Conflicts:
#	src/win/win_settings.c
2020-11-18 01:12:32 -03:00
RichardG867
dbd767437b Programmatic CPU table 2020-11-18 01:09:17 -03:00
OBattler
77cb4e6c79 Fixed DDC manufacturer. 2020-11-18 04:25:38 +01:00
OBattler
ab34733d65 Fixed X and Y offsets on the Voodoo Banshee/3 16bpp tiled renderer, hardware cursor, and overlay. 2020-11-18 04:06:44 +01:00
OBattler
e091c9e8f0 Another ACPI change - fixes P2B-LS and other machines. 2020-11-18 03:45:57 +01:00
OBattler
607230ae18 Fixed the VIA machines. 2020-11-18 03:30:13 +01:00
OBattler
bbf08e258d Fixed the Intel Flashes. 2020-11-18 01:45:29 +01:00
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
0307ec60e5 Intel 2 Mbit BIOS boot blocks are now loaded from offset 0. 2020-11-18 00:47:13 +01:00
Miran Grča
f20e3082ec Merge pull request #1095 from 86Box/feature/voodoo3
Ported the latest Voodoo patches from PCem.
2020-11-18 00:23:23 +01:00
TC1995
7bb51b4c7a Ported the latest Voodoo patches from PCem. 2020-11-18 00:21:07 +01:00
OBattler
d2ad8fce43 Fixes to ACPI and 4x0 - fixes the Freeway. 2020-11-17 22:17:51 +01:00
OBattler
848a2183c2 Disabled excess logging. 2020-11-17 21:47:35 +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
26bffcb91f Reenabled addreadlookup() and addwritelookup() in mem/mem.c, fixes performance of the emulator. 2020-11-17 21:05:13 +01:00
OBattler
f664d0b5b3 First Settings dialog fixes - the dynamic recompiler checkbox is now correctly checked if the recompiler is reenabled. 2020-11-17 20:06:55 +01:00
OBattler
02e9a3ad55 Reverted a bad change to cpu/386.c, fixes freezes and mysterious behavior on the Interpreter. 2020-11-17 20:00:28 +01:00
OBattler
85679b8ecd Fixed a compile-breaking mistake in pic.c. 2020-11-17 19:44:15 +01:00
OBattler
239a84fd68 PIC interrupts are no longer latched on AT+. 2020-11-17 19:25:13 +01:00
Stephen McKinney
3085b1579f Remove existing VHD code. 2020-11-17 00:42:52 -06:00
Stephen McKinney
18db2af1eb Add MiniVHD to 86Box. 2020-11-16 23:38:46 -06: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
ab8f9d3866 The new 808x-only memory read/write functions now apply the RAM mask to the address so addresses now correctly wrap around 1 MB, fixes #1062;
More 808x bug fixes.
2020-11-17 02:20:19 +01:00
OBattler
bf4b5b781f Implemented PIC IRQ latch and delay (per the datasheet), IBM PCjr now works without a workaround delay in cpu/808x.c which was therefore removed; also redid memory and I/O accesses in cpu/808x.c to fix word writes on 8086. 2020-11-17 00:25:28 +01:00
OBattler
31c697e2a0 Merge branch 'master' of https://github.com/86Box/86Box 2020-11-16 23:48:59 +01:00