summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i82586.cpp
Commit message (Expand)AuthorAgeFilesLines
* machine/i82586.cpp: Use multibyte helpers instead of casting buffer pointer AJR2025-12-141-30/+21
* dinetwork: packet logging helper (#14125) Patrick Mackinlay2025-09-121-19/+6
* osd/osdnet.cpp: Removed dependency from OSD network device to libemu. (#12058) Vas Crabb2024-02-251-7/+7
* Change parameter type for device_network_interface::set_mac from char * to u8 * AJR2023-09-191-2/+2
* akiko, am79c90, i82586, k053252, spi_sdcard, stvcd, t10mmc, t10sbc, t10spc: U... AJR2023-09-171-46/+28
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-2/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-2/+2
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-1/+0
* i82586: interrupts are level triggered Patrick Mackinlay2022-07-181-6/+16
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-12/+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-1/+1
* i82586: tolerate missing irq callback Patrick Mackinlay2022-01-261-1/+1
* i82586: various fixes Patrick Mackinlay2021-06-011-43/+48
* dinetwork: don't transmit fcs Patrick Mackinlay2021-05-101-1/+1
* i82586: fix address hash and multicast setup bugs Patrick Mackinlay2021-01-071-63/+74
* bus/isa/np600: More findings (nw) AJR2019-04-291-1/+0
* i82586: Add line handler for reset (nw) AJR2019-04-291-0/+20
* i82586: loopback mode fixes (nw) Patrick Mackinlay2019-04-051-78/+46
* i82586: formatting (nw) Patrick Mackinlay2018-10-181-26/+26
* interpro: notworking -> networking (#3815) Patrick Mackinlay2018-09-041-113/+159
* i82586: fixed 82586 initialisation Patrick Mackinlay2017-09-051-21/+26
* i82586: functional, ~90% complete (#2498) Patrick Mackinlay2017-07-211-19/+1881
* Clean this up to match the direction we're going (nw) Vas Crabb2017-07-101-2/+2
* i82586: intel 82586/82596 ethernet controllers, skeleton only (nw) (#2456) Patrick Mackinlay2017-07-101-0/+119