summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mbc200.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mbc200.cpp')
-rw-r--r--src/mame/drivers/mbc200.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mbc200.cpp b/src/mame/drivers/mbc200.cpp
index 58ccf68eeed..a90b4533ba6 100644
--- a/src/mame/drivers/mbc200.cpp
+++ b/src/mame/drivers/mbc200.cpp
@@ -94,7 +94,7 @@ WRITE8_MEMBER( mbc200_state::pm_porta_w )
WRITE8_MEMBER( mbc200_state::pm_portb_w )
{
- floppy_image_device *floppy = NULL;
+ floppy_image_device *floppy = nullptr;
// to be verified
switch (data & 0x01)