summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/m3002.cpp
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2021-04-19 10:57:25 -0700
committer Aaron Giles <aaron@aarongiles.com>2021-04-19 10:57:25 -0700
commit9394ff0593f142ad1ebf439052c3b57e19edd0fd (patch)
tree4f3aeeb1e12d1af0c2828b5a572a3afee4a94232 /src/devices/machine/m3002.cpp
parenteac508c0c5cb6b2da59603094e154776b944e99e (diff)
Detect array members that can't be replicated and manually register each item instead. Remove old ALLOW_SAVE_TYPE now that enums are implicitly supported. Add stricter checking of endpoint offsets. Some other cleanups.
Diffstat (limited to 'src/devices/machine/m3002.cpp')
-rw-r--r--src/devices/machine/m3002.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/machine/m3002.cpp b/src/devices/machine/m3002.cpp
index fd93666a55f..3414346e8ad 100644
--- a/src/devices/machine/m3002.cpp
+++ b/src/devices/machine/m3002.cpp
@@ -28,8 +28,6 @@ DEFINE_DEVICE_TYPE(M3000, m3000_device, "m3000", "EM M 3000 Real Time Clock")
// DEVICE CONSTRUCTION AND INITIALIZATION
//**************************************************************************
-ALLOW_SAVE_TYPE(m3002_device::mux_state);
-
//-------------------------------------------------
// m3002_device - constructor
//-------------------------------------------------