summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/multipcm.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/sound/multipcm.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/sound/multipcm.cpp')
-rw-r--r--src/devices/sound/multipcm.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/sound/multipcm.cpp b/src/devices/sound/multipcm.cpp
index 7243340c9fe..e6c76e923c9 100644
--- a/src/devices/sound/multipcm.cpp
+++ b/src/devices/sound/multipcm.cpp
@@ -38,7 +38,6 @@
#include "multipcm.h"
#include "wavwrite.h"
-ALLOW_SAVE_TYPE(multipcm_device::state_t); // allow save_item on a non-fundamental type
/*******************************
ENVELOPE SECTION