summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/compiskb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/compiskb.h')
-rw-r--r--src/mame/machine/compiskb.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/mame/machine/compiskb.h b/src/mame/machine/compiskb.h
index 1d6c2f18d31..dfaf863bee4 100644
--- a/src/mame/machine/compiskb.h
+++ b/src/mame/machine/compiskb.h
@@ -6,13 +6,12 @@
*********************************************************************/
-#pragma once
+#ifndef MAME_INCLUDES_COMPISKB_H
+#define MAME_INCLUDES_COMPISKB_H
-#ifndef __COMPIS_KEYBOARD__
-#define __COMPIS_KEYBOARD__
+#pragma once
-#include "cpu/mcs48/mcs48.h"
-#include "sound/speaker.h"
+#include "sound/spkrdev.h"
@@ -78,4 +77,4 @@ extern const device_type COMPIS_KEYBOARD;
-#endif
+#endif // MAME_INCLUDES_COMPISKB_H