Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-08 | cleanup | Max Horn | |
svn-id: r15733 | |||
2004-10-17 | added MidiDriver_Emulated base class used by the adlib & ym2612 midi 'drivers' | Max Horn | |
svn-id: r15589 | |||
2004-10-17 | Cleanup | Max Horn | |
svn-id: r15588 | |||
2004-10-11 | Make use of the new setupPremix variant (i.e. use an AudioStream subclass ↵ | Max Horn | |
instead of a premix proc) svn-id: r15523 | |||
2004-10-06 | Use common PI value instead | Chris Apers | |
svn-id: r15435 | |||
2004-08-22 | cleanup of TimerProc mess | Max Horn | |
svn-id: r14683 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11220 | |||
2003-11-03 | stdafx.h needs to be included first. | Marcus Comstedt | |
svn-id: r11117 | |||
2003-10-18 | cleanup | Max Horn | |
svn-id: r10894 | |||
2003-10-17 | Make PalmOS port happy | Chris Apers | |
svn-id: r10843 | |||
2003-10-07 | More Euphony/YM2612 instrument layering and polyphony | Jamieson 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-07 | Remove my trace output. :P | Jamieson Christian | |
svn-id: r10669 | |||
2003-10-07 | More polyphony tweaks. Sounding a bit better. | Jamieson Christian | |
svn-id: r10668 | |||
2003-10-06 | fixed warnings | Max Horn | |
svn-id: r10646 | |||
2003-10-06 | removed 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-06 | remove <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-06 | malloc/new optimizations | Max Horn | |
svn-id: r10642 | |||
2003-10-06 | Per-channel polyphony now > 1 | Jamieson Christian | |
svn-id: r10641 | |||
2003-10-06 | even more optimizations | Max Horn | |
svn-id: r10639 | |||
2003-10-06 | some more tweaks | Max Horn | |
svn-id: r10637 | |||
2003-10-06 | some 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-06 | More performance optimizations | Jamieson Christian | |
svn-id: r10629 | |||
2003-10-06 | oops - that happesn if you incorrectly re-apply a broken patch =) | Max Horn | |
svn-id: r10628 | |||
2003-10-06 | more optimizations | Max Horn | |
svn-id: r10627 | |||
2003-10-06 | Fix compiler warnings | Jamieson Christian | |
svn-id: r10626 | |||
2003-10-06 | The real YM2612 implementation. Portable, | Jamieson Christian | |
and with significant performances optimizations thanks to Fingolfin, or optimizing emperor. :) svn-id: r10625 | |||
2003-10-05 | Preliminary 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 |