summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/comx35/ram.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/comx35/ram.h')
-rw-r--r--src/devices/bus/comx35/ram.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/bus/comx35/ram.h b/src/devices/bus/comx35/ram.h
index fc6af702fa3..251e47e2097 100644
--- a/src/devices/bus/comx35/ram.h
+++ b/src/devices/bus/comx35/ram.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_COMX35_RAM_H
+#define MAME_BUS_COMX35_RAM_H
-#ifndef __COMX_RAM__
-#define __COMX_RAM__
+#pragma once
#include "exp.h"
@@ -46,7 +46,7 @@ private:
// device type definition
-extern const device_type COMX_RAM;
+DECLARE_DEVICE_TYPE(COMX_RAM, comx_ram_device)
-#endif
+#endif // MAME_BUS_COMX35_RAM_H