summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/at.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/at.h')
-rw-r--r--src/mame/machine/at.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/machine/at.h b/src/mame/machine/at.h
index 75f3f7cb703..3eac37f4355 100644
--- a/src/mame/machine/at.h
+++ b/src/mame/machine/at.h
@@ -1,7 +1,7 @@
// license:BSD-3-Clause
// copyright-holders:Wilbert Pol, Miodrag Milanovic, Carl
-#ifndef _AT_H_
-#define _AT_H_
+#ifndef MAME_MACHINE_AT_H
+#define MAME_MACHINE_AT_H
#include "machine/mc146818.h"
#include "machine/pic8259.h"
@@ -9,7 +9,7 @@
#include "machine/am9517a.h"
#include "bus/pc_kbd/pc_kbdc.h"
#include "bus/isa/isa.h"
-#include "sound/speaker.h"
+#include "sound/spkrdev.h"
#include "softlist.h"
class at_mb_device : public device_t
@@ -91,4 +91,4 @@ extern const device_type AT_MB;
MACHINE_CONFIG_EXTERN(at_softlists);
-#endif
+#endif // MAME_MACHINE_AT_H