bsnes/higan/md/cpu/cpu.hpp

5 lines
59 B
C++

struct CPU : Processor::M68K, Thread {
};
extern CPU cpu;