ron hoffman wrote:
hello all i was wondering how to add a custom message in the xmame window where it has the date it was compiled
Look in the source for examples of ui_draw_text and ui_draw_full_text, many of which are in src/usrintrf.c. The build date appears to be part of the global build_version, so you should be able to extract it from there.
If you need any help getting this working, please let me know. I'll just need more specifics, such as where you want this displayed and how it should be activated.
_______________________________________________ Xmame mailing list [email protected] http://toybox.twisted.org.uk/mailman/listinfo/xmame
