nanochess / IntyBASIC

IntyBASIC compiler for Intellivision (CP1610 processor)
BSD 2-Clause "Simplified" License
35 stars 5 forks source link

Incorrect settings for JLP variable #22

Closed intvnut closed 4 years ago

intvnut commented 4 years ago

Observed with 1.4.1:

IntyBASIC always sets jlp = 1 when JLP support requested. When flash support is enabled, it should set jlp = 3.

This is mostly harmless. I believe I upgrade jlp to 3 when I see jlpflash > 0. But to ensure compatibility across all tools, IntyBASIC should set this to 3.