From 198c3c822a2b3656389df5365a986a3198d39a95 Mon Sep 17 00:00:00 2001 From: Niels Moseley Date: Fri, 12 Jan 2018 01:58:12 +0100 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d97627a..a38bc86 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The second-order filter transfer function is H(z) = 1 / (1 - 2 * A1 * z^-1 - A2 The controller reads the allophones from the control bus and generates the necessary signals to drive the source and filter blocks. The parameters for the source and filter are encoded in a 4K ROM by means of high-level instructions. ## License -TBD. +GPLv3. Please see the LICENSE file. This project was done during the [Retro Challenge 2017/10 contest](http://www.retrochallenge.org).