diff options
| author | 2021-04-19 10:57:25 -0700 | |
|---|---|---|
| committer | 2021-04-19 10:57:25 -0700 | |
| commit | 9394ff0593f142ad1ebf439052c3b57e19edd0fd (patch) | |
| tree | 4f3aeeb1e12d1af0c2828b5a572a3afee4a94232 /src/devices/machine/rtc9701.cpp | |
| parent | eac508c0c5cb6b2da59603094e154776b944e99e (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.cpp | 3 |
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 //************************************************************************** |
