summaryrefslogtreecommitdiff
path: root/plugins/gme/game-music-emu-0.5.5/gme/Ym2413_Emu.cpp
blob: be5b2d8cd7202f852368d9e9a331733f2f78001b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

// Use in place of Ym2413_Emu.cpp and ym2413.c to disable support for this chip

// Game_Music_Emu 0.5.5. 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* ) { }