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:
parent
48290a8bbe
commit
b476f06524
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user