summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/edlc.cpp
Commit message (Expand)AuthorAgeFilesLines
* osd/osdnet.cpp: Removed dependency from OSD network device to libemu. (#12058) Vas Crabb2024-02-251-2/+2
* schedule/timer: be more consistent with s32 param hap2023-12-111-2/+2
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-4/+0
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-1/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-2/+2
* dinetwork: Add mtu paramter and remove unnecessary floating point calculation... tedgreen992022-05-121-1/+1
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-2/+2
* dinetwork: don't transmit fcs Patrick Mackinlay2021-05-101-1/+1
* edlc: add 80c03 support (nw) Patrick Mackinlay2020-03-161-28/+287
* edlc: read/write/reset handlers (nw) Patrick Mackinlay2019-06-271-8/+73
* new device seeq8003 Patrick Mackinlay2019-06-261-0/+318