File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -524,8 +524,9 @@ void usage()
524524 std::cout << " -f <file> Load a configuration file." << std::endl;
525525 std::cout << " -config=<file> Load a configuration file." << std::endl;
526526 std::cout << " -model=<Amiga Model> Amiga model to emulate, from the QuickStart options." << std::endl;
527- std::cout << " Available options are: A500, A500P, A1200, A4000." << std::endl;
528- std::cout << " -autoload=<file> Load a WHDLoad game or .CUE CD32 image." << std::endl;
527+ std::cout << " Available options are: A500, A500P, A1200, A4000 and CD32." << std::endl;
528+ std::cout << " -autoload=<file> Load a WHDLoad game or .CUE CD32 image using the WHDBooter." << std::endl;
529+ std::cout << " -cdimage=<file> Load the CD image provided when starting emulation (for CD32)." << std::endl;
529530 std::cout << " -statefile=<file> Load a save state file." << std::endl;
530531 std::cout << " -s <config param>=<value> Set the configuration parameter with value." << std::endl;
531532 std::cout << " Edit a configuration file in order to know valid parameters and settings." << std::endl;
Original file line number Diff line number Diff line change 2222#define GETBDM (x ) (((x) - (((x) / 10000 ) * 10000 )) / 100 )
2323#define GETBDD (x ) ((x) % 100 )
2424
25- #define AMIBERRYVERSION _T (" Amiberry v3.1.3 (2020-03-26 )" )
25+ #define AMIBERRYVERSION _T (" Amiberry v3.1.3.1 (2020-04-30 )" )
2626#define AMIBERRYDATE MAKEBD (2020 , 03 , 26 )
2727
2828extern std::string get_version_string();
You can’t perform that action at this time.
0 commit comments