6
Parzi
5y

Time for a 00:30 rant that has no structure!
(There is a theme tho)

TI-BASIC optimization (framecount is from TI-84 Silver, with the higher Z80 clock):

"0→S": 3 frames
"DelVar S": 2 frames
```
0
Ans →S
```
1 frame???
(Variable "Ans" holds the last answer given to the normal calc functions. This makes it blazing fast to use [for some reason])

also refreshing the real TI-8x line's LCD at its actual, normal rate is bad and *SOMEHOW* ends in LCD overvolting (makes parts of the LCD blue instead of dark gray) after ~15 frames. The TI-8x line's normal OS thing refreshes the LCD at 30-45FPS depending on their clock speed, the LCD is native 80FPS. Just figured i should point this out. (Yes, TI, you do make hardware, it's just that sometimes you should make it when SANE)

why the fuck did they make a multitasking machine that runs on a Z80 at, like, 7/8 the original Gameboy's speed (the B/W DMG, the original. The CGB had DoubleSpeed mode.)

Comments
  • 3
    Oh how I miss fussing with my TI83.

    TIBasic was my first language -- taught myself by picking RACE apart and reading the phone book of a manual -- and z80 asm my second. I've forgotten most of the quirks though, and how fun all of it was. I'm actually missing that calculator.
Add Comment