Commit Graph

13238 Commits

Author SHA1 Message Date
OBattler
cb275dd6a3 Fixes the behavior of F(N)INIT and F(N)SAVE on 8087, fixes the only MCPDIAG failure that was actually an 86Box bug, closes #4518. 2024-07-29 04:34:47 +02:00
OBattler
4d3b062793 net_modem.c: Fix credits. 2024-07-28 06:22:06 +02:00
OBattler
c32c685070 vid_svga.c: Allocate 8 bytes more of video memory to avoid segmentation faults. 2024-07-28 03:44:45 +02:00
OBattler
91021c55e3 The exclamation mark icon. 2024-07-28 03:36:43 +02:00
OBattler
4ae901c901 Genoa Unknown 486: Port 92h controls the exact same gate as the KBC, fixes #4660. 2024-07-28 02:26:43 +02:00
OBattler
72311a301b Merge branch 'master' of https://github.com/86Box/86Box 2024-07-28 01:01:06 +02:00
OBattler
760c720352 Assorted FDC and PCjr video fixes, fixes #4659. 2024-07-28 01:00:58 +02:00
RichardG867
2b399e210f Network: Force SLiRP for PLIP as well 2024-07-27 19:45:53 -03:00
RichardG867
0ae49490d2 Network: Make packet dumping work again 2024-07-27 19:43:50 -03:00
OBattler
3f3c2c802a Merge branch 'master' of https://github.com/86Box/86Box 2024-07-27 16:58:46 +02:00
OBattler
aca6355eb2 Rewrote a line in unix.c, fixes #4658. 2024-07-27 16:58:36 +02:00
Miran Grča
7413f7d9f3 Merge pull request #4657 from mourix/master
Microtouch: add option to turn off visible mouse crosshair
2024-07-26 22:57:41 +02:00
RichardG867
09ba9a1fb2 Modem: Respond to % escaped commands, fixes Windows autodetection taking a long time 2024-07-26 17:07:49 -03:00
RichardG867
b418b0d186 Modem: Clean up some dead code 2024-07-26 16:45:17 -03:00
RichardG867
b19bf7782b MGA: Fix warning with devbranched G100 2024-07-26 16:44:31 -03:00
RichardG867
e91ffcffa2 Modem: Add SLIP alias for Win9x/IE5 with numbering rules enabled 2024-07-26 16:17:50 -03:00
RichardG867
d0b2efface Modem: Convert phonebook parse failure to pclog 2024-07-26 16:11:54 -03:00
OBattler
ad04a7735e Bump version to 4.2.1. 2024-07-26 21:09:47 +02:00
OBattler
3853979b3f DataExpert SX495: Apply the bus speed and voltage limits to the MR BIOS version as well. 2024-07-26 21:08:56 +02:00
OBattler
4b24142deb RadiSys EPC-2102: Use the correct Flash chip (turned out to be SST 39SF010). 2024-07-26 21:06:57 +02:00
OBattler
4178d66303 Merge branch 'master' of https://github.com/86Box/86Box 2024-07-26 21:03:07 +02:00
OBattler
b7582ca250 RadiSys EPC-2102: Initialize NVR to 00h instead of FFh, fixes the password. 2024-07-26 21:02:59 +02:00
Jos van Mourik
04a7a35f27 Microtouch: add option to turn off visible mouse crosshair for people using touchscreens 2024-07-26 20:12:10 +02:00
Miran Grča
5a5fd566cf Merge pull request #4656 from mourix/master
Microtouch: Simplify mouse button and calibration checks
2024-07-26 19:02:18 +02:00
Jos van Mourik
66d2cc6101 Cleanup 2024-07-26 02:11:21 +02:00
Jos van Mourik
bd58ad48da Refactor code, make format tablet calibration not happen automatically 2024-07-26 01:19:12 +02:00
OBattler
70c6e39c02 Ran bumpversion.sh to update the dates. 2024-07-26 00:46:38 +02:00
OBattler
3897cdd311 Fix compile-breaking mistake in net_dp8390.c. 2024-07-26 00:43:57 +02:00
OBattler
e377e58881 Assorted fixes and Dev branched the Matrox G100 and the PCL printer. 2024-07-26 00:39:11 +02:00
Jos van Mourik
4762d2bec0 Update comments 2024-07-25 22:25:54 +02:00
Miran Grča
c3f3ea12a4 Merge pull request #4654 from 86Box/tc1995
Initial implementation of the timed FIFO on the ViRGE
2024-07-25 21:42:23 +02:00
TC1995
b91a0d1a14 Initial implementation of the timed FIFO on the ViRGE
See above.
2024-07-25 21:40:37 +02:00
Miran Grča
ae01932e3b Update machine_table.c 2024-07-25 20:25:42 +02:00
Miran Grča
ec6cb00918 Update machine_table.c 2024-07-25 20:21:11 +02:00
OBattler
93b5c2f5d4 RadiSys EPC-2012: Give it a different keyboard controllers, fixes CMOS settings saving. 2024-07-25 20:03:43 +02:00
OBattler
5453f2c3b7 Fixed a compile-breaking mistake in machine_table.c. 2024-07-25 19:58:21 +02:00
OBattler
06877f97c7 Reverted the accidental removal of the RadiSys. 2024-07-25 19:53:45 +02:00
OBattler
9cee5b41af And the 486's. 2024-07-25 19:20:00 +02:00
OBattler
a94f9d8381 All the requested machine table corrections except for the 486's. 2024-07-25 19:13:38 +02:00
OBattler
5912a88a1b Fixed initializations in the CD-ROM code, fixes #4653. 2024-07-25 19:05:05 +02:00
OBattler
8264b70825 Removed an excess line from Compaq Genoa init. 2024-07-25 06:56:24 +02:00
OBattler
3ea7f2ad92 OPTi chipset mask and CPU fixes, fixes #895. 2024-07-25 06:54:26 +02:00
OBattler
0af09b0578 Removed the excess logging from fdd_mfm.c. 2024-07-25 00:48:46 +02:00
OBattler
f36c813ca5 HxC MFM format: Add heuristic to default to a sane RPM when the RPM in the image is set to 0, fixes #4357. 2024-07-25 00:46:33 +02:00
Miran Grča
0fe7d449ad Merge pull request #4651 from jriwanek-forks/niggles
Remove dead code in scsi_ncr5380.h
2024-07-24 19:13:42 +02:00
Jasmine Iwanek
81ae79c3ca Remove dead code in scsi_ncr5380.h 2024-07-24 13:11:41 -04:00
Miran Grča
e152ba6256 Merge pull request #4647 from jriwanek-forks/experimental
experimental preset renamed to dev_debug
2024-07-24 17:43:43 +02:00
OBattler
be944a15e6 Ported more Sidewinder Pad changes from PCem. 2024-07-24 17:43:12 +02:00
OBattler
ad9009bfe9 Removed an excess timer_process() call from src/game/joystick_sw_pad.c. 2024-07-24 05:36:44 +02:00
Jasmine Iwanek
cf26ed11bf experimental preset renamed to dev_debug 2024-07-23 22:16:44 -04:00