summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bml3/bml3mp1805.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/bml3/bml3mp1805.h')
-rw-r--r--src/devices/bus/bml3/bml3mp1805.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/devices/bus/bml3/bml3mp1805.h b/src/devices/bus/bml3/bml3mp1805.h
index 6ea64bc2956..19d8cbdc9fe 100644
--- a/src/devices/bus/bml3/bml3mp1805.h
+++ b/src/devices/bus/bml3/bml3mp1805.h
@@ -9,8 +9,10 @@
*********************************************************************/
-#ifndef __BML3BUS_MP1805__
-#define __BML3BUS_MP1805__
+#ifndef MAME_BUS_BML3_BML3MP1805_H
+#define MAME_BUS_BML3_BML3MP1805_H
+
+#pragma once
#include "bml3bus.h"
#include "imagedev/flopdrv.h"
@@ -48,6 +50,6 @@ private:
};
// device type definition
-extern const device_type BML3BUS_MP1805;
+DECLARE_DEVICE_TYPE(BML3BUS_MP1805, bml3bus_mp1805_device)
-#endif /* __BML3BUS_MP1805__ */
+#endif // MAME_BUS_BML3_BML3MP1805_H