Added startup message

This commit is contained in:
Dimitris Panokostas 2016-09-02 23:23:51 +02:00
parent 89e08d6a97
commit 834bbc2e23

View file

@ -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