- fixed a bug in pause handling of environment controller.

- added code to triple axis MAD emulation layer
This commit is contained in:
cvs
2000-12-21 07:55:04 +00:00
parent 513e2701f0
commit d3b8f38ced
15 changed files with 399 additions and 24 deletions

4
tas.h
View File

@@ -105,8 +105,9 @@
#define BET4 89
#define OUT 90
#define LOC 91
#define SWUNIT 92
#define MAXPAR 92
#define MAXPAR 93
#define MAXADD 20
/* --------------------- data structure -------------------------------*/
@@ -121,6 +122,7 @@ typedef struct {
int addType[MAXADD];
int addCount;
int iFileNO;
int iFast;
}TASdata, *pTASdata;