o cleanup
This commit is contained in:
17
tools/bsnes/cpu/cpu.cpp
Executable file
17
tools/bsnes/cpu/cpu.cpp
Executable file
@@ -0,0 +1,17 @@
|
||||
#include <../base.hpp>
|
||||
#define CPU_CPP
|
||||
|
||||
#include "dcpu.cpp"
|
||||
|
||||
void CPU::power() {
|
||||
cpu_version = snes.config.cpu.version;
|
||||
}
|
||||
|
||||
void CPU::reset() {
|
||||
}
|
||||
|
||||
CPU::CPU() {
|
||||
}
|
||||
|
||||
CPU::~CPU() {
|
||||
}
|
||||
Reference in New Issue
Block a user