summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/am79c90.cpp
Commit message (Expand)AuthorAgeFilesLines
* am79c90: improve interrupt logic [Brice Onken] Patrick Mackinlay2024-06-051-4/+6
* Change parameter type for device_network_interface::set_mac from char * to u8 * AJR2023-09-191-1/+1
* akiko, am79c90, i82586, k053252, spi_sdcard, stvcd, t10mmc, t10sbc, t10spc: U... AJR2023-09-171-19/+10
* am7990: rmd3 mcnt is 0 on error Patrick Mackinlay2023-08-161-1/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-5/+1
* 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-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