Commit Graph

8286 Commits

Author SHA1 Message Date
OBattler
cb54e1f90f Fixed the HDD image code. 2022-07-10 21:49:04 +02:00
Miran Grča
e69f8f85fe Merge pull request #2442 from Cacodemon345/patch-85
Fix Hard Reset dialog button order
2022-07-10 21:43:43 +02:00
OBattler
d885258eaa Fixed port_6x_init(). 2022-07-10 21:38:43 +02:00
Miran Grča
9c93cffe6d Merge pull request #2443 from Cacodemon345/patch-86
gdbstub: Implement 'qsThreadInfo/qfThreadInfo' query
2022-07-10 21:21:36 +02:00
Cacodemon345
8dae24e2c4 gdbstub: Implement 'qsThreadInfo/qfThreadInfo' query 2022-07-11 00:43:00 +06:00
Cacodemon345
633075cbfa Fix Hard Reset dialog button order 2022-07-10 21:00:19 +06:00
Miran Grča
e677158d2e Merge pull request #2441 from elyosh/optim001
Various small performance optimisations
2022-07-10 16:21:40 +02:00
Adrien Moulin
55cbbe79f7 Optimize port_6x
Try to avoid branching as this is a hot path in some machines
About 250% speedup
2022-07-10 15:14:55 +02:00
Adrien Moulin
04cabaa43e Don't poll for joystick if none configured 2022-07-10 14:31:49 +02:00
Adrien Moulin
24f11448f2 Optimize hdd_image read/write
About 30-40% speedup
2022-07-10 13:50:01 +02:00
Miran Grča
3ca8ed85d3 Merge pull request #2440 from jriwanek-forks/win32
Fix incorrect position of CD speed
2022-07-10 02:15:49 +02:00
Jasmine Iwanek
45a84cbbfe Fix incorrect position of CD speed 2022-07-09 19:35:53 -04:00
OBattler
527b4a1111 Merge branch 'master' of https://github.com/86Box/86Box 2022-07-10 00:38:46 +02:00
OBattler
9eb7f6a3f9 Increased some arrays in plat_pause(). 2022-07-10 00:38:14 +02:00
Miran Grča
0ad67f1b82 Merge pull request #2434 from elyosh/hddtiming
Add realistic HDD timing simulation
2022-07-10 00:29:21 +02:00
Miran Grča
d6f914cba7 Merge pull request #2433 from Cacodemon345/patch-84
PGC: Properly draw 40x25 CGA text mode
2022-07-10 00:27:14 +02:00
Miran Grča
209e8ba889 Merge pull request #2438 from Cacodemon345/new-qt-fix
qt: Make fatal messageboxes have the correct icons
2022-07-10 00:27:02 +02:00
Miran Grča
c5a903d786 Merge pull request #2439 from 86Box/tc1995
IBM ESDI MCA, 8514/A, XGA and Rancho changes:
2022-07-10 00:26:39 +02:00
TC1995
333e99113b IBM ESDI MCA, 8514/A, XGA and Rancho changes:
ESDI MCA: Increased esdi_time from 200 to 512, should fix the timeout that caused the bad attention 03 fatal.
Rancho: Added the Rancho RT1000B-MC MCA SCSI controller, it uses the 8.20R BIOS.
8514/A: Reworked the Outline command to satisfy the manual and the win2.10 (286/386) driver.
XGA: Initial rom len is set to 0x8000 (which, after being configured, is set back to 0x2000) just to not make it hang with POST code 40 25 on most configurations.
2022-07-09 23:19:18 +02:00
Cacodemon345
62fd0feba1 qt: Make fatal messageboxes have the correct icons
Fatals now exit the emulator properly
2022-07-09 13:51:12 +06:00
Miran Grča
95c264d98e Merge pull request #2436 from jriwanek-forks/pas16
Actually build PAS16 on win32ui dev builds
2022-07-08 23:53:48 +02:00
Miran Grča
4e38809a84 Merge pull request #2435 from jriwanek-forks/xga-win32
XGA+XGA2 in win32 UI
2022-07-08 23:53:39 +02:00
Jasmine Iwanek
604d719fb7 actuall build PAS16 on win32ui dev builds 2022-07-08 17:41:44 -04:00
Jasmine Iwanek
0dc77c9238 XGA+XGA2 in win32 UI 2022-07-08 16:27:38 -04:00
Adrien Moulin
4c93710d79 Fix build error 2022-07-07 23:58:02 +02:00
Adrien Moulin
27d31c4d99 Enable HDD timing simulation with IDE 2022-07-07 23:38:45 +02:00
Adrien Moulin
fe3061ff7a Add HDD timing simulation
- realistic seeking and read/write speed
- read-ahead cache
- write cache
- preset system for performance characteristics
2022-07-07 23:35:34 +02:00
Cacodemon345
5063cf1bb4 PGC: Properly draw 40x25 CGA text mode 2022-07-08 00:17:46 +06:00
Miran Grča
740a1e0bf3 Merge pull request #2428 from 86Box/tc1995
Forgot to update the svga core source file.
2022-07-04 18:16:08 +02:00
TC1995
4417532851 Forgot to update the svga core source file. 2022-07-04 17:36:47 +02:00
Miran Grča
6e6a5e5543 Merge pull request #2427 from 86Box/tc1995
Fixed the overscan setting when using the 8514/A native drivers.
2022-07-03 23:38:32 +02:00
TC1995
6888cd3603 Fixed the overscan setting when using the 8514/A native drivers. 2022-07-03 23:34:49 +02:00
Miran Grča
bda7591310 Merge pull request #2426 from 86Box/tc1995
Make the dedicated Longshine SCSI ASPI driver work under DOS.
2022-07-03 23:24:23 +02:00
TC1995
6da31a5557 Make the dedicated Longshine SCSI ASPI driver work under DOS. 2022-07-03 23:09:55 +02:00
Miran Grča
d6e0932bc8 Merge pull request #2419 from rderooy/master
Fix regex bug
2022-07-03 23:08:37 +02:00
Miran Grča
49bf8c3aae Merge pull request #2425 from 86Box/tc1995
Initial XGA-2 implementation, (same as XGA-1 internally, but able to …
2022-07-03 23:08:11 +02:00
TC1995
f0a78c7642 Initial XGA-2 implementation, (same as XGA-1 internally, but able to do 800x600 officially), selection is possible only on QT at the moment.
Refactored the ROP/MIX of the XGA accelerator.
Bus type variable added to make sure the device is an ISA-16 device or MCA in its dedicated register.
2022-07-03 23:01:46 +02:00
David Hrdlička
eb0ba3d1c4 Revert "Fix EGA/VGA display type of the Olivetti M24"
This reverts commit b831b87355.
2022-07-02 16:17:05 +02:00
David Hrdlička
b831b87355 Fix EGA/VGA display type of the Olivetti M24 2022-07-02 00:33:38 +02:00
Robert de Rooy
15e93eaa89 remove function 2022-07-01 22:29:51 +02:00
Robert de Rooy
4bf1e512d4 fix regex bug 2022-07-01 22:17:33 +02:00
Miran Grča
4e8a27a214 Merge pull request #2417 from 86Box/tc1995
When linear framebuffer base is mapped, it's fb_only time.
2022-07-01 18:50:59 +02:00
TC1995
30e0201174 When linear framebuffer base is mapped, it's fb_only time, fixes gibberish fonts and corrupt mouse cursor on BeOS releases using the S3 Trio/Virge cards.
Slight cleanup of the XGA card and fixed more possible cursor issues.
2022-07-01 17:58:56 +02:00
David Hrdlička
ad8ea20e14 qt: fix windeployqt with qt5 2022-06-29 18:55:22 +02:00
richardg867
972550048c Jenkins: Disable static Qt on Windows debug builds 2022-06-29 13:32:49 -03:00
RichardG867
1ea3634efc Bump version to 3.6 2022-06-27 15:52:31 -03:00
RichardG867
69480da5e7 Freeze EMU_VERSION_EX at 3.50 due to reported Windows redetections 2022-06-27 15:51:10 -03:00
richardg867
e6b84753c4 Jenkins: Fix incorrectly reverted macOS PATH change 2022-06-27 15:03:30 -03:00
richardg867
28987befd7 Jenkins: Update Discord Game SDK to add macOS ARM64 2022-06-27 15:02:00 -03:00
Miran Grča
ab801a1107 Merge pull request #2416 from 86Box/tc1995
And finally, more fixes to the XGA implementation including:
2022-06-27 17:08:12 +02:00