summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/p8k.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/p8k.cpp')
-rw-r--r--src/mame/drivers/p8k.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/p8k.cpp b/src/mame/drivers/p8k.cpp
index c4f326f76c7..c21f5e2654c 100644
--- a/src/mame/drivers/p8k.cpp
+++ b/src/mame/drivers/p8k.cpp
@@ -262,7 +262,7 @@ static const z80_daisy_config p8k_daisy_chain[] =
{ "z80pio_0" },
{ "z80pio_1" },
{ "z80ctc_1" },
- { NULL }
+ { nullptr }
};
/* Intel 8272 Interface */
@@ -431,7 +431,7 @@ static const z80_daisy_config p8k_16_daisy_chain[] =
{ "z80pio_0" },
{ "z80pio_1" },
{ "z80pio_2" },
- { NULL }
+ { nullptr }
};