diff options
author | 2011-02-14 19:00:08 +0000 | |
---|---|---|
committer | 2011-02-14 19:00:08 +0000 | |
commit | 9584a1bb5911627b0d3c8d1d2acbd3360af862db (patch) | |
tree | 762e58ec3a956138cd6e6c4a83e1f93c990a76a8 /src/emu/sound/multipcm.c | |
parent | 2d3b7074c07941f4bd4d631cd9403c06ea2e4cec (diff) |
fix savestate assert
Diffstat (limited to 'src/emu/sound/multipcm.c')
-rw-r--r-- | src/emu/sound/multipcm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/sound/multipcm.c b/src/emu/sound/multipcm.c index 29f11d42ace..a0cff9a46a7 100644 --- a/src/emu/sound/multipcm.c +++ b/src/emu/sound/multipcm.c @@ -49,6 +49,7 @@ struct _Sample }; typedef enum {ATTACK,DECAY1,DECAY2,RELEASE} _STATE; +ALLOW_SAVE_TYPE(_STATE); // allow save_item on a non-fundamental type struct _EG { int volume; // |