Преглед изворни кода

Merge branch 'master' of https://github.com/Zeda/Grammer2

Zeda Thomas пре 4 година
родитељ
комит
731ba78290
3 измењених фајлова са 4 додато и 1 уклоњено
  1. 1 0
      .gitignore
  2. 1 0
      compile.bat
  3. 2 1
      src/grammerdata.z80

+ 1 - 0
.gitignore

@@ -3,6 +3,7 @@
 /readme
 /examples
 /localdocs
+/bin
 todo.*
 *.zip
 *.8*

+ 1 - 0
compile.bat

@@ -3,6 +3,7 @@
 
 if exist spasm.exe (
   echo "Starting Compile..."
+  md bin
 ) else (
   echo "Opening readme..."
   start "" https://github.com/Zeda/Grammer2/blob/master/Readme.md

+ 2 - 1
src/grammerdata.z80

@@ -4,7 +4,8 @@ sinTable:
 .db 91,93,95,97,99,101,103,105,106,108,110,111,113,114,116,117
 .db 118,119,121,122,122,123,124,125,126,126,127,127,127,128,128,128
 StrVersion:
- .db "Grammer v2.50.9.6",0
+;Accounting for the times you haven't updated this.
+ .db "Grammer v2.50.9.8",0
 FrequencyLUT:
 .dw 2508,2367,2234,2109,1990,1879,1773,1674,1580,1491,1407,1328
 .dw 1254,1184,1117,1054,995,939,887,837,790,746,704,664