summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pc1512.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pc1512.h')
-rw-r--r--src/mame/includes/pc1512.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/mame/includes/pc1512.h b/src/mame/includes/pc1512.h
index 9105325a790..0c36f09a66a 100644
--- a/src/mame/includes/pc1512.h
+++ b/src/mame/includes/pc1512.h
@@ -1,9 +1,9 @@
// license:BSD-3-Clause
// copyright-holders:Curt Coder
-#pragma once
+#ifndef MAME_INCLUDES_PC1512_H
+#define MAME_INCLUDES_PC1512_H
-#ifndef __PC1512__
-#define __PC1512__
+#pragma once
#include "bus/centronics/ctronics.h"
#include "bus/isa/isa.h"
@@ -12,7 +12,6 @@
#include "bus/pc1512/mouse.h"
#include "cpu/i86/i86.h"
#include "cpu/mcs48/mcs48.h"
-#include "formats/pc_dsk.h"
#include "machine/am9517a.h"
#include "machine/buffer.h"
#include "machine/ins8250.h"
@@ -22,9 +21,11 @@
#include "machine/pc1512kb.h"
#include "machine/pc_fdc.h"
#include "machine/ram.h"
-#include "sound/speaker.h"
+#include "sound/spkrdev.h"
#include "video/mc6845.h"
+#include "formats/pc_dsk.h"
+
#define I8086_TAG "ic120"
#define I8087_TAG "ic119"
#define I8048_TAG "i8048"
@@ -251,4 +252,4 @@ public:
MACHINE_CONFIG_EXTERN( pc1512_video );
-#endif
+#endif // MAME_INCLUDES_PC1512_H