From dcf7332854ca5b9a43cc8f860b3a8f9958a416c1 Mon Sep 17 00:00:00 2001 From: Mark Moxon Date: Sun, 4 Sep 2022 16:47:06 +0100 Subject: [PATCH] Move jump links to above video --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fd78b68..b824e03 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,18 @@ This repository contains a patch for Commodore 64 Elite that drastically improves the quality of the graphics. It does this by removing flicker from the ship-drawing routines. -The code in the patch has been backported from the BBC Master version of Elite, so it is 100% Bell & Braben code that's making its first appearance on the Commodore 64. - -You can see the difference it makes in the following clip. The patched version is on the left, and the original version is on the right: - -https://user-images.githubusercontent.com/2428251/187879166-74e973e3-aa49-40e3-b629-45d68843c4c9.mp4 - To play the flicker-free version, see the section on [playing flicker-free Commodore 64 Elite](#playing-flicker-free-commodore-64-elite). To read about how the patch weaves its magic, see the section on [how the patch works](#how-the-patch-works). If you are interested in building and applying the patch yourself, see the section on [building the patch](#building-the-patch). +The code in the patch has been backported from the BBC Master version of Elite, so it is 100% Bell & Braben code that's making its first appearance on the Commodore 64. + +You can see the difference it makes in the following clip. The patched version is on the left, and the original version is on the right: + +https://user-images.githubusercontent.com/2428251/187879166-74e973e3-aa49-40e3-b629-45d68843c4c9.mp4 + ## Contents * [Acknowledgements](#acknowledgements)