summaryrefslogtreecommitdiff
path: root/ym2612.c
AgeCommit message (Collapse)Author
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 ↵Mike Pavone
envelope value rather than using it as a limit for the attack phase.
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 ↵Mike Pavone
that games that depend on it can run.