mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-09 20:41:38 +12:00
Start adding memory stuff
This commit is contained in:
parent
2057e0c447
commit
905c7ed770
8 changed files with 77 additions and 10 deletions
|
@ -1,6 +1,8 @@
|
|||
#include "emulator.hpp"
|
||||
|
||||
void Emulator::reset() {}
|
||||
void Emulator::reset() {
|
||||
cpu.reset();
|
||||
}
|
||||
|
||||
void Emulator::step() {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue