| Previous | 199869 Revisions | Next |
| r26007 Tuesday 5th November, 2013 at 12:41:51 UTC by Miodrag Milanović |
|---|
| renamed vector to vector_device due to a name conflict with game named vector (nw) |
| [src/emu/video] | vector.c |
| r26006 | r26007 | |
|---|---|---|
| 136 | 136 | } |
| 137 | 137 | |
| 138 | 138 | vector_device::vector_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 139 | : device_t(mconfig, VECTOR, "VECTOR", tag, owner, clock, "vector", __FILE__), | |
| 139 | : device_t(mconfig, VECTOR, "VECTOR", tag, owner, clock, "vector_device", __FILE__), | |
| 140 | 140 | device_video_interface(mconfig, *this) |
| 141 | 141 | { |
| 142 | 142 | } |
| Previous | 199869 Revisions | Next |