diff options
author | 2013-07-24 12:41:49 +0000 | |
---|---|---|
committer | 2013-07-24 12:41:49 +0000 | |
commit | 08dbb3ccfb35108e7a8b4f5526dda770ccd60f21 (patch) | |
tree | 7d4322cf63c76c1886a00f63a20cd989c0113db7 /src | |
parent | 0374758271543748b31d242ab70787936d5b6187 (diff) |
fixed comment in src/emu/dimemory.c (nw)
Diffstat (limited to 'src')
-rw-r--r-- | src/emu/dimemory.c | 4 |
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) |