typo
This commit is contained in:
parent
c9a2b39116
commit
44eef20bc0
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -43,7 +43,7 @@ void help()
|
|||
{
|
||||
printf("-h this help\n");
|
||||
printf("-T t.bin load file as a binary tape file (like simh \"load\" command)\n");
|
||||
printf("-R d.rk load file as a RK05 disk device\n");
|
||||
printf("-R d.rk load file as an RK05 disk device\n");
|
||||
printf("-p 123 set CPU start pointer to decimal(!) value\n");
|
||||
printf("-b x enable bootloader (build-in), parameter must be \"rk05\" or \"rl02\"\n");
|
||||
printf("-n ncurses UI\n");
|
||||
|
|
Loading…
Add table
Reference in a new issue