implement KVS on YM2612
This commit is contained in:
parent
9685a5c0d8
commit
ac68419b78
6 changed files with 69 additions and 12 deletions
|
|
@ -23,6 +23,8 @@
|
|||
#include "../dispatch.h"
|
||||
#include <deque>
|
||||
|
||||
#define KVS(x,y) ((chan[x].state.op[y].kvs==2 && isOutput[chan[x].state.alg][y]) || chan[x].state.op[y].kvs==1)
|
||||
|
||||
class DivPlatformFMBase: public DivDispatch {
|
||||
protected:
|
||||
const bool isOutput[8][4]={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue