view src/console/Ym2413_Emu.cxx @ 90:77e8e032601b trunk

[svn] - fix for lock contention on saving m3u. locking playlist has been done in playlist_save().
author yaz
date Thu, 12 Oct 2006 06:21:12 -0700
parents 3da1b8942b8b
children fb513e10174e
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* ) { }