summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/triplhnt.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-01-11 07:32:46 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-01-11 07:32:46 +0000
commit0e19f641d3186cdbf51f8ca857e2b07ab95779c2 (patch)
tree234109de1123b13f217494af4b3f8efad346d5cc /src/mame/includes/triplhnt.h
parent111157ca09a9ff60fe4a9ba49173c315e94314fa (diff)
Cleanups and version bumpmame0148
Diffstat (limited to 'src/mame/includes/triplhnt.h')
-rw-r--r--src/mame/includes/triplhnt.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/includes/triplhnt.h b/src/mame/includes/triplhnt.h
index 5e9783cb4fb..52e9a4f41f9 100644
--- a/src/mame/includes/triplhnt.h
+++ b/src/mame/includes/triplhnt.h
@@ -9,11 +9,11 @@
/* Discrete Sound Input Nodes */
-#define TRIPLHNT_BEAR_ROAR_DATA NODE_01
-#define TRIPLHNT_BEAR_EN NODE_02
-#define TRIPLHNT_SHOT_DATA NODE_03
-#define TRIPLHNT_SCREECH_EN NODE_04
-#define TRIPLHNT_LAMP_EN NODE_05
+#define TRIPLHNT_BEAR_ROAR_DATA NODE_01
+#define TRIPLHNT_BEAR_EN NODE_02
+#define TRIPLHNT_SHOT_DATA NODE_03
+#define TRIPLHNT_SCREECH_EN NODE_04
+#define TRIPLHNT_LAMP_EN NODE_05
class triplhnt_state : public driver_device