X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2F940ctl.c;h=808e91d9a32f03aa4f5bf53060c2ca6354aa07d4;hb=6ab2f79cf1d5c6c84bf670f6ab5d07d4c8a0e605;hp=f2e98a9954ecb47240703bb5e7f5a2984678f69f;hpb=46ede6a688f23e584480ce828eb2fa0a7b753107;p=libpicofe.git diff --git a/gp2x/940ctl.c b/gp2x/940ctl.c index f2e98a9..808e91d 100644 --- a/gp2x/940ctl.c +++ b/gp2x/940ctl.c @@ -1,3 +1,6 @@ +// Code for communication with ARM940 and control of it. +// (c) Copyright 2007, Grazvydas "notaz" Ignotas + #include #include #include @@ -285,7 +288,7 @@ static void wait_busy_940(int job) gp2x_memregs[0x3b46>>1], gp2x_memregl[0x4500>>2], gp2x_memregl[0x4510>>2]); printf("last lr: %08x, lastjob: %i\n", shared_ctl->last_lr, shared_ctl->lastjob); - strcpy(menuErrorMsg, "940 crashed."); + strcpy(menuErrorMsg, "940 crashed, too much overclock?"); engineState = PGS_Menu; crashed_940 = 1; }