From f82d1f01aeab2b07f2321a6037946fbebcaf2dfc Mon Sep 17 00:00:00 2001 From: integralfx Date: Fri, 16 Nov 2018 12:57:23 +1100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 276bfd3..d2a0ac9 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # BIOSTimingsEditor Java Swing GUI for editing AMD GPU VRAM timings -![Screenshot](https://puu.sh/BXcdk/0c82072770.png) +![Screenshot](https://raw.githubusercontent.com/integralfx/BIOSTimingsEditor/master/timings_editor.jpg) ## Purpose This program is made for pre-Polaris GPUs which didn't have a GUI for editing VRAM timings and would have to resort to using a hex editor. ## To-do -* Identify VRAM IC names +* Any suggestions would be welcome ## Credits * [caa82437 - PolarisBiosEditor](https://github.com/caa82437/PolarisBiosEditor)