VGM: experimental direct stream mode for YM2612
This commit is contained in:
parent
684b5a928b
commit
4723ed3972
5 changed files with 71 additions and 11 deletions
|
|
@ -264,6 +264,9 @@ struct DivRegWrite {
|
|||
struct DivDelayedWrite {
|
||||
int time;
|
||||
DivRegWrite write;
|
||||
DivDelayedWrite(int t, unsigned int a, unsigned short v):
|
||||
time(t),
|
||||
write(a,v) {}
|
||||
};
|
||||
|
||||
struct DivDispatchOscBuffer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue