Updating sysDef; implementing mapVelocity
This commit is contained in:
parent
f42332f2c0
commit
403799d1a3
3 changed files with 9 additions and 1 deletions
|
|
@ -136,6 +136,7 @@ class DivPlatformESFM: public DivDispatch {
|
|||
void toggleRegisterDump(bool enable);
|
||||
void notifyInsChange(int ins);
|
||||
void notifyInsDeletion(void* ins);
|
||||
int mapVelocity(int ch, unsigned char vel);
|
||||
void poke(unsigned int addr, unsigned short val);
|
||||
void poke(std::vector<DivRegWrite>& wlist);
|
||||
void setFlags(const DivConfig& flags);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue