summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mz80.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mz80.h')
-rw-r--r--src/mame/includes/mz80.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/mz80.h b/src/mame/includes/mz80.h
index ba0540580d8..beca6caaecd 100644
--- a/src/mame/includes/mz80.h
+++ b/src/mame/includes/mz80.h
@@ -6,14 +6,14 @@
*
****************************************************************************/
-#ifndef MZ80_H_
-#define MZ80_H_
+#ifndef MAME_INCLUDES_MZ80_H
+#define MAME_INCLUDES_MZ80_H
#include "cpu/z80/z80.h"
#include "machine/i8255.h"
#include "machine/pit8253.h"
#include "imagedev/cassette.h"
-#include "sound/speaker.h"
+#include "sound/spkrdev.h"
#include "sound/wave.h"
class mz80_state : public driver_device
@@ -69,4 +69,4 @@ private:
extern const gfx_layout mz80k_charlayout;
extern const gfx_layout mz80kj_charlayout;
-#endif /* MZ80_H_ */
+#endif // MAME_INCLUDES_MZ80_H