ft2-clone

Fasttracker 2 clone
Log | Files | Refs | README | LICENSE

commit df5ceec1c72376898da165c8564299d680bb0cb3
parent 61fa74e8a4190be23da1046f2f792d5ff543f812
Author: Olav Sørensen <olav.sorensen@live.no>
Date:   Tue, 10 Dec 2019 19:59:14 +0100

Merge branch 'master' of https://github.com/8bitbubsy/ft2-clone

Diffstat:
MREADME.md | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -1,7 +1,7 @@ # ft2-clone Fasttracker II clone for Windows/macOS/Linux -Aims to be a **highly accurate** clone of the classic Fasttracker II MS-DOS software. +Aims to be a **highly accurate** clone of the classic Fasttracker II software for MS-DOS. # Releases Windows/macOS binary releases can always be found at [16-bits.org](https://16-bits.org/ft2.php). @@ -13,4 +13,5 @@ If these don't work for you, you'll have to compile the code manually. Please read HOW-TO-COMPILE.txt file in the repository. PS: The source code is quite hackish and hardcoded. \ -My first priority is _accuracy_, not flexibility and clean code. +My first priority is _accuracy_, not flexibility and clean code. \ +Big parts of the code (except GUI) are directly ported from the original FT2 source code, with permission to use a BSD 3-Clause license.