1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-12-27 01:31:42 +00:00

Slowed the typer, having discovered that otherwise it has problems transitioning from a shifted to an unshifted character.

This commit is contained in:
Thomas Harte 2017-08-16 22:12:16 -04:00
parent 48290a8bbe
commit b476f06524

View File

@ -812,7 +812,7 @@ class ConcreteMachine:
}
HalfCycles get_typer_frequency() {
return Cycles(80000); // Type one character per frame.
return Cycles(160000); // Type one character per frame.
}
// See header; sets a key as either pressed or released.