mirror of
https://github.com/jscrane/r65emu.git
synced 2024-12-21 12:29:51 +00:00
replace ctor with Memory::begin()
This commit is contained in:
parent
53cbb2cc3d
commit
848a91c68c
@ -17,6 +17,6 @@ public:
|
||||
operator byte() { return 0; }
|
||||
} nd;
|
||||
|
||||
Memory::Memory() {
|
||||
void Memory::begin() {
|
||||
put(nd, 0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user