summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/apricot/expansion/ram.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/apricot/expansion/ram.h')
-rw-r--r--src/devices/bus/apricot/expansion/ram.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/devices/bus/apricot/expansion/ram.h b/src/devices/bus/apricot/expansion/ram.h
index e9e837b660c..d6692b49ba7 100644
--- a/src/devices/bus/apricot/expansion/ram.h
+++ b/src/devices/bus/apricot/expansion/ram.h
@@ -6,10 +6,10 @@
***************************************************************************/
-#pragma once
+#ifndef MAME_BUS_APRICOT_RAM_H
+#define MAME_BUS_APRICOT_RAM_H
-#ifndef __APRICOT_RAM__
-#define __APRICOT_RAM__
+#pragma once
#include "expansion.h"
@@ -80,9 +80,9 @@ private:
// device type definition
-extern const device_type APRICOT_256K_RAM;
-extern const device_type APRICOT_128K_RAM;
-extern const device_type APRICOT_512K_RAM;
+DECLARE_DEVICE_TYPE(APRICOT_256K_RAM, apricot_256k_ram_device)
+DECLARE_DEVICE_TYPE(APRICOT_128K_RAM, apricot_128k_ram_device)
+DECLARE_DEVICE_TYPE(APRICOT_512K_RAM, apricot_512k_ram_device)
-#endif // __APRICOT_RAM__
+#endif // MAME_BUS_APRICOT_RAM_H