summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/concept.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/concept.h')
-rw-r--r--src/mame/includes/concept.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/concept.h b/src/mame/includes/concept.h
index 28fe888b02f..8a2ce42fc41 100644
--- a/src/mame/includes/concept.h
+++ b/src/mame/includes/concept.h
@@ -10,14 +10,14 @@
*
****************************************************************************/
-#ifndef CONCEPT_H_
-#define CONCEPT_H_
+#ifndef MAME_INCLUDES_CONCEPT_H
+#define MAME_INCLUDES_CONCEPT_H
#include "cpu/m68000/m68000.h"
#include "machine/6522via.h"
#include "machine/mos6551.h"
#include "machine/mm58274c.h" /* mm58274 seems to be compatible with mm58174 */
-#include "sound/speaker.h"
+#include "sound/spkrdev.h"
#include "bus/a2bus/a2bus.h"
#define ACIA_0_TAG "acia0"
@@ -68,4 +68,4 @@ public:
void concept_set_interrupt(int level, int state);
};
-#endif /* CONCEPT_H_ */
+#endif // MAME_INCLUDES_CONCEPT_H