diff options
Diffstat (limited to 'src/devices/sound/2608intf.cpp')
-rw-r--r-- | src/devices/sound/2608intf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/2608intf.cpp b/src/devices/sound/2608intf.cpp index 4a2c25597bb..ba6baba7bce 100644 --- a/src/devices/sound/2608intf.cpp +++ b/src/devices/sound/2608intf.cpp @@ -151,7 +151,7 @@ void ym2608_device::device_start() m_chip = ym2608_init(this,this,clock(),rate, pcmbufa,pcmsizea, timer_handler,IRQHandler,&psgintf); - assert_always(m_chip != NULL, "Error creating YM2608 chip"); + assert_always(m_chip != nullptr, "Error creating YM2608 chip"); } //------------------------------------------------- |