summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cosmicos.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cosmicos.h')
-rw-r--r--src/mame/includes/cosmicos.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/includes/cosmicos.h b/src/mame/includes/cosmicos.h
index ad558efc0f3..c6042ae8356 100644
--- a/src/mame/includes/cosmicos.h
+++ b/src/mame/includes/cosmicos.h
@@ -1,17 +1,17 @@
// license:BSD-3-Clause
// copyright-holders:Curt Coder
-#pragma once
+#ifndef MAME_INCLUDES_COSMICOS_H
+#define MAME_INCLUDES_COSMICOS_H
-#ifndef __COSMICOS__
-#define __COSMICOS__
+#pragma once
#include "cpu/cosmac/cosmac.h"
#include "imagedev/cassette.h"
-#include "machine/ram.h"
#include "imagedev/snapquik.h"
+#include "machine/ram.h"
#include "machine/rescap.h"
#include "sound/cdp1864.h"
-#include "sound/speaker.h"
+#include "sound/spkrdev.h"
#include "video/dm9368.h"
#define CDP1802_TAG "ic19"
@@ -136,4 +136,4 @@ public:
TIMER_DEVICE_CALLBACK_MEMBER(int_tick);
};
-#endif
+#endif // MAME_INCLUDES_COSMICOS_H