Previous | 199869 Revisions | Next |
r33262 Friday 7th November, 2014 at 10:34:19 UTC by Oliver Stöneberg |
---|
added device shortname to DRC UML log for systems with multiple DRCs (nw) e.g. n64 |
[src/emu/cpu] | drcuml.c |
r241773 | r241774 | |
---|---|---|
128 | 128 | { |
129 | 129 | // if we're to log, create the logfile |
130 | 130 | if (device.machine().options().drc_log_uml()) |
131 | m_umllog = fopen("drcuml.asm", "w"); | |
131 | { | |
132 | astring filename("drcuml_", m_device.shortname(), ".asm"); | |
133 | m_umllog = fopen(filename.cstr(), "w"); | |
134 | } | |
132 | 135 | } |
133 | 136 | |
134 | 137 |
https://github.com/mamedev/mame/commit/6adba2caa0094ed97e626d9cd4a46ea06ed05e85 |
Previous | 199869 Revisions | Next |