o add bsnes

This commit is contained in:
optixx
2009-04-08 21:29:36 +02:00
parent bcb4a055e9
commit 27b58a09f2
413 changed files with 71887 additions and 0 deletions

12
bsnes/smp/ssmp/core/ssmpgen.cpp Executable file
View File

@@ -0,0 +1,12 @@
#define CLASS_NAME "sSMP"
#include <tool/opgen_switch.cpp>
int main() {
generate("op_mov.cpp", "op_mov.b");
generate("op_pc.cpp", "op_pc.b");
generate("op_read.cpp", "op_read.b");
generate("op_rmw.cpp", "op_rmw.b");
generate("op_misc.cpp", "op_misc.b");
return 0;
}