diff options
author | 2016-11-19 06:42:55 +1100 | |
---|---|---|
committer | 2016-11-19 06:42:55 +1100 | |
commit | 70db05044ae21e83a1671bde445cf90020602dfd (patch) | |
tree | 24371599f73fc28a94ce562f2154cb53d19ab33a /src/devices/sound/fm2612.cpp | |
parent | ac4d5ee749a67b8cdb73fab52bc3acd86f537833 (diff) |
Another one (nw)
Diffstat (limited to 'src/devices/sound/fm2612.cpp')
-rw-r--r-- | src/devices/sound/fm2612.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/fm2612.cpp b/src/devices/sound/fm2612.cpp index c3527420754..61c65b6a3dc 100644 --- a/src/devices/sound/fm2612.cpp +++ b/src/devices/sound/fm2612.cpp @@ -1689,7 +1689,7 @@ static inline void CSMKeyControll(fm2612_FM_OPN *OPN, fm2612_FM_CH *CH) OPN->SL3.key_csm = 1; } -#ifdef __SAVE_H__ +#ifdef MAME_EMU_SAVE_H /* FM channel save , internal state only */ static void FMsave_state_channel(device_t *device,fm2612_FM_CH *CH,int num_ch) { @@ -1728,7 +1728,7 @@ static void FMsave_state_st(device_t *device,fm2612_FM_ST *ST) device->save_item(NAME(ST->TB) ); device->save_item(NAME(ST->TBC) ); } -#endif /* _STATE_H */ +#endif /* FM_BUSY_FLAG_SUPPORT */ #if BUILD_OPN /* write a OPN mode register 0x20-0x2f */ |