Commit Graph

10789 Commits

Author SHA1 Message Date
OBattler
1345dbd975 Merge branch 'master' of https://github.com/86Box/86Box 2023-08-15 02:03:59 +02:00
Miran Grča
9421eefac1 Merge pull request #3574 from 86Box/tc1995
Compile fix (4).
2023-08-15 02:03:53 +02:00
TC1995
684276f48b Compile fix (4).
Please...
2023-08-15 01:58:11 +02:00
OBattler
bc037d1981 Merge branch 'master' of https://github.com/86Box/86Box 2023-08-15 01:57:36 +02:00
Miran Grča
3730b72cfa Merge pull request #3573 from 86Box/tc1995
Compile fix (3).
2023-08-15 01:54:57 +02:00
TC1995
2df1f38c6e Compile fix (3).
And changed the ATI Mach32 ISA bios to a working one (phew).
2023-08-15 01:47:37 +02:00
OBattler
e64c0658ae Merge branch 'master' of https://github.com/86Box/86Box 2023-08-15 01:38:34 +02:00
Miran Grča
b47a994aba Merge pull request #3572 from 86Box/tc1995
ATI 68875 RAMDAC, clearly the bpp's get set in the mach32 card directly.
2023-08-15 01:37:34 +02:00
TC1995
80c645e821 Compile fix (2), same thing but for the ATI 68875 RAMDAC. 2023-08-15 01:33:17 +02:00
OBattler
e529063a5a Merge branch 'master' of https://github.com/86Box/86Box 2023-08-15 01:27:57 +02:00
Miran Grča
fd9c3d94a5 Merge pull request #3571 from 86Box/tc1995
Compile fix.
2023-08-15 01:27:47 +02:00
OBattler
3f04ec4661 Merge branch 'master' of https://github.com/86Box/86Box 2023-08-15 01:27:24 +02:00
OBattler
20b60fc46b Added more bus flags. 2023-08-15 01:27:16 +02:00
TC1995
9808f62921 Compile fix, now the ATI 68860 RAMDAC is using the proper 8514/A ON flag when needed. 2023-08-15 01:25:28 +02:00
Miran Grča
489492b9de Merge pull request #3570 from 86Box/tc1995
New batch of ATI Mach8/32 changes:
2023-08-15 01:06:56 +02:00
OBattler
85abb8009f Use the proper font ROM for the Olivetti M19, fixes #3431. 2023-08-15 01:06:10 +02:00
TC1995
59811075db New batch of ATI Mach8/32 changes:
1. Hopefully fixed the passthrough stuff for good and fixed typo's in the IBM 8514/A poll function about the cursor.
2. Eliminated the ibm8514_on global variable in favor of a struct variable to be consistent with XGA.
2023-08-15 00:11:56 +02:00
OBattler
b446317b76 The POST codes are now accessible by the entire emulator, allows easy output filtering by POST cost code (and disabling altogether if the POST code is disabled), useful for debugging. 2023-08-14 23:12:46 +02:00
OBattler
9810269d39 And fixed it properly. 2023-08-14 22:50:18 +02:00
OBattler
a4e39387a9 Fixed a compile-breaking mistake. 2023-08-14 22:32:14 +02:00
OBattler
c23829834e Timer processing fix. 2023-08-14 22:31:03 +02:00
OBattler
3a9c7b152c Fixes for the advanced timer API. 2023-08-14 22:26:41 +02:00
OBattler
b203b28350 Assorted copyright header fixes. 2023-08-14 21:51:47 +02:00
OBattler
87c5c59646 Some copyright header fixes. 2023-08-14 21:13:37 +02:00
OBattler
098fe0cc6d Merge branch 'master' of https://github.com/86Box/86Box 2023-08-14 17:52:02 +02:00
OBattler
685439a216 Gave the two Phoenix UMC 888x machines the correct keyboard controllers, fixes #3453. 2023-08-14 17:51:45 +02:00
Miran Grča
826f645045 Merge pull request #3560 from lemondrops/master
qt: Recalculate new disk image size from CHS before creating it
2023-08-14 17:25:59 +02:00
OBattler
459d4a4a68 Fixed a very stupid bug in device/serial.c, fixes #3558 . 2023-08-14 17:15:09 +02:00
OBattler
a77a9d3c2d Fixed the Mouse Systems mouse packet format. 2023-08-14 16:52:42 +02:00
OBattler
f23050774c The missing chipset/compaq_386.c. 2023-08-14 05:06:04 +02:00
OBattler
27c56f608d Compaq 386 machine fixes and Compaq EGA palette mux timer, fixes #3494. 2023-08-14 05:00:56 +02:00
Alexander Babikov
766f8fc663 qt: Recalculate new disk image size from CHS before creating it 2023-08-14 05:21:21 +05:00
OBattler
b3a38c0cf1 Removed excess logging from device/mouse.c. 2023-08-13 18:45:18 +02:00
OBattler
5f8ef51d6f Fixed the Win32 version of plat_get_dpi(). 2023-08-13 18:29:02 +02:00
OBattler
976fe24ba1 VNC and Win32 mouse clean-ups. 2023-08-13 18:25:56 +02:00
OBattler
d90592b291 Adapted vnc.c to the new mouse API. 2023-08-13 18:23:45 +02:00
OBattler
1958b7398d Use absolutes instead. 2023-08-13 18:03:12 +02:00
OBattler
38e1904b71 When checking for mouse movement, use ceiling, not floor, if the coordinates are negative. 2023-08-13 17:59:19 +02:00
OBattler
6e0783c5e3 Merge branch 'master' of https://github.com/86Box/86Box 2023-08-13 17:26:36 +02:00
OBattler
3e2a31eb97 More mouse fixes (thanks, coldbrewed!), and mitigated IRQ clear spam from serial and AT NVR. 2023-08-13 17:25:45 +02:00
RichardG867
8be848c126 Merge branch 'master' of ssh://github.com/86Box/86Box 2023-08-12 15:21:04 -03:00
RichardG867
aecc5a55a6 Jenkins: Fix Windows build 2023-08-12 15:20:53 -03:00
cold-brewed
d2e27e74fb isapnp: Revert macro changes (#3552)
Co-authored-by: cold-brewed <cold-brewed@users.noreply.github.com>
2023-08-12 15:01:08 -03:00
Miran Grča
797cc5096f Merge pull request #3545 from jriwanek-forks/drabs
Dribs and drabs which have escaped
2023-08-12 19:07:46 +02:00
Jasmine Iwanek
02e41927e3 Dribs and drabs which have escaped 2023-08-12 13:07:00 -04:00
Miran Grča
9be5d17061 Merge pull request #3549 from 86Box/tc1995
More ATI Mach8/32 changes:
2023-08-12 19:02:22 +02:00
Miran Grča
dab0a1258d Merge pull request #3550 from cold-brewed/postcard-warnings
postcard: Clean up some gcc warnings
2023-08-12 19:02:06 +02:00
Miran Grča
3b95bde764 Merge pull request #3551 from cold-brewed/warning-cleanup-3
More warning cleanups
2023-08-12 19:01:46 +02:00
OBattler
e7dd8664f2 Merge branch 'master' of https://github.com/86Box/86Box 2023-08-12 18:48:37 +02:00
OBattler
d9784e524e Attempt to make the MacOS mouse more precise. 2023-08-12 18:48:25 +02:00