Previous 199869 Revisions Next

r28768 Thursday 20th March, 2014 at 21:50:53 UTC by Tafoid
Adjustment to -listdevices output to allow for more depth and better separation between device name and description in extreme cases. (nw)
[src/emu]clifront.c

trunk/src/emu/clifront.c
r28767r28768
634634                  depth++;
635635               }
636636         }
637         printf("   %*s%-*s%s", depth * 2, "", 24 - depth * 2, tag, device->name());
637         printf("   %*s%-*s %s", depth * 2, "", 30 - depth * 2, tag, device->name());
638638
639639         // add more information
640640         UINT32 clock = device->clock();

Previous 199869 Revisions Next


© 1997-2024 The MAME Team