diff options
Diffstat (limited to 'src/devices/sound/qs1000.cpp')
-rw-r--r-- | src/devices/sound/qs1000.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/qs1000.cpp b/src/devices/sound/qs1000.cpp index a892945adad..c886e44178a 100644 --- a/src/devices/sound/qs1000.cpp +++ b/src/devices/sound/qs1000.cpp @@ -581,7 +581,7 @@ void qs1000_device::start_voice(int ch) if (LOGGING_ENABLED) printf("[%.6x] Freq:%.4x ????:%.4x Addr:%.4x\n", table_addr, freq, word1, base); - // See Raccoon World and Wyvern Wings NULL sound + // See Raccoon World and Wyvern Wings nullptr sound if (freq == 0) return; |