summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/zx8302.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/zx8302.cpp')
-rw-r--r--src/mame/machine/zx8302.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/zx8302.cpp b/src/mame/machine/zx8302.cpp
index 6866b61f290..16e06522aa0 100644
--- a/src/mame/machine/zx8302.cpp
+++ b/src/mame/machine/zx8302.cpp
@@ -149,7 +149,7 @@ zx8302_device::zx8302_device(const machine_config &mconfig, const char *tag, dev
m_cts2(0),
m_idr(1),
m_irq(0),
- m_ctr(time(NULL) + RTC_BASE_ADJUST),
+ m_ctr(time(nullptr) + RTC_BASE_ADJUST),
m_status(0),
m_comdata_from_ipc(1),
m_comdata_to_cpu(1),