From 8bdd46a0bd2961a6bccdb06f89279cd705fc40ef Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Wed, 21 Sep 2022 17:05:08 +0200 Subject: [PATCH] fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3cbe90..252f09b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ You can find information and instructions [here](https://www.orastron.com/asid). * c64: the C64 program source; * img2c64: browser-based tool that converts regular images to C64 hi-res bitmaps and colormaps and lets you quickly swap foreground/background color choice for each 8x8 tile; -* measure: BASIC program to control the C64 filter and output gain stage - actual measurements of the MOS 8580 chip in our C64 (C64C, ser. no. HB41416598E, made in Hong Kong) are available [here](TBD); +* measure: BASIC program to control the C64 filter and output gain stage - actual measurements of the MOS 8580 chip in our C64 (C64C, ser. no. HB41416598E, made in Hong Kong) are available [here](https://github.com/sdangelo/sid-measurements/); * octave: various GNU Octave scripts to generate program data, extract IRs, and simulate the MOS 8580 SID analog filter, output gain stange, and output buffer; * spice: LTspice schematics of the MOS 8580 SID analog filter, output gain stage, and output buffer; * src: A-SID sound engine with a full virtual analog model of the MOS 8580 analog filter, output gain stage, and output buffer, both implemented in C;