summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lc80.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lc80.h')
-rw-r--r--src/mame/includes/lc80.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mame/includes/lc80.h b/src/mame/includes/lc80.h
index 730ce855aca..33f03bed358 100644
--- a/src/mame/includes/lc80.h
+++ b/src/mame/includes/lc80.h
@@ -1,8 +1,9 @@
// license:BSD-3-Clause
// copyright-holders:Curt Coder
-#ifndef __LC80__
-#define __LC80__
+#ifndef MAME_INCLUDES_LC80_H
+#define MAME_INCLUDES_LC80_H
+#pragma once
#include "cpu/z80/z80.h"
#include "cpu/z80/z80daisy.h"
@@ -10,7 +11,7 @@
#include "machine/ram.h"
#include "machine/z80pio.h"
#include "machine/z80ctc.h"
-#include "sound/speaker.h"
+#include "sound/spkrdev.h"
#define SCREEN_TAG "screen"
#define Z80_TAG "d201"
@@ -64,4 +65,4 @@ public:
uint8_t m_segment;
};
-#endif
+#endif // MAME_INCLUDES_LC80_H