From 834bbc2e23a6072684fadd6486a9833397bcce55 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Fri, 2 Sep 2016 23:23:51 +0200 Subject: [PATCH] Added startup message --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index ddbfd544..2566a6e8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -623,7 +623,7 @@ void virtualdevice_init (void) static int real_main2 (int argc, TCHAR **argv) { - printf("Uae4arm v0.5 for Raspberry Pi by Chips\n"); + printf("Uae4arm v0.5 for Raspberry Pi by Chips, AmiBerry optimized version by MiDWaN\n"); #ifdef PANDORA_SPECIFIC SDL_Init(SDL_INIT_NOPARACHUTE | SDL_INIT_VIDEO); #else