X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fmupen64plus-rsp-z64%2Fsrc%2Frsp_recomp.h;fp=source%2Fmupen64plus-rsp-z64%2Fsrc%2Frsp_recomp.h;h=1e8d0a327f197848c3c30352754bd936eb991f02;hb=fc5d46b49a19d41f9f2da5a9336daec452900475;hp=0000000000000000000000000000000000000000;hpb=292f9317f53c38c181439013be7276f86517fd6b;p=mupen64plus-pandora.git diff --git a/source/mupen64plus-rsp-z64/src/rsp_recomp.h b/source/mupen64plus-rsp-z64/src/rsp_recomp.h new file mode 100644 index 0000000..1e8d0a3 --- /dev/null +++ b/source/mupen64plus-rsp-z64/src/rsp_recomp.h @@ -0,0 +1,29 @@ +/* + * z64 + * + * Copyright (C) 2007 ziggy + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * +**/ + +#include "rsp_opinfo.h" + +struct rsp_bc_t { + UINT32 op; // original opcode + short op2; // simplified opcode + short flags; + rsp_regmask_t need; +};