comparison src/console/Ym2413_Emu.cxx @ 12:3da1b8942b8b trunk

[svn] - remove src/Input src/Output src/Effect src/General src/Visualization src/Container
author nenolod
date Mon, 18 Sep 2006 03:14:20 -0700
parents src/Input/console/Ym2413_Emu.cxx@13389e613d67
children fb513e10174e
comparison
equal deleted inserted replaced
11:cff1d04026ae 12:3da1b8942b8b
1
2 // Use in place of Ym2413_Emu.cpp and ym2413.c to disable support for this chip
3
4 // Game_Music_Emu 0.3.0. http://www.slack.net/~ant/
5
6 #include "Ym2413_Emu.h"
7
8 Ym2413_Emu::Ym2413_Emu() { }
9
10 Ym2413_Emu::~Ym2413_Emu() { }
11
12 int Ym2413_Emu::set_rate( double, double ) { return 2; }
13
14 void Ym2413_Emu::reset() { }
15
16 void Ym2413_Emu::write( int, int ) { }
17
18 void Ym2413_Emu::mute_voices( int ) { }
19
20 void Ym2413_Emu::run( int, sample_t* ) { }
21