mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-09 15:19:26 +01:00
14 lines
159 B
C
14 lines
159 B
C
|
#ifndef _ZAPPER_H_
|
||
|
#define _ZAPPER_H_
|
||
|
|
||
|
struct ZAPPER
|
||
|
{
|
||
|
uint32 mzx,mzy,mzb;
|
||
|
int zap_readbit;
|
||
|
uint8 bogo;
|
||
|
int zappo;
|
||
|
uint64 zaphit;
|
||
|
};
|
||
|
|
||
|
#endif
|