OBattler
ea65edb831
Did some changes I forgot to do before.
2021-07-23 01:22:47 +02:00
OBattler
c47e766bc4
The migration of the legacy SCSI controller is now perfectly seamless, thanks, Ryuzaki!
2021-07-23 01:20:14 +02:00
OBattler
729b6d5069
Added support for up to four SCSI controllers, closes #343 .
2021-07-22 20:13:44 +02:00
ts-korhonen
4bf73d8148
Initialize iCol with zero. Uninitialized is random at debug and negative numbers fail to insert column.
2021-04-21 12:26:06 +03:00
OBattler
5dace5e657
Fixed warnings introduced by the UTF-8 conversion.
2021-04-01 00:04:59 +02:00
David Hrdlička
dfbbe08a07
rewrite the emulator to use UTF-8 internally
2021-03-30 09:46:49 +02:00
RichardG867
830448549f
Fix warning in win_settings
2021-03-16 17:58:33 -03:00
RichardG867
84c40909c7
Hide machine types with no available machines
2021-03-07 22:47:39 -03:00
David Hrdlička
7e96d5e831
Gray out the memory field if the RAM size is fixed
2020-12-06 14:20:49 +01:00
David Hrdlička
dd3a41b87f
Don't confirm settings save when ran with -S
...
Closes #1150
2020-12-06 08:21:16 +01:00
David Hrdlička
9511b75b49
Unify RAM size units in the machine table
2020-12-04 07:01:16 +01:00
RichardG867
29a0ce48e7
Merge branch 'master' of https://github.com/86Box/86Box
2020-12-03 01:46:04 -03:00
RichardG867
ee0d9f79f3
Make the ram(2) allocation failed fatals more user friendly
2020-11-30 20:12:35 -03:00
RichardG867
d9d592c336
Change is_at checks to a new IS_AT macro which allows for ISA-less PCI machines
2020-11-30 20:10:47 -03: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
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
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
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
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
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
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
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
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
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
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
OBattler
1c747b46c2
Fixed the two bugs reported by lemondrops358.
2020-10-16 13:28:38 +02:00
OBattler
795a6017d2
PIC rewrite, proper SMRAM API, complete SiS 471 rewrite and addition of 40x, 460, and 461, changes to mem.c/h, disabled Voodoo memory dumping on exit, bumped SDL Hardware scale quality to 2, bumped IDE/ATAPI drives to ATA-6, finally bumped emulator version to 3.0, redid the bus type ID's to allow for planned ATAPI hard disks, made SST flash set its high mappings to the correct address if the CPU is 16-bit, and added the SiS 401 AMI 486 Clone, AOpen Vi15G, and the Soyo 4SA2 (486 with SiS 496/497 that can boot from CD-ROM), assorted 286+ protected mode fixes (for slightly more accuracy), and fixes to 808x emulation (MS Word 1.0 and 1.10 for DOS now work correctly from floppy).
2020-10-14 23:15:01 +02:00
GH Cao
a0930cc94f
Settings: HiDPI support
2020-09-03 12:24:18 +08:00
RichardG867
95c11cf483
Fix internal sound card behavior when switching machines in the settings window
2020-07-27 14:53:35 -03:00