summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/dp8390.cpp
Commit message (Expand)AuthorAgeFilesLines
* osd: remove mac address filter from osd (fixes #13586) (#13614) Patrick Mackinlay2025-04-221-4/+14
* Change parameter type for device_network_interface::set_mac from char * to u8 * AJR2023-09-191-1/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-5/+1
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-1/+1
* dinetwork: Add mtu paramter and remove unnecessary floating point calculation... tedgreen992022-05-121-1/+1
* Use swapendian_int16/int32 in more devices AJR2020-07-291-1/+1
* dp8390: Eliminate CS line handler; use separate read and write handlers inste... AJR2020-06-041-40/+33
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-211-2/+2
* dp8390d, rtl8019a: Improve device names (nw) AJR2018-11-101-2/+2
* dp8390: allow AppleTalk broadcast through recv rakslice2018-08-191-1/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-15/+19
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-13/+13
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* reverting: Miodrag Milanovic2016-01-201-3/+3
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* Fixed uninitialized class members Miodrag Milanovic2015-11-191-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+479