summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/sound/ymopl.h6
-rw-r--r--src/devices/sound/ymopz.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/devices/sound/ymopl.h b/src/devices/sound/ymopl.h
index 4ec8f605023..07ae7ead5cb 100644
--- a/src/devices/sound/ymopl.h
+++ b/src/devices/sound/ymopl.h
@@ -1,8 +1,8 @@
// license:BSD-3-Clause
// copyright-holders:Aaron Giles
-#ifndef MAME_SOUND_YM3526_H
-#define MAME_SOUND_YM3526_H
+#ifndef MAME_SOUND_YMOPL_H
+#define MAME_SOUND_YMOPL_H
#pragma once
@@ -205,4 +205,4 @@ protected:
required_region_ptr<u8> m_internal; // internal memory region
};
-#endif // MAME_SOUND_YM3526_H
+#endif // MAME_SOUND_YMOPL_H
diff --git a/src/devices/sound/ymopz.h b/src/devices/sound/ymopz.h
index daa3b70c7b9..133da4160f4 100644
--- a/src/devices/sound/ymopz.h
+++ b/src/devices/sound/ymopz.h
@@ -1,8 +1,8 @@
// license:BSD-3-Clause
// copyright-holders:Aaron Giles
-#ifndef MAME_SOUND_YM2414_H
-#define MAME_SOUND_YM2414_H
+#ifndef MAME_SOUND_YMOPZ_H
+#define MAME_SOUND_YMOPZ_H
#pragma once
@@ -26,4 +26,4 @@ public:
auto port_write_handler() { return io_write_handler(); }
};
-#endif // MAME_SOUND_YM2414_H
+#endif // MAME_SOUND_YMOPZ_H