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
OBattler
7c78fa4672
Fixed two compile-breaking mistakes in the Voodoo Banshee/3 Blitter.
2020-11-26 22:58:53 +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
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
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
Miran Grča
f18a55e30f
Merge pull request #1115 from 86Box/tc1995
...
Fix one off issue about the AD1848. It actually fixes the muted cd audio using the WSS.
2020-11-21 19:25:56 +01:00
TC1995
66e0c0f7ff
Fixed muted cd audio on the WSS side of the AD1848 core.
2020-11-21 19:22:31 +01:00
TC1995
ceb6ac4c65
Converted the uint32_t cd vol variables to double variables, fixes cd audio scramble using the ad1848 core.
2020-11-21 19:16:02 +01:00
Miran Grča
6b9d737896
Merge pull request #1114 from 86Box/tc1995
...
Fixed CD Audio scramble in the ad1848 core.
2020-11-21 17:33:22 +01:00
TC1995
657f2e5005
Merge branch 'tc1995' of github.com:86Box/86Box into tc1995
2020-11-21 17:21:10 +01:00
TC1995
7684e177a0
Fixed the cd audio scramble of the ad1848 core used by WSS and the Aztech cards.
2020-11-21 17:20:03 +01:00
TC1995
3b79690e50
Converted the uint32_t cd vol variables to double variables, fixes cd audio scramble using the ad1848 core.
2020-11-21 16:48:21 +01:00
Miran Grča
16d29d345a
Merge pull request #1113 from 86Box/tc1995
...
Latest PCem voodoo fifo changes are here.
2020-11-21 16:45:10 +01:00
TC1995
b45ba90b59
Latest PCem voodoo fifo changes are here.
2020-11-21 16:25:54 +01:00
OBattler
f86ab08395
The geometry is now obtained normally.
2020-11-21 16:19:08 +01:00
Miran Grča
8cb733383c
Merge pull request #1111 from sards3/master
...
VHD: fix bug in multi-sector writes
2020-11-21 16:14:01 +01:00
sards3
68000092e2
VHD: fix bug in multi-sector writes
2020-11-21 03:48:40 -06:00
RichardG867
d5867928d6
I2C overhaul part 3: "we finally figured out NCR NVRAM" edition
2020-11-21 01:36:33 -03:00
OBattler
b83a32ccf8
Improved STI fix.
2020-11-21 04:02:58 +01:00
OBattler
ba35c158db
Fixed the PCI slots of the Soyo 4SA2.
2020-11-21 03:10:22 +01:00