Jos van Mourik
2b4b9aae64
Cleanup
2024-09-15 03:13:54 +02:00
Jos van Mourik
22240a5925
Code style cleanups, optimize if statement order
2024-09-15 01:56:45 +02:00
Jos van Mourik
95844896a0
Merge branch '86Box:master' into master
2024-09-15 01:19:12 +02:00
Jos van Mourik
866d6599a1
Implement Mode Point and Mode Down/Up. Merge HEX/DEC functions in order to do so efficiently. Optimize.
2024-09-15 01:18:37 +02:00
OBattler
7399969f2b
MCA ESDI: Implement the PARK HEADS (0x06) command.
2024-09-13 14:04:53 +02:00
Miran Grča
1ae1d5443c
Merge pull request #4815 from 86Box/tc1995
...
Mach64 font fix about Solaris. (September 13th, 2024)
2024-09-13 13:52:23 +02:00
TC1995
8e4cd08a19
Mach64 font fix about Solaris. (September 13th, 2024)
...
The so called "NT 3.5 font fix" on the Mach64 applies only to the Source Control reg with bits 2-3 set, but Solaris only sets bit 2 (without bit 3), so, don't align the source with bit 3 cleared. This fixes the garbled fonts under Solaris using said card.
2024-09-13 13:51:20 +02:00
Miran Grča
fe5177fd00
Update CMakeLists.txt
2024-09-12 20:19:43 +02:00
OBattler
884dfa8bcf
Removed a .c file that's nto there from video/CMakeLists.txt.
2024-09-12 08:59:22 +02:00
OBattler
bdf89f43ae
Temporarily revert the changes to video/CMakeLists.txt to allow for clean potential merges between us and the PS/55 fork.
2024-09-12 06:45:09 +02:00
OBattler
db3bbad003
AT KBC: Check for T3100E 'Fn' key after translating the current scan code, should fix the keys with translated scan code set 2 as well.
2024-09-08 12:21:31 +02:00
OBattler
86185c189b
ESS: Add MPU sanity checks.
2024-09-07 00:46:44 +02:00
Miran Grča
c29c5d033a
Merge pull request #4804 from tsoliman/media-history-fix
...
Media history: fix buffer overflow
2024-09-07 00:24:28 +02:00
Tarek Soliman
f37c2339dc
Media history: fix buffer overflow
2024-09-06 17:05:44 -05:00
Miran Grča
d727296892
Merge pull request #4799 from jriwanek-forks/cmakefiles
...
One line per file in CmakeLists.txt
2024-09-05 02:14:09 +02:00
Miran Grča
b375d41028
Merge pull request #4798 from 86Box/tc1995
...
XGA changes of the day (September 5th, 2024)
2024-09-05 01:39:32 +02:00
TC1995
f4303dfce2
XGA changes of the day (September 5th, 2024)
...
Don't overwrite the VGA DAC mask in XGA mode, instead, using dedicated variables for it.
2024-09-05 01:06:34 +02:00
Jasmine Iwanek
f4b63caf0b
One line per file in CmakeLists.txt
2024-09-04 18:34:06 -04:00
OBattler
581cbcb0c6
A small fix to video/vid_voodoo_fifo.c.
2024-09-04 15:41:30 +02:00
OBattler
7b6e5e5ad9
Implements the second CMDFIFO2 queue for Voodoo 3, fixing BeOS's Voodoo 3/Banshee drivers, fixes #4794 .
2024-09-04 15:22:24 +02:00
Miran Grča
19a27214e7
Merge pull request #4792 from chungy/ftruncate
...
Use ftruncate on Unix to create hard disk images quickly
2024-09-04 00:42:11 +02:00
OBattler
ea70cbe274
Merge branch 'master' of https://github.com/86Box/86Box
2024-09-04 00:01:11 +02:00
OBattler
8dc8079c21
QT: Attempt to fix mouse wheel on Linux.
2024-09-04 00:01:03 +02:00
RichardG867
4db6fd4a89
Jenkins: Don't include manifest in branch builds
2024-09-03 14:23:56 -03:00
RichardG867
c5177bf514
Merge branch 'master' of ssh://github.com/86Box/86Box
2024-09-03 14:20:52 -03:00
RichardG867
7ed674eee1
Initial removal of 32-bit builds
2024-09-03 14:14:42 -03:00
Mike Swanson
00354749f2
Use ftruncate on Unix to create hard disk images quickly
...
Instead of writing out disk blocks slowly across the entire volume,
just use the ftruncate function to create a file instantly at the
desired size.
Depending on file system, this can either result in identical results
to the old code just faster (eg: ZFS and btrfs with compression
enabled), sparse files (most native Unix file systems without
compression, eg ext4 and UFS), or a full non-sparse file like before
(creating an image on FAT).
2024-09-02 22:52:24 -07:00
OBattler
ca880a3bbb
Gave the J-Bond PCI400C-A and Asus PCI/I-486SP3 the correct keyboard controllers, #4790 .
2024-09-03 02:44:30 +02:00
OBattler
16f4ebab9c
Mouse: Fix the if blocks in mouse_subtract_z().
2024-09-03 00:45:40 +02:00
Miran Grča
5337fe6c12
Merge pull request #4788 from lemondrops/zip-fix
...
Qt: Remove leftovers of the "Reload previous image" option
2024-09-03 00:33:54 +02:00
Alexander Babikov
c54286ccd2
Remove leftovers of the "Reload prev. image" option
2024-09-03 03:15:43 +05:00
OBattler
1e5f8f9d3f
FDC: Fix initial condition on non-DMA writes, fixes #4785 .
2024-09-02 19:33:13 +02:00
OBattler
547ae9ad6a
Make GET_CONFIGURATION results more consistent with the capabilities page.
2024-09-02 06:48:07 +02:00
OBattler
09a6aab21a
More CD-ROM fixes, fixes Johnny Bazookatone.
2024-09-02 06:32:28 +02:00
OBattler
52a78f3ffb
Bumped the version to 4.3.
2024-09-02 00:17:05 +02:00
OBattler
6501700daf
Merge branch 'master' of https://github.com/86Box/86Box
2024-09-02 00:11:22 +02:00
OBattler
a10407a0aa
The Gigabyte GA-586IS and GA-586IP now have correctly an AT keyboard controller, fixes #4783 .
2024-09-02 00:11:14 +02:00
Miran Grča
f6948478ad
Merge pull request #4778 from jriwanek-forks/dates
...
Update dates for 4.2.1 release
2024-08-31 22:31:43 +02:00
Jasmine Iwanek
924db10d13
Update dates for 4.2.1 release
2024-08-31 16:17:05 -04:00
OBattler
43ff35c10c
Add the Acer A1G to the Siemens PCD-2L hack, fixes POST: 31 30 freeze with non-SL-enhanced 486 CPU's.
2024-08-31 19:13:06 +02:00
OBattler
7e003b0390
x87: Remove an excess logging line.
2024-08-31 09:32:33 +02:00
OBattler
2207367bdd
Fixed the segmentation fault on mouse movement when the serial mouse is attached to a disabled serial port.
2024-08-30 23:20:22 +02:00
OBattler
e03ba4cd99
Reversed the 486 filtering changes for those two OPTi 495 machines.
2024-08-30 19:53:43 +02:00
OBattler
5fdd6263a2
FDC37x93x: Always return 0xFF on GPIO reads, allow the code in chipset/intel_piix.c to take over instead, fixes CPU speed readout on the HP Vectra VL 5 Series 4.
2024-08-30 19:47:22 +02:00
OBattler
6a5e9cdaba
Fixed the S3 reset fix, fixes Windows 98 stuck on black screen on the S3 Trio64 on some machines.
2024-08-30 19:35:24 +02:00
OBattler
1d9603fa7e
Fixed a very stupid mistake made in cpu/386_common.c last night, fixes #4773 .
2024-08-30 17:44:47 +02:00
OBattler
91cf90c63a
Olivetti M19's video adapter has control register on port 3DBh instead of 3DEh, fixes #4739 .
2024-08-30 07:52:55 +02:00
OBattler
fe4ad0d4e1
S3: Make sure to absolutely restore everything to the original state on reset, even the contents of vram and changedvram, fixes #4768 .
2024-08-30 06:01:52 +02:00
OBattler
54ab778d4a
Fixed a compile-breaking typo in cpu/386_common.c.
2024-08-30 05:32:26 +02:00
OBattler
db94601573
Voodoo 3/Banshee: Implement XRGB8888 LFB format, fixes POD.
2024-08-30 05:22:33 +02:00