Commit Graph

88 Commits

Author SHA1 Message Date
Wengier
baaebd367b make unit tests available in all debug builds 2021-11-23 06:19:51 -05:00
Wengier
219f3ebf89 Add Google unit test for VS builds (via -tests option) 2021-11-23 04:53:22 -05:00
Allofich
5375c9938d Add gui_tk.h to VS project 2021-09-21 00:36:08 +09:00
Allofich
875afadf15 Remove duplicate and unopenable sn76496.h in VS 2021-08-22 18:33:53 +09:00
Cimarron Mittelsteadt
4dcb037dae Added missing builtin sources to the visual studio project configuration 2021-08-07 13:05:00 -07:00
Wengier
c19306103e update project file 2021-07-25 12:18:34 -04:00
Wengier
9e8ff116e0 add support for Japanese DOS/V mode 2021-06-04 20:47:45 -04:00
Wengier
e86d74401c just to fix the VS2019 compilation issue due to the new RetroWaveLib 2021-04-21 16:00:32 -04:00
Wengier
1839813d9a fix 2021-03-14 08:28:18 -04:00
Jookia
ee071c5853 ethernet_slirp: Add libslirp EthernetConnection backend
The existing Ethernet connection implementation is PCAP-based. This
allows bridging your virtual machine directly to the host's network, but
requires elevated permissions on your OS and appropriate drivers which
often aren't available on Wi-Fi cards.

This commit adds a libslirp-based backend that provides just enough
internal networking to handle TCP/IP out of the guest to host, LAN or
Internet. As such things like ICMP, IPX and NetBIOS don't work properly.

The use case for this connection is to give Internet access to the guest
for things like IRC, HTTP and other connections to online services.
2021-03-06 09:17:00 +11:00
Jookia
9a2af73a2a ethernet_pcap: Move NE2000 pcap code to PcapEthernetConnection
This change separates the pcap code out of the NE2000 code to its own
EthernetConnection backend, and modifies the NE2000 to use the
EthernetConnection abstraction.
2021-03-06 09:16:59 +11:00
Jookia
ca9111abc2 ethernet: Add EthernetConnection interface
Currently DOSBox-X only supports one emulated network adapter and one
network backend: the NE2000 using libpcap.

In order to change either of those we need an abstraction between them,
and as such I've written the EthernetConnection interface.

The EthernetConnection interface will be used by emulated network
adapters (such as the NE2000) to send and received Ethernet frames to
and from the guest, usually through a DOS packet driver.

The actual implementation of EthernetConnection objects will take the
packets sent from the emulated network adapter and pass them to some
kind of backend (such as libpcap) then pass any received packets from
the backend back to the guest network adapter.

This will allow more emulated Ethernet adapters and more network
backends to be implemented with minimal changes to unrelated code.
2021-03-05 05:39:11 +11:00
Wengier
7b0545166f Add REPLACE command 2021-02-13 04:11:46 -05:00
Wengier
430f2fb795 add CHCP command and more codepages 2021-02-05 18:07:02 -05:00
Allofich
3ce680aef6 Move file in VS project to match actual directory 2021-01-31 17:31:35 +09:00
Allofich
fdbedcddbd Add core_dyn_x86 folder to VS solution 2021-01-23 03:38:15 +09:00
Wengier
f205441713 fixes 2020-12-20 15:44:15 -05:00
Jose Phillips
a7a8bae1b6 Support for OPL3Duo Board 2020-11-29 17:11:33 -05:00
Wengier
ee3121006a more TTF improvements, including support for non-Windows platforms 2020-11-14 19:31:17 -05:00
Wengier
a5ff5c232f Add OPUS CDDA support 2020-10-27 05:21:41 -04:00
Wengier
9b6f987d2e move fluidsynth files and fix -socket option 2020-10-22 19:22:59 -04:00
Wengier
39cea90974 re-add dynamic x86 core 2020-10-12 02:17:44 -04:00
Wengier
e725360f94 Add SORT command 2020-09-27 10:30:03 -04:00
Wengier
b14ae08cc4 move src/xBRZ to src/libs/xBRZ 2020-09-23 19:17:52 -04:00
Wengier
4c3432c3c7 updated MUNT MT32 to version 2.4.0 2020-09-23 16:20:47 -04:00
Wengier
923f7e24f6 move src/mt32 to src/libs/mt32 2020-09-23 12:01:48 -04:00
Wengier
b6a718f323 Included FluidSynth for VS builds 2020-09-22 12:20:43 -04:00
Wengier
52f855bee9 update README 2020-09-19 21:32:27 -04:00
Jonathan Campbell
b22a301710 Merge pull request #1807 from josephillips85/master
Support for OPL2 Audio Board
2020-08-19 15:26:57 -07:00
Wengier
301abc3b34 support for glide wrapper 2020-08-04 22:01:51 -04:00
Wengier
2622e14e35 CP 853 2020-07-30 15:20:07 -04:00
Wengier
33717bfe5b CP 808 mods 2020-07-30 10:23:33 -04:00
Wengier
186c07a3ea CP 872 2020-07-29 18:18:20 -04:00
Wengier
7a9a27c2a4 CP 857/863/869 too 2020-07-29 17:47:44 -04:00
Wengier
bbf35dba92 Add CP 852/855 2020-07-29 15:05:37 -04:00
Wengier
2f39b7171e Add codepage 850/858 and changing options via config 2020-07-29 13:23:04 -04:00
Jose Phillips
ca69eecfd2 Support for OPL2 Audio Board 2020-06-13 01:45:14 -05:00
Phil Krylov
932a2774d6 Add CP866 to translated filesystem codepages 2020-06-09 03:28:05 +03:00
Jonathan Campbell
43efd9c626 Update VS2017 projectfile 2019-10-27 21:15:24 -07:00
Jonathan Campbell
102ab08080 Update VS2017 project file to reflect zmbv.cpp change 2019-10-01 10:32:41 -07:00
Jonathan Campbell
802f9f1f53 hardware.cpp includes zmbv.cpp directly, do not reference directly in project file 2019-09-29 12:26:54 -07:00
Jonathan Campbell
844a5a8f86 vs2017 fixup 2019-09-29 12:20:58 -07:00
Allofich
ede502b087 Add missing files to Visual Studio solution 2019-09-30 00:02:46 +09:00
Allofich
c6747e1042 Merge MAME sound from SVN, except Tandy 2019-06-18 22:36:46 +09:00
Allofich
4fc44b8f98 Remove empty file 2019-06-15 20:13:23 +09:00
Allofich
33add91792 Finish removing modules.h from the VS2017 solution 2019-06-15 20:13:22 +09:00
Allofich
9c9f9a3059 Add midi.h to Visual Studio solution 2019-05-14 20:25:11 +09:00
Allofich
806ffc7aa6 Remove core_dyn_x86.cpp from VS solution 2019-04-28 22:57:40 +09:00
Jonathan Campbell
b65b4698ff VS2017 update project and solution 2019-04-10 22:57:17 -07:00
Jonathan Campbell
15a4f4223b Update VS2017 2019-04-09 17:37:49 -07:00