index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
midi
/
ym2612.cpp
Age
Commit message (
Expand
)
Author
2003-11-08
cleanup whitespaces
Paweł Kołodziejski
2003-11-03
stdafx.h needs to be included first.
Marcus Comstedt
2003-10-18
cleanup
Max Horn
2003-10-17
Make PalmOS port happy
Chris Apers
2003-10-07
More Euphony/YM2612 instrument layering and polyphony
Jamieson Christian
2003-10-07
Remove my trace output. :P
Jamieson Christian
2003-10-07
More polyphony tweaks. Sounding a bit better.
Jamieson Christian
2003-10-06
fixed warnings
Max Horn
2003-10-06
removed unused 'rate' param from nextTick; another tiny tweak to Operator2612...
Max Horn
2003-10-06
remove <string> include so we don't depend on stdlib stuff (not used anyway) ...
Jonathan Gray
2003-10-06
malloc/new optimizations
Max Horn
2003-10-06
Per-channel polyphony now > 1
Jamieson Christian
2003-10-06
even more optimizations
Max Horn
2003-10-06
some more tweaks
Max Horn
2003-10-06
some incremental changes (more will follow, this is step-by-step optimzation,...
Max Horn
2003-10-06
More performance optimizations
Jamieson Christian
2003-10-06
oops - that happesn if you incorrectly re-apply a broken patch =)
Max Horn
2003-10-06
more optimizations
Max Horn
2003-10-06
Fix compiler warnings
Jamieson Christian
2003-10-06
The real YM2612 implementation. Portable,
Jamieson Christian
2003-10-05
Preliminary preparation for new YM2612 FM emulator.
Jamieson Christian