diff options
Diffstat (limited to 'src/devices/cpu/z80/z80daisy.h')
-rw-r--r-- | src/devices/cpu/z80/z80daisy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/z80/z80daisy.h b/src/devices/cpu/z80/z80daisy.h index b4651649a20..258df6cd017 100644 --- a/src/devices/cpu/z80/z80daisy.h +++ b/src/devices/cpu/z80/z80daisy.h @@ -64,7 +64,7 @@ public: z80_daisy_chain(); void init(device_t *cpudevice, const z80_daisy_config *daisy); - bool present() const { return (m_daisy_list != NULL); } + bool present() const { return (m_daisy_list != nullptr); } void reset(); int update_irq_state(); |