Commit Graph

4350 Commits

Author SHA1 Message Date
RichardG867
426084bafb NCR SCSI: check GPIO direction as well 2020-11-30 20:07:13 -03:00
qeeg
f7dcd358f0 i386 CPUs don't have the WP bit in CR0. Fixes IBM AIX 1.3 2020-11-30 09:46:35 +01:00
OBattler
a5ae4cfba5 Got completely rid of readmemb386l() and writememb386l(). 2020-11-30 05:27:04 +01:00
OBattler
a1bb128cd9 Some tweaks to resizing, considerably reduces the stalls. 2020-11-29 00:55:24 +01:00
Miran Grča
b754217fc4 Merge pull request #1134 from 86Box/tc1995
Ported the latest 128K fixes to 86Box.
2020-11-29 00:28:54 +01:00
TC1995
54c1ea2e3b Ported the 128K mapping fixes to 86Box. 2020-11-28 23:52:04 +01:00
TC1995
4e46d17176 Merge branch 'master' of github.com:86Box/86Box into tc1995 2020-11-28 23:49:31 +01:00
Daniel Gurney
a1471a5bec Merge pull request #1132 from qeeg/patch-1
Be a bit more specific in the bug report issue template
2020-11-29 00:42:04 +02:00
qeeg
28719fe871 Be a bit more specific in the bug report issue template 2020-11-28 14:06:20 -06:00
TC1995
50359852ab Merge branch 'master' of github.com:86Box/86Box into tc1995 2020-11-28 12:19:31 +01:00
OBattler
19e093e554 Renderer fixes and improvements. 2020-11-28 07:04:40 +01:00
OBattler
bdd4499eb3 Added support for loading ROM's with even bytes followed by odd bytes in the same file. 2020-11-28 07:03:57 +01:00
OBattler
546c2788f0 Fixed the Cirrus Logic CL-GD 5480 on NT 5.x and ported tonioni's Cirrus improvements from WinUAE where relevant. 2020-11-28 07:03:26 +01:00
OBattler
f9c2f04a52 808x fixes - 8088mph works normally again. 2020-11-28 07:02:38 +01:00
OBattler
1df797dfda Fixed word pushes onto the stack in cpu/x86seg.c, fixes Windows 3.0 on 386SX, closes #1128. 2020-11-27 02:59:56 +01:00
TC1995
e84053f0ea Merge branch 'master' of github.com:86Box/86Box into tc1995 2020-11-26 23:02:13 +01:00
OBattler
7c78fa4672 Fixed two compile-breaking mistakes in the Voodoo Banshee/3 Blitter. 2020-11-26 22:58:53 +01:00
TC1995
8a6a79d54a Fixed a mistake while porting. 2020-11-26 22:57:37 +01:00
TC1995
8671351c84 Ported the latest bunch of Voodoo related commits from PCem. 2020-11-26 22:32:43 +01:00
OBattler
55ed92f801 Added the Cirrus change to the forgotten Write mode 2. 2020-11-26 19:01:48 +01:00
OBattler
01b413110a The Settings dialog now once again omits the "Internal" option for hard disk controller for machines without one. 2020-11-26 18:59:25 +01:00
OBattler
4ea181ba54 Ported the recent Voodoo Banshee/3 commit from PCem. 2020-11-26 18:22:18 +01:00
OBattler
6e233f4ac8 SDL renderer improvements and fixes and added SDL OpenGL option;
Various performance improvements;
Fixed USB UHCI HCHalt;
Cirrus Logic CL-GD 5422/24 fixes and removed them from the Dev branch;
The Storage controllers sections of Settings now has its own corresponding section of the configuration file;
Fixed the AT clock divisors for some Pentium OverDrive CPU's;
Added the ACPI RTC status (no ACPI RTC alarm event yet).
2020-11-26 18:20:24 +01:00
Miran Grča
21d6f2e9f1 Merge pull request #1123 from 86Box/tc1995
Ported the latest PCem changes (Voodoo and ATI 28800).
2020-11-26 00:25:21 +01:00
RichardG867
460ebd15e9 That was not meant to ship 2020-11-25 20:09:15 -03:00
RichardG867
b48eca1c61 DDC EDID compliance fixes 2020-11-25 20:04:47 -03:00
TC1995
d6fcf4f683 Ported the latest PCem changes (Voodoo and ATI 28800). 2020-11-25 23:33:46 +01:00
Miran Grča
39043ffb9c Merge pull request #1110 from richardg867/master
I2C/SMBus overhaul
2020-11-25 23:14:32 +01:00
Miran Grča
991726420a Merge pull request #1118 from sards3/master
Add new hard disk dialog: fix broken CHS when changing back from diff image format
2020-11-25 23:14:17 +01:00
Miran Grča
f5d32f3534 Merge pull request #1122 from tiseno100/master
Injected a new AMI MSR
2020-11-25 23:13:42 +01:00
RichardG867
6a097f78b4 Add high refresh rate and 1366x768 modes to DDC 2020-11-25 19:10:15 -03:00
RichardG867
0fbb94df2a More cosmetic changes to DDC 2020-11-25 17:10:50 -03:00
RichardG867
157997fa9b Cosmetic change to DDC pixel clock value 2020-11-25 17:04:35 -03:00
RichardG867
bede32130d Final DDC struct cleanups 2020-11-25 14:28:26 -03:00
RichardG867
64249d50a3 I2C overhaul part 7: S3 Trio and Cirrus Logic 2020-11-25 00:16:42 -03:00
Panagiotis
1882dfa1c5 Disabled CPU logging 2020-11-24 23:45:11 +02:00
Panagiotis
55c620710c Injected a new AMI MSR
Injected an AMI MSR used by RC440BX and potentially other Intel AMI boards.
2020-11-24 23:44:27 +02:00
RichardG867
315e3e8d11 I2C overhaul part 6: making DDC actually work 2020-11-24 01:56:06 -03:00
RichardG867
d6b1d2c63a I2C overhaul part 5: late, but there's still stuff to do 2020-11-23 14:49:49 -03:00
RichardG867
1e80ac1d15 Miscellaneous STPC changes 2020-11-23 14:49:13 -03:00
RichardG867
53c1d684fb Fix Voodoo ordering 2020-11-23 14:48:48 -03:00
RichardG867
10212afee5 Add CPU table override config variable 2020-11-23 14:48:32 -03:00
RichardG867
1c3a88d06e Make SMBus block read/write indexes 16-bit to prevent overflowing 2020-11-22 00:53:54 -03:00
RichardG867
71c406069d Fix EuroPC config save crash 2020-11-22 00:22:24 -03:00
RichardG867
3fb4727483 I2C overhaul part 4: VIA and EEPROM edition 2020-11-22 00:19:13 -03:00
sards3
252019d846 Add new hard disk dialog: fix broken CHS when changing back from diff image type 2020-11-21 16:18:35 -06:00
David Hrdlička
ddbc022ce1 Fix Settings dialog not closing after pressing OK 2020-11-21 21:31:42 +01:00
David Hrdlička
9159e52349 Fix the settings OK button logic 2020-11-21 21:16:32 +01:00
David Hrdlička
7956a462dc Refactored the save settings dialog 2020-11-21 19:33:35 +01:00
David Hrdlička
84c573490c Add an option to disable the settings save dialog 2020-11-21 19:33:35 +01:00