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

trunk/src/emu/cpu/drcuml.c
r241773r241774
128128{
129129   // if we're to log, create the logfile
130130   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   }
132135}
133136
134137


Previous 199869 Revisions Next


© 1997-2024 The MAME Team