Jump to content

ti99_forever

Members
  • Posts

    50
  • Joined

  • Last visited

ti99_forever's Achievements

Star Raider

Star Raider (3/9)

8

Reputation

  1. Oh, analog I/O? Interesting. Any particular use or in general?
  2. Looks like Quick Basic to me. That's pretty old. Love my comments! I remember it vaguely. It's a port I'm sure. I loved how Quick Basic (and Qbasic) were very Extended BASIC similarl.
  3. Hear hear! Big fan of UCSD. And chess. Can't wait to see your progress.
  4. I don't mean to hijack this post... But related to this, aren't there conversion programs to convert from PC 99 format to the VT99 format GROM files? And back again? I invested in PC99 and have a lot of modules in that format, and want to covert to Classic99's format. I couldn't get the 1 bank PRK to even work, albeit I didn't have a lot of time to play with it.
  5. The 2k garbage at the end of the GROMs? Remember real GROMS are 6K.
  6. What makes it NOT a drop-in replacement? I'm confused. It replaces the original chip, and it's RAM is onboard.
  7. ISTR it was hold a key when booting, try the space bar?
  8. It always seemed that way to me too.
  9. MG Explorer is one of the best! Had nothing really like it until emulators came along with their debuggers, like Classic99's. I bought that when it first came out, and used it up until I packed my stuff up around 2006. I'm still trying to put it all back together again. I think I just need to rent a 1 bedroom apartment for myself!
  10. Easy. Something like: 10 DATA 1,2,3,4,5 15 FOR I=1 TO 5 20 READ A,B,C,D,E 30 PRINT A,B,C,D,E 40 RESTORE 10 ! or just RESTORE 50 NEXT I The bug will show when it hits the RESTORE statement in line 40. You'll get an error. It has been a while since I did this...
  11. Just curious, can you test something for me? The ability to run from GROM has always been possible (such as the PRK module). I played with this, but there is a bug in RESTORE. It is coded to expect to be executing from VDP. Of course this is TI BASIC, not Extended BASIC. So, wondering if you'd test RESTORE?
  12. Restore with a variable ain't possible? ON I GOSUB 200,300,400 200 RESTORE 10::RETURN 300 RESTORE 20::RETURN etc. a lookup table is likely to be required.
  13. Sorry, this reminds me of the hater wars back then. If The Onion published this, they can polish my TI Wired Remote Controllers! (Gee it sounds better as "polish my joystick")
×
×
  • Create New...