summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sg1000_exp/sk1100.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sg1000_exp/sk1100.h')
-rw-r--r--src/devices/bus/sg1000_exp/sk1100.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/bus/sg1000_exp/sk1100.h b/src/devices/bus/sg1000_exp/sk1100.h
index 29aa91c3074..1679e5aea27 100644
--- a/src/devices/bus/sg1000_exp/sk1100.h
+++ b/src/devices/bus/sg1000_exp/sk1100.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_SG1000_EXP_SK1100_H
+#define MAME_BUS_SG1000_EXP_SK1100_H
-#ifndef __SEGA_SK1100__
-#define __SEGA_SK1100__
+#pragma once
#include "sg1000exp.h"
@@ -64,7 +64,7 @@ private:
// device type definition
-extern const device_type SEGA_SK1100;
+DECLARE_DEVICE_TYPE(SEGA_SK1100, sega_sk1100_device)
-#endif
+#endif // MAME_BUS_SG1000_EXP_SK1100_H