17 lines
207 B
C
Raw Normal View History

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