summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/cuda.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/cuda.cpp')
-rw-r--r--src/mame/machine/cuda.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/cuda.cpp b/src/mame/machine/cuda.cpp
index 5c4964653b1..fc79fc6b32e 100644
--- a/src/mame/machine/cuda.cpp
+++ b/src/mame/machine/cuda.cpp
@@ -415,8 +415,8 @@ void cuda_device::device_start()
write_via_clock.resolve_safe();
write_via_data.resolve_safe();
- m_timer = timer_alloc(0, NULL);
- m_prog_timer = timer_alloc(1, NULL);
+ m_timer = timer_alloc(0, nullptr);
+ m_prog_timer = timer_alloc(1, nullptr);
save_item(NAME(ddrs[0]));
save_item(NAME(ddrs[1]));
save_item(NAME(ddrs[2]));