fghsgh wrote:
I got a problem with jsTIfied:
Every time I pause the calculator (with a breakpoint or by stepping over a call/bcall), the screen doesn't update to what it should be. This only happens after the first pause, probably.
I am calling _PutS but stepping over it in the debugger because I currently don't care what that BCALL is doing. After the call finished, the screen does not get updated but instead, it darkens. If this happens multiple times, the screen goes completely black.
Thanks for reminding me about this. This is due to how jsTIfied computes the timing of when to refresh the screen, and is certainly fixable.
Travis wrote:
When emulating a TI-83 Plus today, I discovered that the . key on the numeric keypad doesn't respond. I can type numbers on both the number keypad and top row keys, and the period key in the home section works, but the period key on the numpad does not. That's a bit inconvenient.
Boo, that's annoying. I'll look into this.
Quote:
Also, the appearance of the Toggle Fast Speed toolbar button looks reversed from its presumed operation. When the lightning bolt is dark, the calculator runs at normal speed, but when it's light with a slash through it, the calculator runs faster. Logically I'd expect the appearance to be the other way around, with the (slower) normal speed being represented by the dimmed lightning bolt with a slash through it.
Yeah, that's always been a complicated issue: I've gotten people complaining about both ways around. I'll try the opposite.