summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/cclimber.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/cclimber.h')
-rw-r--r--src/mame/audio/cclimber.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/audio/cclimber.h b/src/mame/audio/cclimber.h
index f839cb800e0..c5cc6faefaf 100644
--- a/src/mame/audio/cclimber.h
+++ b/src/mame/audio/cclimber.h
@@ -7,18 +7,18 @@
Functions to emulate the cclimber audio boards
***************************************************************************/
+#ifndef MAME_AUDIO_CCLIMBER_H
+#define MAME_AUDIO_CCLIMBER_H
#pragma once
-#ifndef __CCLIMBER_AUDIO__
-#define __CCLIMBER_AUDIO__
-
#include "sound/samples.h"
+
//**************************************************************************
// GLOBAL VARIABLES
//**************************************************************************
-extern const device_type CCLIMBER_AUDIO;
+DECLARE_DEVICE_TYPE(CCLIMBER_AUDIO, cclimber_audio_device)
//**************************************************************************
// DEVICE CONFIGURATION MACROS
@@ -60,4 +60,4 @@ private:
};
-#endif
+#endif // MAME_AUDIO_CCLIMBER_H