Browse Source

Merge pull request #5 from Zeda/master

Merge Zeda's master with mine
NonstickAtom785 4 years ago
parent
commit
861d7262be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compile.bat

+ 1 - 1
compile.bat

@@ -32,7 +32,7 @@ rem Install experimental package
 rem Install program launcher
     echo "Assembling Program Launcher"
     ..\spasm.exe launch.z80 ..\bin\g250.8xp
-    
+
 )
 
 cd..