summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mbee.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/mbee.cpp')
-rw-r--r--src/mame/machine/mbee.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/mbee.cpp b/src/mame/machine/mbee.cpp
index e2f6b08a94a..18dbba0126a 100644
--- a/src/mame/machine/mbee.cpp
+++ b/src/mame/machine/mbee.cpp
@@ -115,7 +115,7 @@ WRITE8_MEMBER( mbee_state::fdc_motor_w )
d2 side (1=side 1)
d1..d0 drive select (0 to 3) */
- floppy_image_device *floppy = NULL;
+ floppy_image_device *floppy = nullptr;
floppy = m_floppy0->get_device();
floppy->mon_w(0); // motor on always
floppy = m_floppy1->get_device();