summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/emu/dimemory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/dimemory.c b/src/emu/dimemory.c
index b174841173e..59dbe2877e8 100644
--- a/src/emu/dimemory.c
+++ b/src/emu/dimemory.c
@@ -135,8 +135,8 @@ device_memory_interface::~device_memory_interface()
//-------------------------------------------------
-// static_set_vblank_int - configuration helper
-// to set up VBLANK interrupts on the device
+// static_set_addrmap - configuration helper
+// to connect an address map to a device
//-------------------------------------------------
void device_memory_interface::static_set_addrmap(device_t &device, address_spacenum spacenum, address_map_constructor map)