chore: minor changes

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-09-13 04:15:16 +05:30
parent 8a04eade92
commit 387f3c8f07
7 changed files with 17 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ using std::size_t;
class Cpu {
public:
Cpu(std::shared_ptr<Bus> bus);
Cpu(Bus& bus);
void step();
private: