diff --git a/cores/plus_too/readme.md b/cores/plus_too/readme.md index 7fff33f..82930c1 100644 --- a/cores/plus_too/readme.md +++ b/cores/plus_too/readme.md @@ -7,8 +7,8 @@ original files can be found at the [Plus Too project page](http://www.bigmessowi Changes ------- -All changes made to the original source code are due to the porting process -itself. No functional changes have been made (yet). Major changes were: +Initial changes made to the original source code are due to the porting process +itself. Major changes were: - Use of SDRAM for RAM as well as ROM and floppy image buffer - SDRAM clocking at 130 MHz @@ -18,4 +18,8 @@ itself. No functional changes have been made (yet). Major changes were: - Use of MiSTS PS2 mouse emulation - Need to disable all parts dealing with mouse inialization +Functional changes: + +- tg68k cpu core updated to latest version + Binaries are available at the [binaries repository](https://github.com/mist-devel/mist-binaries/tree/master/cores/plus_too).