mirror of
https://github.com/jscrane/r65emu.git
synced 2025-08-05 05:26:24 +00:00
replace ctor with Memory::begin()
This commit is contained in:
@@ -17,6 +17,6 @@ public:
|
||||
operator byte() { return 0; }
|
||||
} nd;
|
||||
|
||||
Memory::Memory() {
|
||||
void Memory::begin() {
|
||||
put(nd, 0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user