mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
renamed vector to vector_device due to a name conflict with game named vector (nw)
This commit is contained in:
parent
1f0bc4dc46
commit
4b27c110af
@ -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)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user