Mercurial > audlegacy
view Plugins/Input/console/Ym2413_Emu.cpp @ 964:bf06569fb0b4 trunk
[svn] Quick n dirty unicode hack pending taglib-1.5.
See http://bugs.kde.org/show_bug.cgi?id=126192
author | nemo |
---|---|
date | Mon, 24 Apr 2006 12:49:51 -0700 |
parents | c04dff121e1d |
children |
line wrap: on
line source
// Use in place of Ym2413_Emu.cpp and ym2413.c to disable support for this chip // Game_Music_Emu 0.3.0. http://www.slack.net/~ant/ #include "Ym2413_Emu.h" Ym2413_Emu::Ym2413_Emu() { } Ym2413_Emu::~Ym2413_Emu() { } int Ym2413_Emu::set_rate( double, double ) { return 2; } void Ym2413_Emu::reset() { } void Ym2413_Emu::write( int, int ) { } void Ym2413_Emu::mute_voices( int ) { } void Ym2413_Emu::run( int, sample_t* ) { }