summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/maple-dc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/maple-dc.cpp')
-rw-r--r--src/mame/machine/maple-dc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/maple-dc.cpp b/src/mame/machine/maple-dc.cpp
index f866243f799..dcefe0fd84c 100644
--- a/src/mame/machine/maple-dc.cpp
+++ b/src/mame/machine/maple-dc.cpp
@@ -34,8 +34,8 @@ maple_dc_device::maple_dc_device(const machine_config &mconfig, const char *tag,
// Do not move that in device_start or there will be a race
// condition with the maple devices call to register_port.
memset(devices, 0, sizeof(devices));
- cpu = 0;
- irq_cb = 0;
+ cpu = nullptr;
+ irq_cb = nullptr;
}
void maple_dc_device::register_port(int port, maple_device *device)