SMS: prepare for don't reset phase flag

This commit is contained in:
tildearrow 2022-02-07 18:34:04 -05:00
parent fbb6c4cb4f
commit e6201b8390
2 changed files with 12 additions and 7 deletions

View file

@ -32,6 +32,7 @@ class DivPlatformSMS: public DivDispatch {
bool isMuted[4];
unsigned char snNoiseMode;
bool updateSNMode;
bool resetPhase;
bool isRealSN;
sn76496_base_device* sn;
friend void putDispatchChan(void*,int,int);