Commit Graph

12578 Commits

Author SHA1 Message Date
Miran Grča
e0b3ca9263 Merge pull request #4248 from Cacodemon345/modem_emu
net_modem: TCP/IP support and Telnet emulation
2024-03-12 15:34:43 +01:00
Cacodemon345
515a69b318 Deal with accidental includes 2024-03-12 19:49:17 +06:00
Cacodemon345
3e623c88f4 More type fixes 2024-03-12 19:43:11 +06:00
Cacodemon345
097c9b4169 Fix SDL2 builds 2024-03-12 19:41:34 +06:00
Cacodemon345
dbd875285f Fix SDL2 builds 2024-03-12 19:38:52 +06:00
Cacodemon345
7d28e77273 EOF handling 2024-03-12 19:37:16 +06:00
Cacodemon345
074de35653 Telnet emulation 2024-03-12 19:34:01 +06:00
Cacodemon345
ea66c5fa74 Merge branch 'modem_emu' of ssh://github.com/Cacodemon345/86box into modem_emu 2024-03-12 19:25:35 +06:00
Miran Grča
4646fa5d12 Merge pull request #4247 from Cacodemon345/modem_emu
Modem emulation (includinng SLIP connectivity)
2024-03-12 11:45:03 +01:00
Cacodemon345
babadfb5c2 Handle large packets being sent 2024-03-12 16:23:35 +06:00
Cacodemon345
6be8ada352 Copyright text 2024-03-12 16:04:29 +06:00
Cacodemon345
59466a74f4 More TCP/IP related changes 2024-03-12 16:01:00 +06:00
Cacodemon345
fb8ff563b2 Oversight 2024-03-12 14:29:24 +06:00
Cacodemon345
d51ba85814 TCP/IP support 2024-03-12 14:27:19 +06:00
Miran Grča
8c298a5397 Merge pull request #4246 from 86Box/tc1995
Solved the IRQ mess of ESDI MCA.
2024-03-11 21:41:40 +01:00
TC1995
3aa81066d3 Solved the IRQ mess of ESDI MCA.
This should also fix the timing/fatal's on ramdisk speeds using said controller on NT and OS/2 on MCA.
2024-03-11 21:39:16 +01:00
Cacodemon345
10e0dbaafa Netsocket changes 2024-03-12 01:55:17 +06:00
Miran Grča
1dc908de83 Merge pull request #4244 from lemondrops/patch-1
Qt: Disable device checkboxes when ROMs for them aren't present
2024-03-11 16:19:44 +01:00
Alexander Babikov
8f9f5b2efb Disable the XGA checkbox when ROMs aren't available 2024-03-11 19:25:45 +05:00
Alexander Babikov
45e76af96f Disable the LBA Enhancer checkbox when the ROM isn't available 2024-03-11 19:25:13 +05:00
Cacodemon345
9f5d2a46bd Platform-specific netwok sockets 2024-03-11 16:35:57 +06:00
RichardG867
a3b8e0f1b2 DDC: Clarify some comments 2024-03-10 18:17:32 -03:00
RichardG867
e0c5eb49f1 DDC: EDID data improvements, hopefully fixes 1600x1200 on older OSes 2024-03-10 18:01:09 -03:00
Cacodemon345
8fd35fccb8 Make fifo8 resizing code more reliable 2024-03-11 02:02:49 +06:00
Cacodemon345
bc6b659e02 SLIP works properly now
Preparation for modem phonebook files
2024-03-11 01:49:58 +06:00
OBattler
18c04a3ef0 Merge remote-tracking branch 'origin/master' into version/4.2 2024-03-09 23:55:57 +01:00
OBattler
f4a7fd7190 Added two more ET4000AX BIOS'es. 2024-03-09 19:07:54 +01:00
OBattler
d4fa99648e SiS 5595 fixes, added the PC Chips M747, and corrected the name of the Aptiva. 2024-03-09 18:56:42 +01:00
OBattler
9006f31f45 Added the NEC Mate NX MA23C. 2024-03-09 14:46:33 +01:00
OBattler
567d66b788 Added the IBM Aptiva CM (Japanese PC 330). 2024-03-09 13:43:59 +01:00
OBattler
cb8b6b68a7 And made them on par with the Tseng ET4000AX, as the available data suggests. 2024-03-09 13:31:42 +01:00
OBattler
3061e9343c Give the TVGA 8900D-R faster timings. 2024-03-09 13:30:13 +01:00
OBattler
ca2492e893 Added the Trident TVGA 8900 D-R. 2024-03-09 13:18:31 +01:00
OBattler
908ce24198 Conflict resolution. 2024-03-09 11:39:35 +01:00
OBattler
10c7ee2aef Fixed some warnings. 2024-03-09 11:38:18 +01:00
Cacodemon345
af30550d94 Fix command mode 2024-03-09 15:49:08 +06:00
Cacodemon345
b5db53368f Logging and crash fixes 2024-03-09 14:58:12 +06:00
OBattler
27734a8728 AHA-1542CP: Return the correct firmware checksum. 2024-03-09 00:42:13 +01:00
OBattler
50d7340d01 Added the 1.02 German and 1.03 English versions of the AHA-1542CP BIOS. 2024-03-08 23:11:35 +01:00
OBattler
01d066ce4c MiniVHD: Some initialization sanitizations. 2024-03-08 22:37:18 +01:00
OBattler
cdd24b2ee8 Merge branch 'master' of https://github.com/86Box/86Box 2024-03-08 22:36:55 +01:00
OBattler
a45d268070 LBA Enhancer: Coding style. 2024-03-08 22:36:48 +01:00
Cacodemon345
ec8b8f2a92 Somewhat finish initial modem emulation 2024-03-09 01:37:13 +06:00
Cacodemon345
9488078c5a Work-In-Progress modem emulation 2024-03-08 16:45:17 +06:00
Miran Grča
92dbee39fa Merge pull request #4242 from lemondrops/joystick_mk2
Miscellaneous joystick cleanup
2024-03-08 06:43:42 +01:00
Alexander Babikov
1019953ba5 Add an option to build with SDL joystick backend on Windows 2024-03-08 01:33:14 +05:00
Alexander Babikov
2e10c5a870 CMake: Move DirectInput backend option to Win32 UI 2024-03-08 01:31:54 +05:00
OBattler
3e6b4aa9e1 S3 Trio64V+ VLB: Limit to a maximum of 2 MB video memory. 2024-03-06 22:51:24 +01:00
OBattler
3471cee112 Merge branch 'master' of https://github.com/86Box/86Box 2024-03-06 22:50:06 +01:00
OBattler
7c241ec64a Hyundai SUPER-16T: Increase maximum CPU speed to 8 MHz. 2024-03-06 22:49:58 +01:00