From db4654bcff7718024fef22882c1e14a78bf8b9d8 Mon Sep 17 00:00:00 2001 From: Jason Bou-Samra <154414066+bou-samra@users.noreply.github.com> Date: Sat, 30 Mar 2024 14:04:10 +1100 Subject: [PATCH] Update tinymod.cpp --- tinymod.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tinymod.cpp b/tinymod.cpp index 357ef26..6a1f3f9 100644 --- a/tinymod.cpp +++ b/tinymod.cpp @@ -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