diff options
Diffstat (limited to 'src/devices/sound/meg.h')
-rw-r--r-- | src/devices/sound/meg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/sound/meg.h b/src/devices/sound/meg.h index 53dad3a2616..046aca47ad5 100644 --- a/src/devices/sound/meg.h +++ b/src/devices/sound/meg.h @@ -5,8 +5,8 @@ // // Audio dsp dedicated to effects generation, part of the SWP20 lineup -#ifndef DEVICES_SOUND_MEG_H -#define DEVICES_SOUND_MEG_H +#ifndef MAME_SOUND_MEG_H +#define MAME_SOUND_MEG_H #pragma once @@ -68,4 +68,4 @@ private: DECLARE_DEVICE_TYPE(MEG, meg_device) -#endif +#endif // MAME_SOUND_MEG_H |