summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sbrain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sbrain.cpp')
-rw-r--r--src/mame/drivers/sbrain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sbrain.cpp b/src/mame/drivers/sbrain.cpp
index 6c760eee0fe..84439358b81 100644
--- a/src/mame/drivers/sbrain.cpp
+++ b/src/mame/drivers/sbrain.cpp
@@ -153,7 +153,7 @@ WRITE8_MEMBER( sbrain_state::port08_w )
{
m_port08 = data | 0xc0;
- floppy_image_device *floppy = NULL;
+ floppy_image_device *floppy = nullptr;
if (BIT(m_port08, 1)) floppy = m_floppy0->get_device();
if (BIT(m_port08, 2)) floppy = m_floppy1->get_device();