Commit Graph

9625 Commits

Author SHA1 Message Date
OBattler
bec9b59d6d Added the Winbond W29C010 Flash. 2022-12-04 23:31:21 +01:00
OBattler
3ba26fe834 And a mistake in machine/machine_table.c probably introduced by jriwanek when she redid the machines table. 2022-12-04 23:29:18 +01:00
OBattler
ebb73706c6 Fixe another accidental mess-up in nvr_at.c. 2022-12-04 23:26:08 +01:00
OBattler
15b2b8178b Fixed a minor accidental screw-up in nvr_at.c. 2022-12-04 23:07:39 +01:00
OBattler
60b5c5ba74 Implemented missing ALi M1543C behavior. 2022-12-04 22:59:22 +01:00
OBattler
f2ff608e34 Fixed some AT NVR flags. 2022-12-04 22:44:44 +01:00
Miran Grča
94039ff775 Merge pull request #2943 from 86Box/tc1995
S3: Don't allow 16-bit I/O pixtrans blitting on the first 8-bit I/O write port of pixtrans (non-MMIO).
2022-12-04 22:01:31 +01:00
TC1995
fee8970aab S3: Don't allow 16-bit I/O pixtrans blitting on the first port of the 8-bit I/O handling (e2e8 write), fixes fonts on Unix flavors where affected. 2022-12-04 21:42:34 +01:00
Miran Grča
cb4f5d2655 Merge pull request #2941 from 86Box/tc1995
SCSI/CD-ROM fixes: Properly implemented the Toshiba specific SCSI commands
2022-12-04 21:29:16 +01:00
TC1995
df3c4b155a SCSI/CD-ROM fixes: Properly implemented the Toshiba specific SCSI commands including the Audio side per the Toshiba CD-ROM SCSI-2 manual from 1990 (they were previously implemented with some hacks). 2022-12-04 20:53:03 +01:00
Miran Grča
e5a3656a51 Merge pull request #2938 from 86Box/tc1995
Corrected (more or less) the IBM PS/2 model 60 POS ID
2022-12-04 20:39:14 +01:00
TC1995
6a4d1bbfc4 IBM PS/2 model 60: Looks like the model 50 bios expects the 50 POS id, and given the 60 shares its stuff with 50, I believe the id is identical then. 2022-12-04 16:56:14 +01:00
Jasmine Iwanek
6ea0644ae8 Merge pull request #2817 from Cacodemon345/global-config-screenshot
Start of global config infrastructure
2022-12-03 16:17:37 -05:00
Jasmine Iwanek
119ab1206a Merge pull request #2929 from cold-brewed/removable-image-fixes
qt: Fixes for removable image files
2022-12-03 16:17:15 -05:00
Cacodemon345
3a10ebd28d Merge branch 'master' into global-config-screenshot 2022-12-03 20:29:26 +06:00
cold-brewed
ae60078d26 Add some parens to the ternary 2022-12-02 17:26:58 -05:00
cold-brewed
702ca98657 qt: Allow img suffix to be specified on macOS for removable image files. Fix path issue when manually typing image file names. 2022-12-02 15:06:25 -05:00
OBattler
910265d670 Initialize the BusLogic geometry register to have bit 4 set, fixes older versions of BTDOSM.SYS/BTCDROM.SYS. 2022-12-01 19:02:58 +01:00
Miran Grča
60c922ed50 Merge pull request #2926 from lemondrops/master
Add the CR4 Page Global Enable bit support to Pentium Pro and Pentium II CPUs
2022-12-01 18:57:30 +01:00
Alexander Babikov
6e3ffea3d4 Add the CR4 Page Global Enable bit support to Pentium Pro and Pentium II CPUs 2022-12-01 22:33:55 +05:00
Miran Grča
3c0d2aa7d3 Merge pull request #2922 from 86Box/tc1995
IDE/ATAPI: Don't overwrite data in packet writes during Phase Data In.
2022-11-30 21:48:22 +01:00
OBattler
136db56b99 Fixed the WD8003 MCA IRQ selection. 2022-11-30 20:23:40 +01:00
OBattler
898eb5c950 Fixed AHA-1640 MCA write handler I/O address calculation. 2022-11-30 20:16:03 +01:00
TC1995
d05d988e34 IDE/ATAPI: Don't overwrite data in packet writes during Phase Data In. Fixes Solaris 2.6 CD installation on ide/atapi. 2022-11-30 16:01:33 +01:00
Miran Grča
9b73f1aa92 Merge pull request #2896 from sharkcz/fix
fix build for non-dynarec platforms
2022-11-30 01:53:50 +01:00
OBattler
f14535b389 There's no need for MC6 readout to be a special case, given that it neatly fits in with the prceding 4 cases. 2022-11-28 15:17:16 +01:00
OBattler
b89c397912 Added a missing break in optimc_read(). 2022-11-27 20:49:47 +01:00
Dan Horák
8c9dd1d7c8 fix build for non-dynarec platforms 2022-11-26 16:58:31 +01:00
RichardG867
ab086750ec VISO: Disable temporary logging 2022-11-25 16:33:04 -03:00
OBattler
9175d060f5 Ignore the internal mouse on the Olivetti machine if the mouse is not set to internal, fixes serial mouse on both the Olivetti M24 and M240, closes #2880. 2022-11-24 20:54:28 +01:00
OBattler
bb10613c91 Sanitized some Trantor T128 code. 2022-11-24 20:52:52 +01:00
Miran Grča
fff27e6aba Merge pull request #2892 from Cacodemon345/patch-110
OPTiMC: Gameport remains enabled at startup
2022-11-24 20:51:24 +01:00
Cacodemon345
7d21e53bff OPTiMC: Gameport remains enabled at startup 2022-11-25 01:21:16 +06:00
OBattler
745b6da2d2 Added the NULL sound filter to the OPTi 82c929 code. 2022-11-24 01:48:33 +01:00
RichardG867
033deeedb5 VISO: Allow short directory names to have an extension 2022-11-23 17:33:45 -03:00
RichardG867
d75fe8f326 Change temporary logging behavior so as to not leave Mac users out 2022-11-22 20:07:17 -03:00
RichardG867
3dbfedbff0 Temporarily enable VISO logging 2022-11-22 20:00:59 -03:00
Miran Grča
db3ca363fc Merge pull request #2890 from Cacodemon345/acer_s20_mpu401
AD1848: Writes to register 27 are rejected on Crystal
2022-11-22 14:57:00 +01:00
Cacodemon345
8bbcbc7baf AD1848: Writes to register 27 are rejected on Crystal 2022-11-22 11:48:50 +06:00
RichardG867
26dfadb73f VISO: Fix opendir fds still leaking under some circumstances 2022-11-21 17:18:56 -03:00
RichardG867
bdddfdb4b8 VISO: Overhaul format selection system 2022-11-21 17:07:33 -03:00
RichardG867
711eaf5bdd VISO: Automatically disable version suffixes upon detecting Windows NT El Torito boot structure 2022-11-21 16:23:42 -03:00
RichardG867
0f76828663 Merge branch 'master' of ssh://github.com/86Box/86Box 2022-11-21 16:18:36 -03:00
Miran Grča
00c42cb603 Merge pull request #2887 from Cacodemon345/acer_s20_mpu401
OPTiMC: MC6 register is readable, despite what the datasheet says
2022-11-21 20:17:47 +01:00
RichardG867
1695980271 VISO: Add flags field and calculate timezone format on ISO only 2022-11-21 15:58:33 -03:00
Cacodemon345
9f548d4a22 OPTiMC: MC6 register is readable, despite what the datasheet says 2022-11-22 00:53:44 +06:00
RichardG867
1ec5765f3f VISO: Fix file descriptor leak on directory traversal 2022-11-21 15:52:23 -03:00
RichardG867
dadc6ee2a7 VISO: Fix segfault if a directory fails to be enumerated 2022-11-21 15:36:20 -03:00
RichardG867
2cf20cb7b3 Merge branch 'master' of ssh://github.com/86Box/86Box 2022-11-21 14:29:09 -03:00
Miran Grča
b27f5e5036 Merge pull request #2886 from 86Box/tc1995
Ported the 3c500/3c501 nic from VirtualBox.
2022-11-21 17:12:13 +01:00