summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/smc777.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/smc777.cpp')
-rw-r--r--src/mame/drivers/smc777.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/smc777.cpp b/src/mame/drivers/smc777.cpp
index 6932842d06c..dc3be14211f 100644
--- a/src/mame/drivers/smc777.cpp
+++ b/src/mame/drivers/smc777.cpp
@@ -406,7 +406,7 @@ READ8_MEMBER( smc777_state::fdc_request_r )
WRITE8_MEMBER( smc777_state::floppy_select_w )
{
- floppy_image_device *floppy = NULL;
+ floppy_image_device *floppy = nullptr;
// ---- xxxx select floppy drive (yes, 15 of them, A to P)
switch (data & 0x01)