aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/player_nes.cpp
AgeCommit message (Collapse)Author
2007-03-10Silence MSVC8 warnings.Eugene Sandulenko
svn-id: r26062
2007-02-20Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by meMax Horn
svn-id: r25752
2007-02-18cleanupMax Horn
svn-id: r25668
2007-02-17Speed up the Player_NES code quite a bit (still is rather slow without ↵Max Horn
compiler optimizations on my 1.5Ghz PowerBook G4, but at least it's not unbearably slow anymore, and with -O2 it's running smoothly) svn-id: r25659
2007-02-17OOified Player_NES code; revamped the code in GetSample slightly (to avoid ↵Max Horn
overflows, an expensive multiplication and an even more expensive division) svn-id: r25658
2007-02-15added some static keywordsMax Horn
svn-id: r25604
2006-10-21cleanupMax Horn
svn-id: r24407
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle ↵Max Horn
the linker dependency graph). Porters will have to update project files svn-id: r23974
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582