summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mpf1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mpf1.h')
-rw-r--r--src/mame/includes/mpf1.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/includes/mpf1.h b/src/mame/includes/mpf1.h
index 71de176aab5..e0277ff4d8f 100644
--- a/src/mame/includes/mpf1.h
+++ b/src/mame/includes/mpf1.h
@@ -1,9 +1,9 @@
// license:BSD-3-Clause
// copyright-holders:Wilbert Pol, Curt Coder
-#pragma once
+#ifndef MAME_INCLUDES_MPF1_H
+#define MAME_INCLUDES_MPF1_H
-#ifndef __MPF1__
-#define __MPF1__
+#pragma once
#include "machine/spchrom.h"
@@ -13,7 +13,7 @@
#include "machine/i8255.h"
#include "machine/z80ctc.h"
#include "machine/z80pio.h"
-#include "sound/speaker.h"
+#include "sound/spkrdev.h"
#include "sound/tms5220.h"
#define Z80_TAG "u1"
@@ -74,4 +74,4 @@ public:
TIMER_DEVICE_CALLBACK_MEMBER(check_halt_callback);
};
-#endif
+#endif // MAME_INCLUDES_MPF1_H