Author Topic: Crystal Timers on the Nspire  (Read 9315 times)

0 Members and 1 Guest are viewing this topic.

Offline Hot_Dog

  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Crystal Timers on the Nspire
« on: August 13, 2011, 04:39:46 pm »
I'm sorry if this question was already asked and answered, but are Ti-83+/84+ crystal timers emulated correctly on the Nspire?

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Crystal Timers on the Nspire
« Reply #1 on: August 13, 2011, 04:41:34 pm »
I'm sorry if this question was already asked and answered, but are Ti-83+/84+ crystal timers emulated correctly on the Nspire?

No they are not :( That's why some programs like thepenguin77's Chess don't work on the Nspire 84+ Keypad.
« Last Edit: August 13, 2011, 04:42:46 pm by ephan »

Offline thepenguin77

  • z80 Assembly Master
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1594
  • Rating: +823/-5
  • The game in my avatar is bit.ly/p0zPWu
    • View Profile
Re: Crystal Timers on the Nspire
« Reply #2 on: August 13, 2011, 05:36:50 pm »
On a related note, here's an easy way to check for Nspire:
Code: [Select]
xor a
ld r, a
ld a, r
cp 2
jr nz, Nspire
zStart v1.3.013 9-20-2013 
All of my utilities
TI-Connect Help
You can build a statue out of either 1'x1' blocks or 12'x12' blocks. The 1'x1' blocks will take a lot longer, but the final product is worth it.
       -Runer112

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: Crystal Timers on the Nspire
« Reply #3 on: August 13, 2011, 06:27:46 pm »
On a related note, here's an easy way to check for Nspire:
Code: [Select]
xor a
ld r, a
ld a, r
cp 2
jr nz, Nspire
And make sure interrupts are disabled first, of course.
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline thepenguin77

  • z80 Assembly Master
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1594
  • Rating: +823/-5
  • The game in my avatar is bit.ly/p0zPWu
    • View Profile
Re: Crystal Timers on the Nspire
« Reply #4 on: August 14, 2011, 12:54:15 am »
Ah yes, that was actually the line right before that. I just didn't notice it.
zStart v1.3.013 9-20-2013 
All of my utilities
TI-Connect Help
You can build a statue out of either 1'x1' blocks or 12'x12' blocks. The 1'x1' blocks will take a lot longer, but the final product is worth it.
       -Runer112

Offline Hot_Dog

  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Crystal Timers on the Nspire
« Reply #5 on: August 15, 2011, 10:23:10 am »
Crystal timers do work on the 84+/SE right?

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: Crystal Timers on the Nspire
« Reply #6 on: August 15, 2011, 10:27:03 am »
Crystal timers do work on the 84+/SE right?
And the 83+SE. Basically, all of them except the plain old TI-83+.
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.