summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sage2.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-12-04 07:03:38 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-12-04 07:03:38 +0100
commit41681c1703244abe68cbcf3096ca259bd061cc08 (patch)
tree85d24789ff864e1b0f35fb87f0c58bad5925e27d /src/mame/includes/sage2.h
parent0c56ac848dd0eba359500d444ecbb51f215ff5b9 (diff)
clang-modernize part 4
Diffstat (limited to 'src/mame/includes/sage2.h')
-rw-r--r--src/mame/includes/sage2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/sage2.h b/src/mame/includes/sage2.h
index a8138e3c716..49a2b6249f8 100644
--- a/src/mame/includes/sage2.h
+++ b/src/mame/includes/sage2.h
@@ -39,7 +39,7 @@ public:
m_ram(*this, RAM_TAG),
m_floppy0(*this, UPD765_TAG ":0"),
m_floppy1(*this, UPD765_TAG ":1"),
- m_floppy(NULL),
+ m_floppy(nullptr),
m_centronics(*this, CENTRONICS_TAG),
m_ieee488(*this, IEEE488_TAG),
m_reset(1),