list new default init values in usage information (rgbasm, xlink)

This commit is contained in:
anthony
2010-01-05 14:21:42 -07:00
parent 8614871e68
commit 8f5e767615
2 changed files with 2 additions and 2 deletions

View File

@@ -270,7 +270,7 @@ PrintUsage(void)
"\t\t\t(default is 01)\n");
printf
("\t-z<hx>\t\tSet the byte value (hex format) used for uninitialised\n"
"\t\t\tdata (default is ? for random)\n");
"\t\t\tdata (? for random, default is 0x00)\n");
exit(0);
}
/*

View File

@@ -56,7 +56,7 @@ PrintUsage(void)
"\t-m<mapfile>\tWrite a mapfile\n"
"\t-n<symfile>\tWrite a NO$GMB compatible symfile\n"
"\t-z<hx>\t\tSet the byte value (hex format) used for uninitialised\n"
"\t\t\tdata (default is ? for random)\n"
"\t\t\tdata (? for random, default is 0x00)\n"
"\t-s<symbol>\tPerform smart linking starting with <symbol>\n"
"\t-t\t\tOutput target\n" "\t\t-tg\tGameboy ROM image(default)\n"
"\t\t-ts\tGameboy small mode (32kB)\n"