summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/fm7.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/fm7.h')
-rw-r--r--src/mame/includes/fm7.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/fm7.h b/src/mame/includes/fm7.h
index 797d19657f0..00698e8cf74 100644
--- a/src/mame/includes/fm7.h
+++ b/src/mame/includes/fm7.h
@@ -135,7 +135,7 @@ public:
m_fdc(*this, "fdc"),
m_floppy0(*this, "fdc:0"),
m_floppy1(*this, "fdc:1"),
- m_floppy(NULL),
+ m_floppy(nullptr),
m_kanji(*this, "kanji1"),
m_key1(*this, "key1"),
m_key2(*this, "key2"),