1
0
mirror of https://github.com/mist-devel/mist-board.git synced 2026-01-27 20:27:12 +00:00

[PLUS TOO] Updated tg68k cpu core

This commit is contained in:
Till Harbaum
2015-10-14 21:12:36 +02:00
parent 776c300d98
commit 0952d647e9

View File

@@ -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).