summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/rtc9701.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/rtc9701.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/rtc9701.cpp')
-rw-r--r--src/devices/machine/rtc9701.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/machine/rtc9701.cpp b/src/devices/machine/rtc9701.cpp
index a8ccc5cec7f..8cbf5e4066a 100644
--- a/src/devices/machine/rtc9701.cpp
+++ b/src/devices/machine/rtc9701.cpp
@@ -15,9 +15,6 @@
#include "machine/rtc9701.h"
-ALLOW_SAVE_TYPE(rtc9701_device::state_t);
-
-
//**************************************************************************
// GLOBAL VARIABLES
//**************************************************************************