Posted by Tom61 on January 08, 2002 at 19:15:53:
In Reply to: what program should I use to edit the code? posted by Daniel on January 08, 2002 at 18:48:28:
Use a plain text editor such as Notepad to edit it.
: :
: : In mame.c change:
: : if(settingsloaded==0) to if(0)
: : and
: : if(showgamewarnings(real_scrbitmap)==0) to if(1)
: : Remember... you may not distribute a MAME binary with these modifications. :)
: : -x-wing
: Ok, now I know, but I I don't know what program to use, and when I compile, do I compile all these little file sin ALL subdirectories together?
: Is there a site that tells you how to do this?