summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mapledev.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/mapledev.cpp')
-rw-r--r--src/mame/machine/mapledev.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/mapledev.cpp b/src/mame/machine/mapledev.cpp
index 85906c33064..0f7630e3315 100644
--- a/src/mame/machine/mapledev.cpp
+++ b/src/mame/machine/mapledev.cpp
@@ -14,7 +14,7 @@ void maple_device::static_set_host(device_t &device, const char *_host_tag, int
maple_device::maple_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source) : device_t(mconfig, type, name, tag, owner, clock, shortname, source)
{
- host_tag = 0;
+ host_tag = nullptr;
host_port = 0;
}