summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ldp1000.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ldp1000.h')
-rw-r--r--src/devices/machine/ldp1000.h20
1 files changed, 5 insertions, 15 deletions
diff --git a/src/devices/machine/ldp1000.h b/src/devices/machine/ldp1000.h
index e5fc53f0d7e..a3655853a37 100644
--- a/src/devices/machine/ldp1000.h
+++ b/src/devices/machine/ldp1000.h
@@ -6,10 +6,10 @@
***************************************************************************/
-#pragma once
+#ifndef MAME_MACHINE_LDP1000_H
+#define MAME_MACHINE_LDP1000_H
-#ifndef __LDP1000DEV_H__
-#define __LDP1000DEV_H__
+#pragma once
#include "laserdsc.h"
@@ -27,6 +27,7 @@
// device type definition
extern const device_type SONY_LDP1000;
+DECLARE_DEVICE_TYPE(SONY_LDP1000, sony_ldp1000_device)
// ======================> sony_ldp1000_device
@@ -82,15 +83,4 @@ private:
};
-
-
-
-
-
-//**************************************************************************
-// GLOBAL VARIABLES
-//**************************************************************************
-
-
-
-#endif
+#endif // MAME_MACHINE_LDP1000_H