Update ReadMe.

This commit is contained in:
sorgelig
2018-08-18 00:04:47 +08:00
parent f215b7ddff
commit cb8e8bb1e4
2 changed files with 4 additions and 1 deletions

View File

@ -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. * Supports both secondary SD and image on primary SD.
* Kempston Joystick. * Kempston Joystick.
* Kempston Mouse. * Kempston Mouse.
* Turbosound (dual AY)
* General Sound (384KB)
* SAA1099
## Installation ## Installation
place RBF into root of primary SD card. And then you have 2 options: place RBF into root of primary SD card. And then you have 2 options:

View File

@ -127,7 +127,7 @@ localparam CONF_STR = {
"-;", "-;",
"R0,Reset and apply settings;", "R0,Reset and apply settings;",
"J,Fire 1,Fire 2;", "J,Fire 1,Fire 2;",
"V,v1.00.",`BUILD_DATE "V,v1.10.",`BUILD_DATE
}; };
wire [27:0] CMOSCfg; wire [27:0] CMOSCfg;