mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-09 05:25:01 +00:00
Remove dead srand
.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user