1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-25 18:30:07 +00:00

Remove dead srand.

This commit is contained in:
Thomas Harte 2024-01-04 10:25:39 -05:00
parent ae48f05c80
commit c151a73059

View File

@ -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.