Fix debug build

This commit is contained in:
cam900 2022-12-04 21:11:57 +09:00
parent 5da139ec82
commit b8a5d27a4f
12 changed files with 12 additions and 1 deletions

View file

@ -24,6 +24,7 @@
class DivPlatformYM2610Ext: public DivPlatformYM2610 {
OPNOpChannelStereo opChan[4];
bool isOpMuted[4];
friend void putDispatchChip(void*,int);
public:
int dispatch(DivCommand c);
void* getChanState(int chan);