summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/z100.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/z100.cpp')
-rw-r--r--src/mame/drivers/z100.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/z100.cpp b/src/mame/drivers/z100.cpp
index 016c86b4334..721ec1e10cf 100644
--- a/src/mame/drivers/z100.cpp
+++ b/src/mame/drivers/z100.cpp
@@ -168,7 +168,7 @@ public:
m_floppy3(*this, "z207_fdc:3"),
m_crtc(*this, "crtc"),
m_palette(*this, "palette"),
- m_floppy(NULL)
+ m_floppy(nullptr)
{ }
required_device<cpu_device> m_maincpu;