1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-17 06:29:28 +00:00

Testing this Markdown implementation for image sizing support.

This commit is contained in:
Thomas Harte 2017-01-23 20:26:57 -05:00
parent 4920fe6701
commit 7680cbf9c3

View File

@ -30,9 +30,13 @@ Similar effort is put into audio generation. If the real machine normally genera
If your machine has a 4k monitor and a 96Khz audio output? Then you'll get a 4k rendering of a composite display and, assuming the emulated machine produces source audio at or above 96Khz, 96,000 individual distinct audio samples a second. Interlaced video also works and looks much as it always did on those machines that produce it.
![The Electron start screen, with a classic 1:1 pixel emulation](READMEImages/NaiveElectron.png) ![The Electron start screen, decoded from an interlaced composite feed](READMEImages/CompositeElectron.png)
### Samples
![The Electron start screen, with a classic 1:1 pixel emulation](READMEImages/NaiveElectron.png) -> ![The Electron start screen, decoded from an interlaced composite feed](READMEImages/CompositeElectron.png)
![Repton title screen, interlaced](READMEImages/ReptonInterlaced.gif =20)
![Repton, interlaced](READMEImages/ReptonInterlaced.gif)
## Low Latency