mirror of
https://github.com/holub/mame
synced 2025-10-05 16:50:57 +03:00
dp8390d, rtl8019a: Improve device names (nw)
This commit is contained in:
parent
b1c292726b
commit
9a06a7d23a
@ -6,8 +6,8 @@
|
||||
#define DP8390_BYTE_ORDER(w) ((m_regs.dcr & 3) == 3 ? ((data << 8) | (data >> 8)) : data)
|
||||
#define LOOPBACK (!(m_regs.dcr & 8) && (m_regs.tcr & 6))
|
||||
|
||||
DEFINE_DEVICE_TYPE(DP8390D, dp8390d_device, "dp8390d", "DP8390D")
|
||||
DEFINE_DEVICE_TYPE(RTL8019A, rtl8019a_device, "rtl8019a", "RTL8019A")
|
||||
DEFINE_DEVICE_TYPE(DP8390D, dp8390d_device, "dp8390d", "DP8390D NIC")
|
||||
DEFINE_DEVICE_TYPE(RTL8019A, rtl8019a_device, "rtl8019a", "RTL8019A Ethernet Controller")
|
||||
|
||||
dp8390d_device::dp8390d_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
|
||||
: dp8390_device(mconfig, DP8390D, tag, owner, clock, TYPE::DP8390D, 10.0f)
|
||||
|
Loading…
Reference in New Issue
Block a user