summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vtech/ioexp/ioexp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vtech/ioexp/ioexp.cpp')
-rw-r--r--src/devices/bus/vtech/ioexp/ioexp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/vtech/ioexp/ioexp.cpp b/src/devices/bus/vtech/ioexp/ioexp.cpp
index 3028ffd5226..55671583558 100644
--- a/src/devices/bus/vtech/ioexp/ioexp.cpp
+++ b/src/devices/bus/vtech/ioexp/ioexp.cpp
@@ -29,8 +29,8 @@ const device_type IOEXP_SLOT = &device_creator<ioexp_slot_device>;
ioexp_slot_device::ioexp_slot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
device_t(mconfig, IOEXP_SLOT, "Peripheral Expansion Slot", tag, owner, clock, "ioexp_slot", __FILE__),
device_slot_interface(mconfig, *this),
- m_io(NULL),
- m_cart(NULL)
+ m_io(nullptr),
+ m_cart(nullptr)
{
}