summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lola8a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lola8a.cpp')
-rw-r--r--src/mame/drivers/lola8a.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/lola8a.cpp b/src/mame/drivers/lola8a.cpp
index c6f2e9a6c4f..1bed1666a07 100644
--- a/src/mame/drivers/lola8a.cpp
+++ b/src/mame/drivers/lola8a.cpp
@@ -231,8 +231,8 @@ READ8_MEMBER(lola8a_state::keyboard_r)
{
"line_0", "line_1", "line_2", "line_3",
"line_4", "line_5", "line_6", "line_7",
- "line_8", "line_9", NULL, NULL,
- NULL,NULL,NULL,NULL
+ "line_8", "line_9", nullptr, nullptr,
+ nullptr,nullptr,nullptr,nullptr
};
if( keynames[m_portb & 0x0f])