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/cpu/pace/pace.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/cpu/pace/pace.cpp')
| -rw-r--r-- | src/devices/cpu/pace/pace.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/cpu/pace/pace.cpp b/src/devices/cpu/pace/pace.cpp index 2bfba2cc338..ec01b564e68 100644 --- a/src/devices/cpu/pace/pace.cpp +++ b/src/devices/cpu/pace/pace.cpp @@ -56,8 +56,6 @@ DEFINE_DEVICE_TYPE(INS8900, ins8900_device, "ins8900", "National Semiconductor I // DEVICE CONSTRUCTION AND INITIALIZATION //************************************************************************** -ALLOW_SAVE_TYPE(pace_device::cycle); - //------------------------------------------------- // pace_device - constructor //------------------------------------------------- |
