chunkypixel / atari-dev-studio

Homebrew game creation for the Atari 8-bit consoles (VS Code Extension)
http://atariage.com/forums/topic/290365-atari-dev-studio-for-homebrew-development-release/
GNU General Public License v3.0
77 stars 8 forks source link

Check for CC2 7800basic compilation files #40

Closed chunkypixel closed 3 years ago

chunkypixel commented 3 years ago

Verify, validate and copy .CC2 files when compiling for 7800basic. I think these are currently set just for 144k builds.

chunkypixel commented 3 years ago

Done, refer build 0.6.7 Added verify compiled list (VerifyCompiledFileSizeAsync) and also added a file exits check to the move process (MoveFilesToBinFolderAsync).