summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/cr511b.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/cr511b.cpp')
-rw-r--r--src/devices/machine/cr511b.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/cr511b.cpp b/src/devices/machine/cr511b.cpp
index 9ce22895dba..debd3906fbc 100644
--- a/src/devices/machine/cr511b.cpp
+++ b/src/devices/machine/cr511b.cpp
@@ -55,7 +55,7 @@ cr511b_device::cr511b_device(const machine_config &mconfig, const char *tag, dev
m_dten_handler(*this),
m_scor_handler(*this),
m_xaen_handler(*this),
- m_frame_timer(NULL),
+ m_frame_timer(nullptr),
//m_motor(false),
m_enabled(-1),
m_cmd(-1)
@@ -76,7 +76,7 @@ void cr511b_device::device_start()
m_scor_handler.resolve_safe();
m_xaen_handler.resolve_safe();
- m_frame_timer = timer_alloc(0, NULL);
+ m_frame_timer = timer_alloc(0, nullptr);
m_frame_timer->adjust(attotime::never);
}