bsnes/higan/sfc/chip/bsx/bsx.cpp

9 lines
174 B
C++
Raw Normal View History

#include <sfc/sfc.hpp>
#define BSX_CPP
namespace SuperFamicom {
#include "satellaview/satellaview.cpp"
#include "cartridge/cartridge.cpp"
#include "flash/flash.cpp"
}