/gme/Ym2413_Emu.cpp

http://game-music-emu.googlecode.com/ · C++ · 21 lines · 8 code · 11 blank · 2 comment · 0 complexity · 4e04c87b3546c3f142c786c12b3d4fbc MD5 · raw file

  1. // Use in place of Ym2413_Emu.cpp and ym2413.c to disable support for this chip
  2. // Game_Music_Emu 0.5.5. http://www.slack.net/~ant/
  3. #include "Ym2413_Emu.h"
  4. Ym2413_Emu::Ym2413_Emu() { }
  5. Ym2413_Emu::~Ym2413_Emu() { }
  6. int Ym2413_Emu::set_rate( double, double ) { return 2; }
  7. void Ym2413_Emu::reset() { }
  8. void Ym2413_Emu::write( int, int ) { }
  9. void Ym2413_Emu::mute_voices( int ) { }
  10. void Ym2413_Emu::run( int, sample_t* ) { }