Commit Graph

9201 Commits

Author SHA1 Message Date
OBattler
3a4c7e414e Initialize the ADI 386SX NVR to 0x00's instead of 0xFF's, fixes #2761. 2022-10-30 02:57:15 +02:00
OBattler
a20584fee4 Fixed the WIN_SRST command on NEC CDR-260, now TEAC_CDI.SYS (OTI-011 ATAPI 1.7B driver) detects it. 2022-10-29 20:16:12 +02:00
OBattler
e950ebae17 Implemented power down register on the VT82C686 Super I/O chip. 2022-10-29 19:10:10 +02:00
Miran Grča
d89a2906a1 Merge pull request #2763 from Cacodemon345/mouse-ps2
mouse_ps2: Unify movement packet reporting mechanisms
2022-10-29 18:50:12 +02:00
OBattler
a59ec21f23 Fixed a configuration bug and nerfed the modes of the NEC CDR-260. 2022-10-29 18:46:14 +02:00
Cacodemon345
66f432efe7 mouse_ps2: Unify movement packet reporting mechanisms 2022-10-29 22:16:03 +06:00
OBattler
31ad72529e Merge branch 'master' of https://github.com/86Box/86Box 2022-10-29 17:59:04 +02:00
OBattler
676a41d9d5 Fixed interrupt DRQ on CD-ROM - should fix the Windows 95 Protection Errors. 2022-10-29 17:58:53 +02:00
Miran Grča
c2402daf1e Merge pull request #2755 from jriwanek-forks/tabstospaces
Correct many file headers to show 86box
2022-10-29 17:06:18 +02:00
Jasmine Iwanek
47f6257240 Correct headers for BSD Licensed files 2022-10-29 10:52:49 -04:00
Miran Grča
c798caa686 Merge pull request #2758 from cold-brewed/pause-icon-fix-2
qt: Update ui pause state in plat_pause
2022-10-29 14:41:37 +02:00
Miran Grča
a520ab6787 Merge pull request #2760 from Cacodemon345/qt-settings-cdromearly
qt: Add earlier drive checkbox in CD-ROM settings
2022-10-29 14:41:26 +02:00
Cacodemon345
962fca2b92 qt: Add earlier drive checkbox in CD-ROM settings 2022-10-29 12:22:50 +06:00
OBattler
4d19b8a1e4 Added the ability to select earlier CD-ROM drive (emulates Chinon CDS-431 for SCSI and NEC CDR-260 for ATAPI) - needs to be ported to QT. 2022-10-29 06:44:30 +02:00
OBattler
f4c2bc7a20 Merge branch 'master' of https://github.com/86Box/86Box 2022-10-29 03:36:57 +02:00
OBattler
1250a2114c Added the AcerMagic S20 based on the AzTech Washington, closes #859. 2022-10-29 03:36:48 +02:00
Miran Grča
d6629d6164 Merge pull request #2757 from telanus/master
Sorted 8088 & 8086 entries alphabetically
2022-10-28 21:15:41 +02:00
Miran Grča
c90a1cfc4d Merge pull request #2756 from Cacodemon345/5-button-mouse
Add option for 5-button PS/2 mouse
2022-10-28 21:15:08 +02:00
telanus
a045a9302f Sorted 8088 & 8086 entries alphabetically 2022-10-28 20:00:14 +02:00
Cacodemon345
b388cb552f Add option for 5-button PS/2 mouse 2022-10-28 23:51:38 +06:00
cold-brewed
f4c2cba3e0 qt: Move ui pause state update to plat_pause 2022-10-28 13:48:59 -04:00
OBattler
e5268075fb Fixed mouse button statuses in PS/2 mouse command E9. 2022-10-28 17:30:38 +02:00
OBattler
535b19a027 Do not raise CPU trap if an exception has occurred, fixes #2577. 2022-10-28 04:12:31 +02:00
OBattler
cb13ca526a Handle trap first also on interpreter - makes retf.exe at least run. 2022-10-28 03:27:35 +02:00
OBattler
079bec06eb Added segment limti checks to CPU instruction FFh, fixes #2583. 2022-10-28 03:07:48 +02:00
OBattler
e6f208ef33 And applied the same change to the Vendex (and all other XT clones) by separating the XT clone keyboard/PPI from the IBM XT 1986 one, and giving the clone one the PC-style port D read out on port 60h when keyboard is disabled, fixes #2213. 2022-10-28 02:23:08 +02:00
OBattler
52e47bde27 Added IBM PC style jumper readout to the Compaq Deskpro, fixes the second floppy drive, fixes #2688. 2022-10-28 02:09:37 +02:00
Jasmine Iwanek
f49d3c7458 Correct many file headers to show 86box 2022-10-27 17:08:58 -04:00
OBattler
94e1f6535c Merge branch 'master' of https://github.com/86Box/86Box 2022-10-27 21:55:08 +02:00
OBattler
501b712770 Added the Toshiba T1200 version of the V86P JVC/Ricoh hard disk controller, fixes #2738. 2022-10-27 21:55:00 +02:00
richardg867
b73168c8d5 Random update to the issue template to see if webhook ignores work correctly 2022-10-27 15:24:40 -03:00
Jasmine Iwanek
57c95e95d2 Merge pull request #2749 from telanus/master
Added V20-XT
2022-10-27 12:53:48 -04:00
Jasmine Iwanek
71f62c7d57 Merge pull request #2754 from jriwanek-forks/simplify
Simplify and reuse code in m_at_286_386sx.c
2022-10-27 12:51:48 -04:00
Jasmine Iwanek
effd91d0f2 Merge pull request #2753 from jriwanek-forks/secondaryfdc
Add secondary XT and AT fdc types, also a none type
2022-10-27 12:51:14 -04:00
Jasmine Iwanek
ba63e33ea0 Merge pull request #2752 from jriwanek-forks/nullhdc
Remove unnecessary functions
2022-10-27 12:50:22 -04:00
Jasmine Iwanek
f8ec37beee Merge pull request #2751 from jriwanek-forks/actions
Update github actions to v3
2022-10-27 12:49:51 -04:00
Jasmine Iwanek
1a856d9d9f Simplify and reuse code in m_at_286_386sx.c 2022-10-27 12:27:24 -04:00
Jasmine Iwanek
b2e70ff4f3 Add secondary XT and AT fdc types
(Currently unused)
2022-10-27 12:19:51 -04:00
Jasmine Iwanek
06c3bbb39c Remove unnecessary functions 2022-10-27 12:03:17 -04:00
Jasmine Iwanek
fb7e7ccb3d Update actions to v3 2022-10-27 11:56:25 -04:00
Miran Grča
952148de3c Merge pull request #2750 from jriwanek-forks/logfix
Fixes almost all the logging options which were previously broken
2022-10-27 17:41:29 +02:00
Jasmine Iwanek
fab1632cee Fixes almost all the logging options which were previously broken 2022-10-27 11:23:10 -04:00
telanus
12cac177dd Added V20-XT 2022-10-27 14:29:23 +02:00
telanus
dd7f5ed7a1 Added V20-XT 2022-10-27 14:25:17 +02:00
telanus
badb9cc96c Added V20-XT 2022-10-27 14:23:33 +02:00
OBattler
bff5026b8b One last attempt at a fix to my own GPF handler. 2022-10-27 04:10:16 +02:00
OBattler
4dc74515e8 Returned back to the PCem GPF handler. 2022-10-27 03:56:26 +02:00
OBattler
47604db6b1 Changed GPF handled on the 64-bit old recompiler. 2022-10-27 03:24:02 +02:00
OBattler
acd4eb5d68 Debug builds no longer use the ACYCS nonsense. 2022-10-27 02:39:34 +02:00
OBattler
50de31e098 Merge branch 'master' of https://github.com/86Box/86Box 2022-10-26 22:59:08 +02:00