From 0952d647e99209a4bed85172d67d7678cb435de9 Mon Sep 17 00:00:00 2001 From: Till Harbaum Date: Wed, 14 Oct 2015 21:12:36 +0200 Subject: [PATCH] [PLUS TOO] Updated tg68k cpu core --- cores/plus_too/readme.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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).