mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-13 22:32:03 +00:00
Remove dead srand
.
This commit is contained in:
parent
ae48f05c80
commit
c151a73059
@ -196,7 +196,6 @@ class ConcreteMachine:
|
||||
iwm_->set_drive(1, &drives35_[1]);
|
||||
|
||||
// Randomise RAM contents.
|
||||
// std::srand(23);
|
||||
Memory::Fuzz(ram_);
|
||||
|
||||
// Prior to ROM03 there's no power-on bit.
|
||||
|
Loading…
x
Reference in New Issue
Block a user