--- z80pack/z80sim/sim0.c 2006-10-15 20:36:14.000000000 +0200 +++ z80pack-1.9/z80sim/sim0.c 2006-10-29 14:04:47.000000000 +0100 @@ -80,13 +80,13 @@ goto usage; default: printf("illegal option %c\n", *s); -usage: printf("usage:\t%s -s -l -i -h -mn -xfilename\n", pn); +usage: printf("usage:\t%s -s -l -i -h -mn -fn -xfilename\n", pn); puts("\ts = save core and cpu"); puts("\tl = load core and cpu"); puts("\ti = trap on I/O to unused ports"); puts("\th = execute HALT op-code"); puts("\tm = init memory with n"); - puts("\nf = CPU frequenzy in MHz"); + puts("\tf = CPU frequenzy n in MHz (not implemented yet)"); puts("\tx = load and execute filename"); exit(1); }