Thomas Harte
|
9cc747b3e2
|
Resolves potential source of errors: specifying incorrect table size.
(Having made exactly this mistake with the ZX Spectrum)
|
2021-04-24 12:10:28 -04:00 |
|
Thomas Harte
|
512a52e88d
|
Increases const correctness, marks some additional constructors as constexpr, switches std::atomic construction style.
|
2020-05-20 23:34:26 -04:00 |
|
Thomas Harte
|
f417fa82a4
|
Splits 'CRTMachine' into three parts: ScanProducer, AudioProducer, TimedMachine.
Simultaneously cleans up some of the naming conventions and tries to make things a bit more template-compatible.
|
2020-04-01 23:19:34 -04:00 |
|
Thomas Harte
|
a0311858f9
|
Adds mappings for curly brackets.
|
2020-03-03 23:04:10 -05:00 |
|
Thomas Harte
|
32136b75cd
|
Modifies mappings to improve key repeat on backspace and potentially allow mapping of other keys.
|
2020-03-02 23:10:18 -05:00 |
|
Thomas Harte
|
54b3e511e9
|
Extends mapping slightly for potential duplicate delete and return.
|
2020-02-29 18:40:41 -05:00 |
|
Thomas Harte
|
4594a3c02b
|
Ensures final thing in a key sequence is fully typed; adds ability to quicken input.
|
2020-02-29 18:12:32 -05:00 |
|
Thomas Harte
|
860837d894
|
Corrects: KeyPad -> Keypad. Also fleshes out Atari ST keyboard mapping.
|
2019-11-09 18:02:14 -05:00 |
|
Thomas Harte
|
97eff5b16d
|
Formally distinguishes Macintosh keys from virtual keys.
Also: adds mappings for keypad keys, and corrects a couple of
long-standing capitalisation errors in my virtual key set.
|
2019-08-02 16:15:34 -04:00 |
|
Thomas Harte
|
a8645f80bf
|
Introduces 'non-exclusive' emulator-space keyboards.
i.e. sets of keys that don't amount to an entire keyboard in the modern sense. Experimentally used by the Master System for its reset key.
|
2018-10-24 21:59:30 -04:00 |
|
Thomas Harte
|
0b771ce61a
|
Removes all instances of the copyright symbol.
|
2018-05-13 15:19:52 -04:00 |
|
Thomas Harte
|
9e0907ee76
|
Completes clean-up of post-formalisation per-machine keyboard code.
At least for now. Standardising on how column + row is encoded might be helpful.
|
2017-10-21 10:52:35 -04:00 |
|