1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-29 16:55:59 +00:00

Went tabular.

This commit is contained in:
Thomas Harte 2017-01-23 20:44:42 -05:00
parent 8d69dd30f3
commit 8cf25a2d70

View File

@ -35,12 +35,8 @@ If your machine has a 4k monitor and a 96Khz audio output? Then you'll get a 4k
| 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)
![Stormlord with a classic 1:1 pixel emulation](READMEImages/NaiveStormlord.png) → ![Stormlord decoded from an interlaced composite feed](READMEImages/CompositeStormlord.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)|
|![Stormlord with a classic 1:1 pixel emulation](READMEImages/NaiveStormlord.png)|![Stormlord decoded from an interlaced composite feed](READMEImages/CompositeStormlord.png)|
![Repton title screen, interlaced](READMEImages/ReptonInterlaced.gif)