Jump to content
IGNORED

"New B" bring's TI 99/4A back up to power after 19 years!


APB 99/4A

Recommended Posts

This post up date by iPhone so will be short, I did update of status on the first post site march 16 with problems with speech box. To add to that info the speech works fine with Alpiner cart but still will not allow E/A cart to work with Expanded MEM error. Hum?

Link to comment
Share on other sites

Sorry... let me explain. To run programs in E/A, you need to have them stored somewhere... Typically this would be in a diskette. To PROGRAM in editor assembler, you either need the E/A disks or some alternative, like Funnelweb. ALSO loaded from diskette... do you have diskettes?

Link to comment
Share on other sites

Plug in the XB cart, type in the following:

 

100 CALL CLEAR :: CALL SCREEN(4)
110 FOR I=1 TO 16 :: PRINT "I AM THE 99/4A.....":"I HAVE BECOME SELF AWARE":"AFTER 19 YEARS"
120 CALL SCREEN(I) :: PRINT :: PRINT :: NEXT I

 

Then type "RUN"

 

 

=)

Edited by Opry99er
Link to comment
Share on other sites

We'll break it down

Try this out.

 

100 CALL CLEAR :: CALL SCREEN(4)
110 FOR I=1 TO 16
115 PRINT "I AM THE 99/4A....."
120 PRINT "I HAVE BECOME SELF AWARE"
130 PRINT "AFTER 19 YEARS"
140 CALL SCREEN(I) :: PRINT
150 PRINT :: NEXT I

Edited by Opry99er
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...