MCUME/MCUME_teensy/teensyvcs/Atari2600EmulatorGlobals.h
2019-08-21 11:13:22 +02:00

20 lines
475 B
C

#ifndef Atari2600EmulatorGLOBALS_H
#define Atari2600EmulatorGLOBALS_H
#include "types.h"
extern int bThreadRunning;
extern int nOptions_SoundSampleRate;
extern int nOptions_SoundCreateRate;
extern int nOptions_SoundVolume;
extern byte nOptions_SkipFrames;
extern int nOptions_SoundBufSize;
extern int nOptions_SoundOn;
extern int nOptions_Interlace;
extern int nOptions_Landscape;
extern int nOptions_Color;
extern int nOptions_P1Diff;
extern int nOptions_P2Diff;
#endif