diff options
Diffstat (limited to 'src/devices/bus/epson_qx/sound_card.h')
-rw-r--r-- | src/devices/bus/epson_qx/sound_card.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/epson_qx/sound_card.h b/src/devices/bus/epson_qx/sound_card.h index 2d36ff6bc43..61d1a8a4ed1 100644 --- a/src/devices/bus/epson_qx/sound_card.h +++ b/src/devices/bus/epson_qx/sound_card.h @@ -6,8 +6,8 @@ * *******************************************************************/ -#ifndef MAME_BUS_EPSON_QX_YM2149_H -#define MAME_BUS_EPSON_QX_YM2149_H +#ifndef MAME_BUS_EPSON_QX_SOUND_CARD_H +#define MAME_BUS_EPSON_QX_SOUND_CARD_H #pragma once @@ -58,4 +58,4 @@ private: DECLARE_DEVICE_TYPE_NS(EPSON_QX_OPTION_YM2149, bus::epson_qx, ym2149_sound_card_device) -#endif // MAME_BUS_EPSON_QX_YM2149_H +#endif // MAME_BUS_EPSON_QX_SOUND_CARD_H |