fceugx/source/fceultra/input/zapper.h

17 lines
207 B
C
Raw Normal View History

2009-07-17 19:27:04 +02:00
#ifndef _ZAPPER_H_
#define _ZAPPER_H_
2009-11-16 01:22:36 +01:00
#include "../types.h"
2009-07-17 19:27:04 +02:00
struct ZAPPER
{
uint32 mzx,mzy,mzb;
int zap_readbit;
uint8 bogo;
int zappo;
uint64 zaphit;
2012-01-09 02:59:06 +01:00
uint32 lastInput;
2009-07-17 19:27:04 +02:00
};
#endif