Rui M. S. Martins
Rui M. S. Martins
RefreshCtl.bat `skool2ctl.py --hex --keep-lines FormulaOne.Skool > "FormulaOne.ctl"` generate.bat `sna2skool.py --hex --ctl FormulaOne.ctl FormulaOne.z80 > FormulaOne.skool `
Did you noticed, that I edited the Skool file ? There is an extra: `; { #SCR(LoadingScr.png)` I'm not sure if that is the cause, but it's not just run...
I just tried it myself, and apparently it's working now. Weird! I can tell you, that yesterday I had to reverse a generation using git, because it was all messed...
But I'm still getting some funky differences. Some are obvious like whites space differences or generation of Title descriptions for data blocks that I have edited and separated on the...
I can send you the skool file for you to test. But I don't want to include it here. Here is an extract of the current problematic area. [LapNo.problem.txt](https://github.com/skoolkid/skoolkit/files/9338773/LapNo.problem.txt) And...
Notice that somewhere between the CTL refresh ``` C $99A5,1 . Result addr = String to write C $99A6,8 . Write Extras name string (Length = 10) 010 1 0...
OK I probably messed that up. I'll fix that. NOTE: I had seen Warnings before, when something was being overwritten. But I'm not getting any WARNING on this one. Is...
> sna2skool.py should print a warning if your control file erroneously truncates an instruction (i.e. a machine code instruction, not a DEF* directive), but it doesn't if one DEF* directive...
I checked and this happened because there where still lines in the file that overwrite or redefine lines that already had a type. I.e. there where definitions (, c,b ,etc...)...
NOTE: If I change the expression to `inkColor = ( borderColor is >= #COLORNAME($04) ) ? WHITE : BLACK :> #PEEK$981B` I get: > inkColor = ( borderColor is >=...