summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/osdnet.h
Commit message (Expand)AuthorAgeFilesLines
* osd: Cleaned up MIDI and network interfaces a little more. Vas Crabb2024-03-011-2/+0
* osd/osdnet.cpp: Removed dependency from OSD network device to libemu. (#12058) Vas Crabb2024-02-251-14/+22
* schedule/timer: be more consistent with s32 param hap2023-12-111-1/+1
* OSD/network interface cleanup AJR2022-08-281-0/+1
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* -Got rid of most of the remaining problematic uses of make_unique_clear. Vas Crabb2020-09-301-2/+10
* there are reasons for things being the way they were (nw) Vas Crabb2020-01-311-1/+1
* fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) Oliver Stöneberg2020-01-301-1/+1
* interpro: notworking -> networking (#3815) Patrick Mackinlay2018-09-041-1/+1
* Better support for screen orientation/geometry: Vas Crabb2018-07-261-3/+5
* osdnet: don't call it close (nw) cracyc2018-06-011-1/+1
* osdnet: prevent segfault at stop and when selecting device from menu (nw) cracyc2018-06-011-0/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* Small cleanup (nw) Miodrag Milanovic2016-11-111-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
* more cleanup (nw) Miodrag Milanovic2016-07-011-2/+1
* did license settings for OG and Andrew, cleared up OSD part for licenses (nw) Miodrag Milanovic2015-05-091-2/+2
* Added license headers to the rest of files (nw) Miodrag Milanovic2015-05-071-0/+2
* netdev: fix race condition/crash when using the OSD to choose pcap devices. [... arbee2015-04-011-0/+2
* Converted pcap and taptun network code into modules. (nw) couriersud2015-01-301-17/+16
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-3/+3
* Sync with MESS all credited there (no whatsnew) Miodrag Milanovic2011-12-121-4/+17
* Fixed memory leaks in networking, used core functions for allocating memory, ... Miodrag Milanovic2011-11-221-0/+1
* Clean-ups and version bumpmame0143u6 Angelo Salese2011-09-201-2/+2
* Made network device selection to be per id, which makes it simpler, and doesn... Miodrag Milanovic2011-09-091-1/+1
* Added network support used by MESS implemented by Carl (no whatsnew) Miodrag Milanovic2011-09-091-0/+33