summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/am79c90.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove void *ptr parameter from emu_timer, timer_device and all related ↵ AJR2022-01-261-1/+1
| | | | callbacks
* 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
| | | | | | * corrected transmit buffer minimum length check * don't reset on stop if already set * additional logging
* am79c90: many fixes (nw) Patrick Mackinlay2018-11-251-172/+227
| | | | | | | | | Significantly reduces the number of diagnostic errors reported by hp9k_3xx, while not breaking the Amiga, MIPS or NCD drivers. Many uncertainties or errors have been addressed, however external loopback, some timing issues and some hp9k_3xx-specific issues still have to be resolved. Actual networking via tun is tested functional with Amiga and MIPS drivers. * corrected reset behaviour * corrected internal loopback behaviour * descriptor handling fixes * fixed multicast hash logic * corrected csr0 logic
* am79c90: fixes (nw) Patrick Mackinlay2018-11-221-39/+75
| | | | | | | | * took over copyright due to near-total rewrite * tweaked logging * corrected tx/rx on/off behaviour * block register access while not stopped * crc error is an error
* am79c90: forced collision mode (nw) Patrick Mackinlay2018-11-211-3/+32
| | | | Also fixed some error handling.
* am79c90: enable communication Patrick Mackinlay2018-11-201-426/+597
| | | | decstation, mips and sun4 all updated to match
* am79c90: added am7990 variant (nw) Patrick Mackinlay2018-10-111-20/+38
| | | | These devices have a number of differences. This change only addresses a very minor detail regarding reserved bits in CSR1 and CSR2, enabling MIPS Rx2030 diagnostics to pass.
* 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, ↵ mooglyguy2018-09-081-0/+570
enough to make sun4 happy. [Ryan Holtz]