diff options
Diffstat (limited to 'src/devices/sound/asc.cpp')
-rw-r--r-- | src/devices/sound/asc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/asc.cpp b/src/devices/sound/asc.cpp index ad7559e0d3d..c2692af9912 100644 --- a/src/devices/sound/asc.cpp +++ b/src/devices/sound/asc.cpp @@ -76,7 +76,7 @@ void asc_device::device_start() memset(m_regs, 0, sizeof(m_regs)); - m_timer = timer_alloc(0, NULL); + m_timer = timer_alloc(0, nullptr); save_item(NAME(m_fifo_a_rdptr)); save_item(NAME(m_fifo_b_rdptr)); |