travisgoodspeed / goodwatch

Replacement board for Casio Calculator Watches using the CC430F6147
508 stars 55 forks source link

Codeplug walking #164

Open AkaBkn opened 1 year ago

AkaBkn commented 1 year ago

codeplug_next and codeplug_prev assume a terminating entry with flag=0xff, which is not the case anymore, as codeplugs get compiled into rom, either add a terminator to goodwatch-txt2cpstr.py or change the logic, what do you think?