From cb8e8bb1e4396007cc1a37c7d015876122204e21 Mon Sep 17 00:00:00 2001 From: sorgelig Date: Sat, 18 Aug 2018 00:04:47 +0800 Subject: [PATCH] Update ReadMe. --- README.md | 3 +++ TSConf.sv | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 403aafe..a39097a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ This is the port of TSConf (one of ZX Spectrum clone with extra functionalities) * Supports both secondary SD and image on primary SD. * Kempston Joystick. * Kempston Mouse. +* Turbosound (dual AY) +* General Sound (384KB) +* SAA1099 ## Installation place RBF into root of primary SD card. And then you have 2 options: diff --git a/TSConf.sv b/TSConf.sv index 37f2216..45879ab 100644 --- a/TSConf.sv +++ b/TSConf.sv @@ -127,7 +127,7 @@ localparam CONF_STR = { "-;", "R0,Reset and apply settings;", "J,Fire 1,Fire 2;", - "V,v1.00.",`BUILD_DATE + "V,v1.10.",`BUILD_DATE }; wire [27:0] CMOSCfg;