From 5bce46bd7561ae1857c7e17614133f01f984ae78 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Thu, 5 Mar 2020 21:23:21 +1100 Subject: Removed winpcap and cleaned up network module selection. (nw) The pcap.h header itself has the problematic original BSD license, including the obnoxious advertising clause. Using tap/tun networking on Windows provides a much better experience, so the extra setup is worth it. This patch also allows you to enable pcap on platforms where it's disabled by default with USE_PCAP=1 if you really want to use it. --- COPYING | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'COPYING') diff --git a/COPYING b/COPYING index 74d0fc76826..7cd1ef9f2af 100644 --- a/COPYING +++ b/COPYING @@ -25,6 +25,35 @@ General Public License for more details. This software is based in part on the work of the Independent JPEG Group. +The contents of the hash directory are dedicated to the public domain +as described in docs/legal/CC0. + +No Copyright + +The person who associated a work with this deed has dedicated the work +to the public domain by waiving all of his or her rights to the work +worldwide under copyright law, including all related and neighboring +rights, to the extent allowed by law. + +You can copy, modify, distribute and perform the work, even for +commercial purposes, all without asking permission. See Other +Information below. + +Other Information + + * In no way are the patent or trademark rights of any person affected + by CC0, nor are the rights that other persons may have in the work + or in how the work is used, such as publicity or privacy rights. + + * Unless expressly stated otherwise, the person who associated a work + with this deed makes no warranties about the work, and disclaims + liability for all uses of the work, to the fullest extent permitted + by applicable law. + + * When using or citing the work, you should not imply endorsement by + the author or the affirmer. + + Asio C++ Library Copyright (c) 2003-2016 Christopher M. Kohlhoff (chris at kohlhoff dot com) -- cgit v1.2.3-70-g09d2 lue='saturn_cdblock'>saturn_cdblock MAME - Multiple Arcade Machine Emulator
summaryrefslogtreecommitdiffstatshomepage
BranchCommit messageAuthorAge
aaron-nl3005: latest updates Aaron Giles5 years
aaron-pci-cleanupMove all pci_device methods to new interface class device_pci_interface. Chan... Aaron Giles4 years
arm3_coproMinor notes angelosa6 years
asmjitasmjit: mame integration Patrick Mackinlay3 years
cdimono2_wip-cdimono2: Added more logging for SERVO ports, nw MooglyGuy5 years
cdplay-cdplay: Created branch for experimental cd-player driver. [Ryan Holtz] Ryan Holtz5 years
cdtv_chd-v5hash/cdtv.xml: convert old CHDs to v5 angelosa2 years
dc_pvr-threadsega/powervr2.cpp: apply portions of PR #7746 to newest code angelosa24 months
deprecatedMerge branch 'master' into deprecated Aaron Giles4 years
docs_wavwritedocs: fix -wavwrite example typo angelosa16 months
draggable-layoutAdd support for dragging position-animated layout items. Aaron Giles4 years
dribbling-nlMerge branch 'dribbling-nl' of https://github.com/mamedev/mame into dribbling-nl Aaron Giles5 years
hlsl_aviplayMore work towards generic AVI playback, nw MooglyGuy6 years
lisaRemove leftover Olivier Galibert3 months
lua_engine_ui_refactor_2Typo fix npwoods6 years
m57_troangel-blueseairem/m57_v.cpp: swap red PROM palette bit meaning as per #11443 angelosa21 months
make_coco_fdc_fixed[CoCo] Backing out MCFG_SLOT_FIXED(true) Nathan Woods8 years
masterOnly link asmjit if native DRCs are built. Vas Crabb27 min.
n64-angrylionnw, initial merge of angrylion's RDP changes. therealmogminer@gmail.com10 years
netlist-generatednetlist.lua: Fix merge, remove headers again. couriersud5 years
new_menusSwallowing shortcut keys the first time the menu comes up; now ESC in the F4 ... Nathan Woods11 years
nl-splitfrogsWorking now. Original speed: 215%. Split speed: 491%. Ideally should be Aaron Giles5 years
nl_dipsFix missing parentheses Aaron Giles5 years
nltool-updatesnltool: Improvements to static solver generation: Aaron Giles5 years
py_regtestsImprove abstract class docs angelosa4 years
qt6_position-fixchore: identifier changed pattern ... angelosa4 months
rendlay_vid-render: Added optional per-frame update support to layout elements. [Ryan Ho... mooglyguy5 years
saturn_cdblockAttempting to change transfer active mechanism, doesn't change anything, to b... angelosa10 years
saturn_vdp_splitsegasaturn_vdp2.cpp: add m_gfxdecode device, fix startup crash. Add notes rev... angelosa3 years
save-experimentsBetter handling of null/missing items. More consistent error handling. Reduce... Aaron Giles4 years
save_structsUpdate voodoo code to leverage new save_registrar instead of its own temporar... Aaron Giles4 years
shangha3_dropshangha3_v.cpp: proposed fix for shangha3 drawing phantom drop shadows for pl... angelosa3 years
taitoair_vcotaito/tc0080vco.cpp: describe fix angelosa2 years
taitowlf_zoomtaito/taitowlf.cpp: preliminary Zoom hookup angelosa23 months
time-experimentsRemaining fixes Aaron Giles4 years
time-experiments2Stop memsetting structures. Aaron Giles4 years
vamphalf_misncrftvamphalf.cpp: move wyvernwg to own state machine, add some basic protection t...