summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/dspvd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/dspvd.h')
-rw-r--r--src/devices/sound/dspvd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/sound/dspvd.h b/src/devices/sound/dspvd.h
index 32f7cb35497..6f934374c59 100644
--- a/src/devices/sound/dspvd.h
+++ b/src/devices/sound/dspvd.h
@@ -7,8 +7,8 @@
//
// Disassembler
-#ifndef DEVICES_SOUND_DSPVD_H
-#define DEVICES_SOUND_DSPVD_H
+#ifndef MAME_SOUND_DSPVD_H
+#define MAME_SOUND_DSPVD_H
#pragma once
@@ -21,4 +21,4 @@ public:
virtual offs_t disassemble(std::ostream &stream, offs_t pc, const data_buffer &opcodes, const data_buffer &params) override;
};
-#endif
+#endif // MAME_SOUND_DSPVD_H