Virtual Boy: add static wave storage mode
This commit is contained in:
parent
cf84be0b71
commit
c59e2e6e87
3 changed files with 61 additions and 2 deletions
|
|
@ -57,10 +57,12 @@ class DivPlatformVB: public DivDispatch {
|
|||
int tempR;
|
||||
unsigned char modulation;
|
||||
bool modType;
|
||||
bool romMode;
|
||||
signed char modTable[32];
|
||||
VSU* vb;
|
||||
unsigned char regPool[0x600];
|
||||
void updateWave(int ch);
|
||||
void updateROMWaves();
|
||||
void writeEnv(int ch, bool upperByteToo=false);
|
||||
friend void putDispatchChip(void*,int);
|
||||
friend void putDispatchChan(void*,int,int);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue