Mod of disk_image_tools\sedoric_tool\tap2dsk.c to support tracks <= 21 in *.dsk files (-> file size <= 128kB)
- Microsoft Visual Studio 2015 Update 3 solution and project (x64) to be able to compile tap2dsk with MS compiler.
- Support paper color and ink color (sync with OSDK)
- Add define DIRTRACK 20 and replace values 20 by define to enable the next step.
- Change DIRTRACK 20 and NBTRACKS 21 to 15 and 16 to get *.dsk files smaller than 128kB.