mirror of
https://github.com/rodamaral/lsnes.git
synced 2025-04-02 10:42:15 -04:00
10 lines
178 B
C++
Executable file
10 lines
178 B
C++
Executable file
#define call(op) (this->*op)()
|
|
#define L interrupt_test();
|
|
|
|
#include "interrupt.cpp"
|
|
#include "opcodes.cpp"
|
|
#include "exec.cpp"
|
|
#include "disassembler.cpp"
|
|
|
|
#undef L
|
|
#undef call
|