summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/a7800.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/a7800.cpp')
-rw-r--r--src/mame/drivers/a7800.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/a7800.cpp b/src/mame/drivers/a7800.cpp
index 350a69550f2..cfe3411b9d4 100644
--- a/src/mame/drivers/a7800.cpp
+++ b/src/mame/drivers/a7800.cpp
@@ -1381,7 +1381,7 @@ static MACHINE_CONFIG_START( a7800_ntsc, a7800_state )
MCFG_MOS6530n_IN_PB_CB(READ8(a7800_state, riot_console_button_r))
MCFG_MOS6530n_OUT_PB_CB(WRITE8(a7800_state, riot_button_pullup_w))
- MCFG_A78_CARTRIDGE_ADD("cartslot", a7800_cart, NULL)
+ MCFG_A78_CARTRIDGE_ADD("cartslot", a7800_cart, nullptr)
/* software lists */
MCFG_SOFTWARE_LIST_ADD("cart_list","a7800")