summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/voodoo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/voodoo.cpp')
-rw-r--r--src/devices/video/voodoo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/voodoo.cpp b/src/devices/video/voodoo.cpp
index 9ee468dc412..ff34c3b2d18 100644
--- a/src/devices/video/voodoo.cpp
+++ b/src/devices/video/voodoo.cpp
@@ -5724,7 +5724,7 @@ void voodoo_device::device_start()
/* set the type, and initialize the chip mask */
index = 0;
- for (device_t &scan : device_iterator(machine().root_device()))
+ for (device_t &scan : device_enumerator(machine().root_device()))
if (scan.type() == this->type())
{
if (&scan == this)