From 08dbb3ccfb35108e7a8b4f5526dda770ccd60f21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20St=C3=B6neberg?= Date: Wed, 24 Jul 2013 12:41:49 +0000 Subject: [PATCH] fixed comment in src/emu/dimemory.c (nw) --- src/emu/dimemory.c | 4 ++-- 1 file 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)