X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=app.h;fp=app.h;h=4a236300d1c6fe1ed944b739c7ec5ef68aeb778c;hb=cfe17eee41a12da11f69660c2764813e94d871ea;hp=3528b7b0cf78c2c372d593b5017965460a1bb004;hpb=c6237d9e43c8a8854155757b80b77161a9570535;p=cyclone68000.git diff --git a/app.h b/app.h index 3528b7b..4a23630 100644 --- a/app.h +++ b/app.h @@ -102,6 +102,7 @@ int OpSet(int op); int OpAsr(int op); int OpAsrEa(int op); int OpTas(int op, int gen_special=0); +const char *TestCond(int m68k_cc, int invert=0); // OpMove.cpp int OpMove(int op);