chore: minor changes
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -9,7 +9,7 @@ using std::size_t;
|
||||
|
||||
class Cpu {
|
||||
public:
|
||||
Cpu(std::shared_ptr<Bus> bus);
|
||||
Cpu(Bus& bus);
|
||||
void step();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user