Fix some small scaling mistakes (+ code cleanup)
Fix some debug settings for the Visual Studio project file
Don't touch playback counter when in "play/record pattern" mode
Fixed a small stuttering issue in the audio/video syncing
Change about screen text (PT2.3 -> PT2)
Clear "song is modified" flag during Clear All
Palette editor code cleanup
Visual Studio: Don't statically link CRT
Prevent denormalized numbers in RC filter routine
Fix >64kB misalignment in .MOD loader
Rescale values in musicTimeTab64 table to prevent division
Remove unneeded chunk check in WAV loader
Merge branch 'master' of https://github.com/8bitbubsy/pt2-clone
Update README.md
Added an INTEGERSCALING option to protracker.ini
Windows crashfix when double-clicking associated .mod files
Quick bugfix of PAT2SMP (yikes)
Some quick bugfix and compiler errors on macOS/Linux
Merge branch 'master' of https://github.com/8bitbubsy/pt2-clone
Update README.md
Merge branch 'master' of https://github.com/8bitbubsy/pt2-clone
Remove accidental assembly output file from Visual Studio project
Update README.md
Merge branch 'master' of https://github.com/8bitbubsy/pt2-clone
Update README.md
Merge branch 'master' of https://github.com/8bitbubsy/pt2-clone
Prevent GCC 9.2.0 warning and add another file extension to .gitignore
Update README.md
Fixed a problem with directories in the pt_pal_editor vs-project, and added .gitignore
Added v1.00 source code to repo
Update README.md
Update README.md
Update README.md
Initial commit