unsp.cpp: Fix device validation error (nw)

This commit is contained in:
AJR 2019-06-15 21:01:02 -04:00
parent 73e3121b0a
commit d08bd3cd15

View File

@ -99,7 +99,7 @@ unsp_20_device::unsp_20_device(const machine_config &mconfig, const char *tag, d
}
unsp_20_device::unsp_20_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock, address_map_constructor internal)
: unsp_12_device(mconfig, UNSP_20, tag, owner, clock, internal)
: unsp_12_device(mconfig, type, tag, owner, clock, internal)
{
m_iso = 20;
}