summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mcr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/mcr.cpp')
-rw-r--r--src/mame/machine/mcr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/mcr.cpp b/src/mame/machine/mcr.cpp
index b746ed79419..0332220fb50 100644
--- a/src/mame/machine/mcr.cpp
+++ b/src/mame/machine/mcr.cpp
@@ -78,7 +78,7 @@ const gfx_layout mcr_sprite_layout =
const z80_daisy_config mcr_daisy_chain[] =
{
{ "ctc" },
- { NULL }
+ { nullptr }
};
@@ -88,7 +88,7 @@ const z80_daisy_config mcr_ipu_daisy_chain[] =
{ "ipu_pio1" },
{ "ipu_sio" },
{ "ipu_pio0" },
- { NULL }
+ { nullptr }
};