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

@ -51,6 +51,7 @@ class DivPlatformYM2203: public DivPlatformOPN {
bool extMode, noExtMacros;
unsigned char prescale;
friend void putDispatchChip(void*,int);
public:
void acquire(short* bufL, short* bufR, size_t start, size_t len);
int dispatch(DivCommand c);