summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bml3/bml3kanji.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/bml3/bml3kanji.h')
-rw-r--r--src/devices/bus/bml3/bml3kanji.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/devices/bus/bml3/bml3kanji.h b/src/devices/bus/bml3/bml3kanji.h
index 1472f82d40b..f8ada6a420f 100644
--- a/src/devices/bus/bml3/bml3kanji.h
+++ b/src/devices/bus/bml3/bml3kanji.h
@@ -8,8 +8,10 @@
*********************************************************************/
-#ifndef __BML3BUS_KANJI__
-#define __BML3BUS_KANJI__
+#ifndef MAME_BUS_BML3_BML3KANJI_H
+#define MAME_BUS_BML3_BML3KANJI_H
+
+#pragma once
#include "bml3bus.h"
@@ -43,6 +45,6 @@ private:
};
// device type definition
-extern const device_type BML3BUS_KANJI;
+DECLARE_DEVICE_TYPE(BML3BUS_KANJI, bml3bus_kanji_device)
-#endif /* __BML3BUS_KANJI__ */
+#endif // MAME_BUS_BML3_BML3KANJI_H