summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ram.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ram.h')
-rw-r--r--src/devices/machine/ram.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ram.h b/src/devices/machine/ram.h
index 04a8a92da39..2af1f800ab4 100644
--- a/src/devices/machine/ram.h
+++ b/src/devices/machine/ram.h
@@ -83,6 +83,6 @@ private:
DECLARE_DEVICE_TYPE(RAM, ram_device)
// device iterator
-typedef device_type_iterator<ram_device> ram_device_iterator;
+typedef device_type_enumerator<ram_device> ram_device_enumerator;
#endif // MAME_MACHINE_RAM_H