summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ym3802.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ym3802.h')
-rw-r--r--src/devices/machine/ym3802.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/devices/machine/ym3802.h b/src/devices/machine/ym3802.h
index 4f58b19ac7a..4b05098fc7d 100644
--- a/src/devices/machine/ym3802.h
+++ b/src/devices/machine/ym3802.h
@@ -14,12 +14,13 @@
* reg6 : IER DSR AMR RDR --- TDR CCR SPR(L) MTR(L) EOR/EIR
* reg7 : --- DNR ADR --- --- --- CDR SPR(H) MTR(H) ---
*/
-
-#ifndef DEVICES_MACHINE_YM3802_H
-#define DEVICES_MACHINE_YM3802_H
+#ifndef MAME_MACHINE_YM3802_H
+#define MAME_MACHINE_YM3802_H
#pragma once
+#include "diserial.h"
+
#include <queue>
#define MCFG_YM3802_IRQ_HANDLER(_devcb) \
@@ -168,4 +169,4 @@ private:
DECLARE_DEVICE_TYPE(YM3802, ym3802_device)
-#endif // DEVICES_MACHINE_YM3802_H
+#endif // MAME_MACHINE_YM3802_H