summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/abckb/abc77.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/abckb/abc77.h')
-rw-r--r--src/devices/bus/abckb/abc77.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/devices/bus/abckb/abc77.h b/src/devices/bus/abckb/abc77.h
index fc2972a7adf..8776885cad0 100644
--- a/src/devices/bus/abckb/abc77.h
+++ b/src/devices/bus/abckb/abc77.h
@@ -6,16 +6,17 @@
*********************************************************************/
+#ifndef MAME_BUS_ABCKB_ABC77_H
+#define MAME_BUS_ABCKB_ABC77_H
+
#pragma once
-#ifndef __ABC77__
-#define __ABC77__
+#include "abckb.h"
#include "cpu/mcs48/mcs48.h"
#include "machine/watchdog.h"
-#include "abckb.h"
#include "sound/discrete.h"
-#include "sound/speaker.h"
+#include "sound/spkrdev.h"
@@ -102,5 +103,4 @@ extern const device_type ABC77;
extern const device_type ABC55;
-
-#endif
+#endif // MAME_BUS_ABCKB_ABC77_H
> David Haywood2018-06-301-8/+11 * Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-2/+2 * More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-3/+3