|
@@ -15,7 +15,6 @@ const amplifierArray = [];
|
|
|
for (let i = 0; i < AMPLIFIER_COUNT; i++) {
|
|
|
amplifierArray.push(new Computer(input, { inputModeMap: [InputModes.INPUT_FROM_RUNTIME_STACK, InputModes.INPUT_FROM_RUNTIME_STACK] }));
|
|
|
}
|
|
|
-// amplifierArray[4].options.outputToConsole = true;
|
|
|
|
|
|
const amplifierConfigurations = permute([...Array(5).keys()]);
|
|
|
|