summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cosmic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cosmic.cpp')
-rw-r--r--src/mame/drivers/cosmic.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/cosmic.cpp b/src/mame/drivers/cosmic.cpp
index 1eae0404888..58b92a19d39 100644
--- a/src/mame/drivers/cosmic.cpp
+++ b/src/mame/drivers/cosmic.cpp
@@ -899,7 +899,7 @@ static const char *const cosmica_sample_names[] =
"loudexp",
"smallexp",
"coin",
- 0 /* end of array */
+ nullptr /* end of array */
};
@@ -917,7 +917,7 @@ static const char *const panic_sample_names[] =
"extral",
"oxygen",
"coin",
- 0
+ nullptr
};
@@ -939,7 +939,7 @@ static const char *const cosmicg_sample_names[] =
"cg_gun", /* Gun Shot */
"cg_gotm", /* Got Monster */
"cg_ext", /* Coin Extend */
- 0
+ nullptr
};