summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/tanbus/tanbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/tanbus/tanbus.h')
-rw-r--r--src/devices/bus/tanbus/tanbus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/tanbus/tanbus.h b/src/devices/bus/tanbus/tanbus.h
index f5823a6df34..7f5e87eb0aa 100644
--- a/src/devices/bus/tanbus/tanbus.h
+++ b/src/devices/bus/tanbus/tanbus.h
@@ -144,6 +144,6 @@ void tanbus_devices(device_slot_interface &device);
void tanbus6809_devices(device_slot_interface &device);
-typedef device_type_iterator<tanbus_slot_device> tanbus_slot_device_iterator;
+typedef device_type_enumerator<tanbus_slot_device> tanbus_slot_device_enumerator;
#endif // MAME_BUS_TANBUS_TANBUS_H