summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/invinco.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/invinco.c')
-rw-r--r--src/mame/audio/invinco.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mame/audio/invinco.c b/src/mame/audio/invinco.c
index e73c0bc309f..302988e2598 100644
--- a/src/mame/audio/invinco.c
+++ b/src/mame/audio/invinco.c
@@ -7,12 +7,12 @@
#include "includes/vicdual.h"
/* output port 0x02 definitions - sound effect drive outputs */
-#define OUT_PORT_2_SAUCER 0x04
-#define OUT_PORT_2_MOVE1 0x08
-#define OUT_PORT_2_MOVE2 0x10
-#define OUT_PORT_2_FIRE 0x20
-#define OUT_PORT_2_INVHIT 0x40
-#define OUT_PORT_2_SHIPHIT 0x80
+#define OUT_PORT_2_SAUCER 0x04
+#define OUT_PORT_2_MOVE1 0x08
+#define OUT_PORT_2_MOVE2 0x10
+#define OUT_PORT_2_FIRE 0x20
+#define OUT_PORT_2_INVHIT 0x40
+#define OUT_PORT_2_SHIPHIT 0x80
#define PLAY(samp,id,loop) samp->start( id, id, loop )
@@ -29,8 +29,8 @@ static const char *const invinco_sample_names[] =
"fire",
"invhit",
"shiphit",
- "move3", /* currently not used */
- "move4", /* currently not used */
+ "move3", /* currently not used */
+ "move4", /* currently not used */
0
};