diff options
Diffstat (limited to 'src/devices/machine/i82586.cpp')
| -rw-r--r-- | src/devices/machine/i82586.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/machine/i82586.cpp b/src/devices/machine/i82586.cpp index 7dfc6272435..d543a019d7d 100644 --- a/src/devices/machine/i82586.cpp +++ b/src/devices/machine/i82586.cpp @@ -42,9 +42,6 @@ #include "logmacro.h" -ALLOW_SAVE_TYPE(i82586_base_device::cu_state); -ALLOW_SAVE_TYPE(i82586_base_device::ru_state); - DEFINE_DEVICE_TYPE(I82586, i82586_device, "i82586", "Intel 82586 IEEE 802.3 Ethernet LAN Coprocessor") DEFINE_DEVICE_TYPE(I82596_LE16, i82596_le16_device, "i82596sx_le", "Intel 82596 SX High-Performance 32-Bit Local Area Network Coprocessor (little)") DEFINE_DEVICE_TYPE(I82596_BE16, i82596_be16_device, "i82596sx_be", "Intel 82596 SX High-Performance 32-Bit Local Area Network Coprocessor (big)") |
