summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/k053252.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/k053252.h')
-rw-r--r--src/devices/machine/k053252.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/devices/machine/k053252.h b/src/devices/machine/k053252.h
index fe60980b395..de2426114f6 100644
--- a/src/devices/machine/k053252.h
+++ b/src/devices/machine/k053252.h
@@ -2,8 +2,8 @@
// copyright-holders:Angelo Salese
/** Konami 053252 **/
/* CRT and interrupt control unit */
-#ifndef MAME_DEVICES_MACHINE_K053252_H
-#define MAME_DEVICES_MACHINE_K053252_H
+#ifndef MAME_MACHINE_K053252_H
+#define MAME_MACHINE_K053252_H
#pragma once
@@ -49,10 +49,8 @@ public:
void res_change();
-
static void static_set_slave_screen(device_t &device, const char *tag);
-
protected:
// device-level overrides
virtual void device_start() override;
@@ -76,10 +74,8 @@ protected:
int m_offsy;
optional_device<screen_device> m_slave_screen;
-
};
-extern const device_type K053252;
-
+DECLARE_DEVICE_TYPE(K053252, k053252_device)
-#endif // MAME_DEVICES_MACHINE_K053252_H
+#endif // MAME_MACHINE_K053252_H