shithub: ft2-clone

Download patch

ref: df5ceec1c72376898da165c8564299d680bb0cb3
parent: 61fa74e8a4190be23da1046f2f792d5ff543f812
parent: 93d00d9f3b880f932342f816ee86da3977e95bd3
author: Olav Sørensen <olav.sorensen@live.no>
date: Tue Dec 10 14:59:41 EST 2019

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

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