dispatch: add function to notify playback stopped
for the PC Speaker real driver
This commit is contained in:
parent
93d160da5e
commit
8f957baa3e
5 changed files with 19 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ class DivPlatformPCSpeaker: public DivDispatch {
|
|||
bool keyOffAffectsArp(int ch);
|
||||
void setFlags(unsigned int flags);
|
||||
void notifyInsDeletion(void* ins);
|
||||
void notifyPlaybackStop();
|
||||
void poke(unsigned int addr, unsigned short val);
|
||||
void poke(std::vector<DivRegWrite>& wlist);
|
||||
const char** getRegisterSheet();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue