summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/easyflash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/easyflash.h')
-rw-r--r--src/devices/bus/c64/easyflash.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/bus/c64/easyflash.h b/src/devices/bus/c64/easyflash.h
index aa28f13d23d..9760a247319 100644
--- a/src/devices/bus/c64/easyflash.h
+++ b/src/devices/bus/c64/easyflash.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_C64_EASYFLASH_H
+#define MAME_BUS_C64_EASYFLASH_H
-#ifndef __EASYFLASH__
-#define __EASYFLASH__
+#pragma once
#include "exp.h"
@@ -57,7 +57,7 @@ private:
// device type definition
-extern const device_type C64_EASYFLASH;
+DECLARE_DEVICE_TYPE(C64_EASYFLASH, c64_easyflash_cartridge_device)
-#endif
+#endif // MAME_BUS_C64_EASYFLASH_H