summaryrefslogtreecommitdiff
path: root/ym2612.c
AgeCommit message (Expand)Author
2013-06-05Fix channel mapping in key on/off registerMike Pavone
2013-06-04Initial implementation of channel 3 special modeMike Pavone
2013-06-04Fix operator precedence bug with sustain levelMike Pavone
2013-06-03Fix modulation shift valueMike Pavone
2013-06-03Make the PSG and YM2612 use the master clock internal with an increment based...Mike Pavone
2013-06-02Make shift value of operator output to modulation input a defineMike Pavone
2013-06-02Adjust shift for feedbackMike Pavone
2013-06-02Initial stab at feedbackMike Pavone
2013-06-02Fix key scalingMike Pavone
2013-06-02Fix YM2612 busy flagMike Pavone
2013-06-02Use signed ints for things that represent signed values in YM2612 coreMike Pavone
2013-06-02Fix register to operator mapping. Fix rate table generation. Add TL to envelo...Mike Pavone
2013-05-31Fix left/right enable default valueMike Pavone
2013-05-29Actually save the shifted phase inc after applying the block shiftMike Pavone
2013-05-29Incredibly broken YM2612 support plus a fix to Z80 bus requestMike Pavone
2013-05-27YM2612 WIP updateMike Pavone
2013-05-27YM2612 WIP snapshot before register refactorMike Pavone
2013-05-05Add a YM2612 stub implementation with just timers and status registers so tha...Mike Pavone