summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/k573npu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/k573npu.h')
-rw-r--r--src/mame/machine/k573npu.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/machine/k573npu.h b/src/mame/machine/k573npu.h
index e1c9fa35842..c4317f2dc67 100644
--- a/src/mame/machine/k573npu.h
+++ b/src/mame/machine/k573npu.h
@@ -4,14 +4,14 @@
* Konami 573 Network PCB Unit
*
*/
+#ifndef MAME_MACHINE_K573NPU_H
+#define MAME_MACHINE_K573NPU_H
#pragma once
-#ifndef __K573NPU_H__
-#define __K573NPU_H__
-extern const device_type KONAMI_573_NETWORK_PCB_UNIT;
+DECLARE_DEVICE_TYPE(KONAMI_573_NETWORK_PCB_UNIT, k573npu_device)
class k573npu_device : public device_t
{
@@ -24,4 +24,4 @@ protected:
virtual const tiny_rom_entry *device_rom_region() const override;
};
-#endif
+#endif // MAME_MACHINE_K573NPU_H