summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/meritm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/meritm.cpp')
-rw-r--r--src/mame/drivers/meritm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/meritm.cpp b/src/mame/drivers/meritm.cpp
index f765ac75de5..4796bc5adf2 100644
--- a/src/mame/drivers/meritm.cpp
+++ b/src/mame/drivers/meritm.cpp
@@ -1018,7 +1018,7 @@ static const z80_daisy_config meritm_daisy_chain[] =
{
{ "z80pio_0" },
{ "z80pio_1" },
- { NULL }
+ { nullptr }
};
MACHINE_START_MEMBER(meritm_state,merit_common)