Previous 199869 Revisions Next

r41791 Thursday 19th November, 2015 at 12:47:15 UTC by Ryan Holtz
Merge branch 'code_cleanup' of https://github.com/mamedev/mame into code_cleanup
[/branches/code_cleanup/src/emu]device.cpp

branches/code_cleanup/src/emu/device.cpp
r250302r250303
108108
109109memory_bank *device_t::membank(const char *_tag) const
110110{
111   // safety first
112   if (this == NULL)
113      return NULL;
114
115111   // build a fully-qualified name and look it up
116112   return machine().memory().bank(subtag(_tag).c_str());
117113}


Previous 199869 Revisions Next


© 1997-2024 The MAME Team