summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bw2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bw2.h')
-rw-r--r--src/mame/includes/bw2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/bw2.h b/src/mame/includes/bw2.h
index 563ce4b4acd..624a086862f 100644
--- a/src/mame/includes/bw2.h
+++ b/src/mame/includes/bw2.h
@@ -43,7 +43,7 @@ public:
m_ram(*this, RAM_TAG),
m_floppy0(*this, WD2797_TAG":0"),
m_floppy1(*this, WD2797_TAG":1"),
- m_floppy(NULL),
+ m_floppy(nullptr),
m_rom(*this, Z80_TAG),
m_y0(*this, "Y0"),
m_y1(*this, "Y1"),