summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mc80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mc80.cpp')
-rw-r--r--src/mame/drivers/mc80.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mc80.cpp b/src/mame/drivers/mc80.cpp
index ee2ae44bfee..5518a87408a 100644
--- a/src/mame/drivers/mc80.cpp
+++ b/src/mame/drivers/mc80.cpp
@@ -156,7 +156,7 @@ static const z80_daisy_config mc8030_daisy_chain[] =
{ "asp_sio" }, /* sio */
{ "zve_pio" }, /* User pio */
{ "zve_ctc" }, /* User ctc */
- { NULL }
+ { nullptr }
};
static MACHINE_CONFIG_START( mc8020, mc80_state )