Start adding memory stuff

This commit is contained in:
wheremyfoodat 2022-09-15 13:35:15 +03:00
parent 2057e0c447
commit 905c7ed770
8 changed files with 77 additions and 10 deletions

View file

@ -1,6 +1,8 @@
#include "emulator.hpp"
void Emulator::reset() {}
void Emulator::reset() {
cpu.reset();
}
void Emulator::step() {}