cog/Frameworks/GME/gme/Ym2612_Emu.cpp

8 lines
116 B
C++
Raw Normal View History

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