aboutsummaryrefslogtreecommitdiff
path: root/backends/midi/ym2612.cpp
AgeCommit message (Collapse)Author
2003-11-08cleanup whitespacesPaweł Kołodziejski
svn-id: r11220
2003-11-03stdafx.h needs to be included first.Marcus Comstedt
svn-id: r11117
2003-10-18cleanupMax Horn
svn-id: r10894
2003-10-17Make PalmOS port happyChris Apers
svn-id: r10843
2003-10-07More Euphony/YM2612 instrument layering and polyphonyJamieson Christian
fixes. Aside from variations in the instrument timbre, the output from ScummVM now seems to match up with the output from UNZ (MAME YM2612 emulator). svn-id: r10672
2003-10-07Remove my trace output. :PJamieson Christian
svn-id: r10669
2003-10-07More polyphony tweaks. Sounding a bit better.Jamieson Christian
svn-id: r10668
2003-10-06fixed warningsMax Horn
svn-id: r10646
2003-10-06removed unused 'rate' param from nextTick; another tiny tweak to ↵Max Horn
Operator2612::nextTick (avoids one memory store over here, woohoo <g>) svn-id: r10644
2003-10-06remove <string> include so we don't depend on stdlib stuff (not used anyway) ↵Jonathan Gray
this also stops compile problems arising from our overloaded memory operators here svn-id: r10643
2003-10-06malloc/new optimizationsMax Horn
svn-id: r10642
2003-10-06Per-channel polyphony now > 1Jamieson Christian
svn-id: r10641
2003-10-06even more optimizationsMax Horn
svn-id: r10639
2003-10-06some more tweaksMax Horn
svn-id: r10637
2003-10-06some incremental changes (more will follow, this is step-by-step ↵Max Horn
optimzation, watch it happen in pseudo-real-time and color. icecream is sold at the entrance, please stop smoking svn-id: r10636
2003-10-06More performance optimizationsJamieson Christian
svn-id: r10629
2003-10-06oops - that happesn if you incorrectly re-apply a broken patch =)Max Horn
svn-id: r10628
2003-10-06more optimizationsMax Horn
svn-id: r10627
2003-10-06Fix compiler warningsJamieson Christian
svn-id: r10626
2003-10-06The real YM2612 implementation. Portable,Jamieson Christian
and with significant performances optimizations thanks to Fingolfin, or optimizing emperor. :) svn-id: r10625
2003-10-05Preliminary preparation for new YM2612 FM emulator.Jamieson Christian
All the hooks are in, but actual implementation needs to be checked for portability. svn-id: r10615