Cog/Frameworks/GME/gme/Ym2612_Emu.cpp

8 lines
116 B
C++
Raw Normal View History

2007-10-11 19:11:58 -04:00
#include "Ym2612_Emu.h"
2013-09-28 00:24:23 -03:00
#ifdef USE_GENS
#include "Ym2612_Emu_Gens.cpp"
2007-10-11 19:11:58 -04:00
#else
2013-09-28 00:24:23 -03:00
#include "Ym2612_Emu_MAME.cpp"
2007-10-11 19:11:58 -04:00
#endif