Commit Graph

668 Commits

Author SHA1 Message Date
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
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
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
RichardG867
739fdc46cc I2C overhaul part 2 2020-11-20 19:23:14 -03:00
David Hrdlička
8aab3da769 Clean up resource IDs 2020-11-20 18:46:33 +01:00
David Hrdlička
3506ad90e0 Closing Settings now equals to clicking Cancel 2020-11-20 18:46:33 +01:00
David Hrdlička
3c679960e1 Update the device configuration dialog 2020-11-20 18:46:33 +01:00
David Hrdlička
ca11d7b776 Update the Settings save confirmation dialog 2020-11-20 18:46:33 +01:00
OBattler
97676a7e86 Increased the device arrays in the Settings dialog to 256 devices. 2020-11-20 06:43:20 +01:00
OBattler
7d2834b201 More Settings dialog fixes and improvements. 2020-11-20 05:42:47 +01:00
RichardG867
886dbe09ea DDC/I2C/SMBus overhaul (incomplete, commit for the night) 2020-11-20 01:22:04 -03:00
David Hrdlička
376a904c1b Fix build 2020-11-20 03:21:32 +01:00
David Hrdlička
637495fda1 Made the mismatched differencing VHD more generic 2020-11-20 03:15:51 +01:00
OBattler
e1e5ff563a Added MBX_WARNING flag to allow question dialogs with warning icon. 2020-11-20 02:57:15 +01:00
David Hrdlička
c845d281fc Merge branch 'master' into master 2020-11-20 01:21:54 +01:00
Miran Grča
1fc3ef5502 Merge pull request #1103 from richardg867/master
Programmatic CPU table improvements
2020-11-20 01:10:48 +01:00
David Hrdlička
ec38d21529 Fix warning 2020-11-20 00:26:11 +01:00
David Hrdlička
8504a00a00 Make the list views in settings prettier 2020-11-20 00:26:06 +01:00
David Hrdlička
cf8da1f58f Fix video settings page taking ages to appear 2020-11-19 23:56:35 +01:00
David Hrdlička
ec5ab2ccf0 Use sentence case in dialogs 2020-11-19 23:32:27 +01:00
David Hrdlička
ba16597d21 Tweaks to the "save settings" dialog
Changed the Cancel button to a regular button, as per the MS guidelines
Also changed the caption for when invoked by the close button
2020-11-19 23:22:46 +01:00
RichardG867
bcfb5f464d Merge branch 'master' of https://github.com/86Box/86Box 2020-11-19 15:45:20 -03:00
OBattler
7c078d4be1 The power off API now actually shuts down the emulator. 2020-11-19 19:27:04 +01:00
Stephen McKinney
84df433c6a Use string resources instead of hard-coded strings. 2020-11-19 01:11:52 -06:00
Stephen McKinney
617b44d54f Fix whitespace. 2020-11-18 21:10:33 -06:00
RichardG867
fd08b2fdf1 Fix warnings 2020-11-18 19:59:51 -03:00
Stephen McKinney
d91056586e Add VHD support. 2020-11-17 23:31:38 -06: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
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
TC1995
7bb51b4c7a Ported the latest Voodoo patches from PCem. 2020-11-18 00:21:07 +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
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
Alexander Babikov
e0ff781a34 Fix the mouse lock after fullscreen - for real this time. (#1080) 2020-11-16 18:09: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
a9bc8b7bb4 Fix the mouse cursor being constrained after leaving fullscreen. 2020-11-14 11:43:53 +05:00
Miran Grča
b44007b8cd Merge pull request #1053 from tiseno100/master
Added 4Mbit capabilities to the Intel Flashes & the 4Mbit SST can be used
2020-11-13 19:36:54 +01:00
Panagiotis
22cdad8c74 Merged the VIA VPX and AMD 640 on the common Apollo tree 2020-11-13 19:37:16 +02:00
Alexander Babikov
abd23f41bb Fix the console window not appearing even when requested. 2020-11-13 05:09:17 +05:00
Daniel Gurney
0deb6b96c3 Merge pull request #1067 from lemondrops/bugfix/makefile
Small Makefile fixes
2020-11-12 22:35:13 +02:00
David Hrdlička
474c0dfc1d Small fixes to the Discord integration
Removed the redundant string length checks
Closes #1066
2020-11-12 21:27:11 +01:00
Daniel Gurney
118da6baac Merge pull request #1068 from lemondrops/feature/uac_level
Add the UAC execution level to the manifest
2020-11-12 22:25:19 +02:00
Alexander Babikov
15a37256f6 Makefile: Use the Unix way instead of the DOS/Windows way of silencing output. 2020-11-09 15:51:12 +05:00