Update tinymod.cpp

This commit is contained in:
Jason Bou-Samra
2024-03-30 14:04:10 +11:00
committed by GitHub
parent cd1c30b16d
commit db4654bcff
+5 -2
View File
@@ -91,9 +91,12 @@ tinymod --help for help\n");
} // display usage, then exit
if(!strcmp(filename, "--about")) {
printf("TinyMOD\n\n
printf("TinyMOD\n\n\
An Amiga MOD file player that tries to replicate the authentic sound\n\
charateristics of an Amiga via software emulation of the Paula chip.\n\
charateristics of an Amiga via software emulation of the Paula chip.\n\n\
Authors:\n\
[Tammo \"kb\" Hinrichs in 2007]\n\
[Jason Bou-samra in 2024]\n\
"); return 0;
} // display about, then exit