drc: add i/o penalty cycles
[pcsx_rearmed.git] / libpcsxcore / gte.h
1 /***************************************************************************
2  *   PCSX-Revolution - PlayStation Emulator for Nintendo Wii               *
3  *   Copyright (C) 2009-2010  PCSX-Revolution Dev Team                     *
4  *   <http://code.google.com/p/pcsx-revolution/>                           *
5  *                                                                         *
6  *   This program is free software; you can redistribute it and/or modify  *
7  *   it under the terms of the GNU General Public License as published by  *
8  *   the Free Software Foundation; either version 2 of the License, or     *
9  *   (at your option) any later version.                                   *
10  *                                                                         *
11  *   This program is distributed in the hope that it will be useful,       *
12  *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
13  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
14  *   GNU General Public License for more details.                          *
15  *                                                                         *
16  *   You should have received a copy of the GNU General Public License     *
17  *   along with this program; if not, write to the                         *
18  *   Free Software Foundation, Inc.,                                       *
19  *   51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA.           *
20  ***************************************************************************/
21
22 #ifndef __GTE_H__
23 #define __GTE_H__
24
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28
29 #include "psxcommon.h"
30 #include "r3000a.h"
31
32 void gteMFC2();
33 void gteCFC2();
34 void gteMTC2();
35 void gteCTC2();
36 void gteLWC2();
37 void gteSWC2();
38
39 void gteRTPS();
40 void gteOP();
41 void gteNCLIP();
42 void gteDPCS();
43 void gteINTPL();
44 void gteMVMVA();
45 void gteNCDS();
46 void gteNCDT();
47 void gteCDP();
48 void gteNCCS();
49 void gteCC();
50 void gteNCS();
51 void gteNCT();
52 void gteSQR();
53 void gteDCPL();
54 void gteDPCT();
55 void gteAVSZ3();
56 void gteAVSZ4();
57 void gteRTPT();
58 void gteGPF();
59 void gteGPL();
60 void gteNCCT();
61
62 #ifdef __cplusplus
63 }
64 #endif
65 #endif