fixed J
This commit is contained in:
@@ -29,8 +29,10 @@ void Core::Reset() {
|
||||
|
||||
void Core::LoadROM(const std::string& rom_) {
|
||||
rom = rom_;
|
||||
cpu.Reset();
|
||||
mem.Reset();
|
||||
mem.LoadROM(rom);
|
||||
pause = true;
|
||||
pause = false;
|
||||
romLoaded = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user