summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/dp83932c.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* dp83932c: fix receive overflow logic Patrick Mackinlay2024-01-181-19/+28
* atastorage.cpp, ch376.cpp, dp83932c.cpp, smc91c9x.cpp: Use multibyte.h helpers AJR2024-01-071-7/+5
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-2/+0
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-1/+0
* dp83932c.cpp: Use swapendian_int16 AJR2022-09-221-2/+3
* machine/dp83932c.cpp: Support BE mode and transmission packet appending (#9910) Brice Onken2022-06-121-34/+54
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* 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-1/+1
* dinetwork: don't transmit fcs Patrick Mackinlay2021-05-101-1/+1
* dp83932c: implement networking Patrick Mackinlay2020-01-221-74/+521
* (nw) Clean up the mess on master Vas Crabb2019-03-261-83/+70
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-70/+83
* dp83932c: refactored, still a skeleton/wip (nw) Patrick Mackinlay2019-01-221-83/+70
* jazz: new skeleton driver (nw) Patrick Mackinlay2018-09-201-0/+140