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

Testing a table.

This commit is contained in:
Thomas Harte 2017-01-23 20:43:43 -05:00
parent ae8068b86f
commit 8d69dd30f3

View File

@ -32,6 +32,10 @@ If your machine has a 4k monitor and a 96Khz audio output? Then you'll get a 4k
### Samples
| 1:1 Pixel Copying | Composite Decoded |
|---|---|
|![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)|
![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 3 in game, with a classic 1:1 pixel emulation](READMEImages/NaiveRepton3.png) → ![Repton 3 in game, decoded from an interlaced composite feed](READMEImages/CompositeRepton3.png)