2009-05-12 22:20:41 +02:00

17 lines
243 B
C++
Executable File

#include <../base.hpp>
#define SMPCORE_CPP
namespace SNES {
#include "opcode_algorithms.cpp"
#include "opcode_functions.cpp"
#include "opcode_table.cpp"
#include "disasm/disasm.cpp"
SMPcore::SMPcore() {
initialize_opcode_table();
}
};