X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=Cyclone%2Fapp.h;h=082b109b2c65d869c2db46925e98ff97837e4c49;hb=c30e2e2d5bf6e04f2ed323e28e1f9dfe99ad4d5f;hp=aabb5b87cc6fd07947cc9a95c8c55b17c3c57d38;hpb=90b92e36aa45f0e24d5f257d04853cfa30518b3b;p=cyclone68000.git diff --git a/Cyclone/app.h b/Cyclone/app.h index aabb5b8..082b109 100644 --- a/Cyclone/app.h +++ b/Cyclone/app.h @@ -32,7 +32,7 @@ extern int Cycles; // Current cycles for opcode extern int Amatch; // If one, try to match A68K timing extern int Accu; // Accuracy extern int Debug; // Debug info -void ot(char *format, ...); +void ot(const char *format, ...); void ltorg(); void CheckInterrupt(); int MemHandler(int type,int size);