summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/zaxxon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/zaxxon.cpp')
-rw-r--r--src/mame/audio/zaxxon.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/zaxxon.cpp b/src/mame/audio/zaxxon.cpp
index 1e3205bf138..720c510b50d 100644
--- a/src/mame/audio/zaxxon.cpp
+++ b/src/mame/audio/zaxxon.cpp
@@ -88,7 +88,7 @@ static const char *const zaxxon_sample_names[] =
"20", /* 9 - Alarm 3 (low fuel) */
"05", /* 10 - initial background noise */
"04", /* 11 - looped asteroid noise */
- 0
+ nullptr
};
@@ -188,7 +188,7 @@ static const char *const congo_sample_names[] =
"congal", /* 2 */
"congah", /* 3 */
"rim", /* 4 */
- 0
+ nullptr
};