summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/am79c90.cpp
Commit message (Expand)AuthorAgeFilesLines
* - 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
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-171-2/+2
* am79c90: minor fixes (nw) Patrick Mackinlay2018-12-181-4/+10
* am79c90: many fixes (nw) Patrick Mackinlay2018-11-251-172/+227
* am79c90: fixes (nw) Patrick Mackinlay2018-11-221-39/+75
* am79c90: forced collision mode (nw) Patrick Mackinlay2018-11-211-3/+32
* am79c90: enable communication Patrick Mackinlay2018-11-201-426/+597
* am79c90: added am7990 variant (nw) Patrick Mackinlay2018-10-111-20/+38
* srcclean (nw) Vas Crabb2018-09-231-5/+5
* -sun4: Miscellaneous DMA fixes, nw mooglyguy2018-09-101-2/+2
* -am79c90: Added rudimentary AMD 79C90 LANCE ethernet controller support, enou... mooglyguy2018-09-081-0/+570