renamed vector to vector_device due to a name conflict with game named vector (nw)

This commit is contained in:
Miodrag Milanovic 2013-11-05 12:41:51 +00:00
parent 1f0bc4dc46
commit 4b27c110af

View File

@ -136,7 +136,7 @@ vector_device::vector_device(const machine_config &mconfig, device_type type, co
}
vector_device::vector_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, VECTOR, "VECTOR", tag, owner, clock, "vector", __FILE__),
: device_t(mconfig, VECTOR, "VECTOR", tag, owner, clock, "vector_device", __FILE__),
device_video_interface(mconfig, *this)
{
}