summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/pt554.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nes/pt554.h')
-rw-r--r--src/devices/bus/nes/pt554.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/devices/bus/nes/pt554.h b/src/devices/bus/nes/pt554.h
index 2dc1fe6f6f0..95947c26ef7 100644
--- a/src/devices/bus/nes/pt554.h
+++ b/src/devices/bus/nes/pt554.h
@@ -1,7 +1,9 @@
// license:BSD-3-Clause
// copyright-holders:Fabio Priuli
-#ifndef __NES_PT554_H
-#define __NES_PT554_H
+#ifndef MAME_BUS_NES_PT554_H
+#define MAME_BUS_NES_PT554_H
+
+#pragma once
#include "nxrom.h"
@@ -23,9 +25,7 @@ private:
};
-
-
// device type definition
-extern const device_type NES_BANDAI_PT554;
+DECLARE_DEVICE_TYPE(NES_BANDAI_PT554, nes_bandai_pt554_device)
-#endif
+#endif // MAME_BUS_NES_PT554_H