summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vcs/compumat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vcs/compumat.h')
-rw-r--r--src/devices/bus/vcs/compumat.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/devices/bus/vcs/compumat.h b/src/devices/bus/vcs/compumat.h
index 6f59ead6ea0..0eed91e59e5 100644
--- a/src/devices/bus/vcs/compumat.h
+++ b/src/devices/bus/vcs/compumat.h
@@ -1,7 +1,9 @@
// license:BSD-3-Clause
// copyright-holders:Fabio Priuli
-#ifndef __VCS_COMPUMAT_H
-#define __VCS_COMPUMAT_H
+#ifndef MAME_BUS_VCS_COMPUMAT_H
+#define MAME_BUS_VCS_COMPUMAT_H
+
+#pragma once
#include "rom.h"
@@ -28,6 +30,6 @@ public:
// device type definition
-extern const device_type A26_ROM_COMPUMATE;
+DECLARE_DEVICE_TYPE(A26_ROM_COMPUMATE, a26_rom_cm_device)
-#endif
+#endif // MAME_BUS_VCS_COMPUMAT_H