summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/midi_siel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/midi_siel.h')
-rw-r--r--src/devices/bus/c64/midi_siel.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/bus/c64/midi_siel.h b/src/devices/bus/c64/midi_siel.h
index 35373dda012..3f647c9a089 100644
--- a/src/devices/bus/c64/midi_siel.h
+++ b/src/devices/bus/c64/midi_siel.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_C64_MIDI_SIEL_H
+#define MAME_BUS_C64_MIDI_SIEL_H
-#ifndef __C64_MIDI_SIEL__
-#define __C64_MIDI_SIEL__
+#pragma once
#include "exp.h"
#include "machine/6850acia.h"
@@ -50,7 +50,7 @@ private:
// device type definition
-extern const device_type C64_MIDI_SIEL;
+DECLARE_DEVICE_TYPE(C64_MIDI_SIEL, c64_siel_midi_cartridge_device)
-#endif
+#endif // MAME_BUS_C64_MIDI_SIEL_H