mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 15:05:05 +01:00
17 lines
207 B
C
17 lines
207 B
C
#ifndef _ZAPPER_H_
|
|
#define _ZAPPER_H_
|
|
|
|
#include "../types.h"
|
|
|
|
struct ZAPPER
|
|
{
|
|
uint32 mzx,mzy,mzb;
|
|
int zap_readbit;
|
|
uint8 bogo;
|
|
int zappo;
|
|
uint64 zaphit;
|
|
uint32 lastInput;
|
|
};
|
|
|
|
#endif
|