summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hh_tms1k.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hh_tms1k.h')
-rw-r--r--src/mame/includes/hh_tms1k.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/mame/includes/hh_tms1k.h b/src/mame/includes/hh_tms1k.h
index a6b3093f169..8b680278876 100644
--- a/src/mame/includes/hh_tms1k.h
+++ b/src/mame/includes/hh_tms1k.h
@@ -6,8 +6,10 @@
*/
-#ifndef _HH_TMS1K_H_
-#define _HH_TMS1K_H_
+#ifndef MAME_INCLUDES_HH_TMS1K_H
+#define MAME_INCLUDES_HH_TMS1K_H
+
+#pragma once
#include "cpu/tms1000/tms1000.h"
#include "cpu/tms1000/tms1100.h"
@@ -16,7 +18,7 @@
#include "cpu/tms1000/tms0980.h"
#include "cpu/tms1000/tms0270.h"
#include "cpu/tms1000/tp0320.h"
-#include "sound/speaker.h"
+#include "sound/spkrdev.h"
class hh_tms1k_state : public driver_device
@@ -87,5 +89,4 @@ enum
lDP = 0x80
};
-
-#endif /* _HH_TMS1K_H_ */
+#endif // MAME_INCLUDES_HH_TMS1K_H