Jump to content
IGNORED

Super Cart Question


Tempest

Recommended Posts

I have an Editor/Assembler cart that says Super 8K on it. It's supposed to be a Super Cart, but I'm not sure how you check as it boots up like a regular E/A cart. Is there a way to check how much memory is available so I can see if the 8K is there?

Link to comment
Share on other sites

http://atariage.com/forums/index.php?app=core&module=attach&section=attach&attach_id=396230

 

Put the attached disk in drive 1. Choose Editor Assembler from the TI menu.

Choose option 5.

When asked for a program name, type DSK1.DOS and press enter.

 

If you have Ram at c>6000, 4ADOS will run. If you end up with Alice in Neverneverland. it's not a Supercart.

 

Gazoo

 

  • Like 2
Link to comment
Share on other sites

Gazoo's way is good, but if you can't get the program transferred to a TI disk, you can test with a simple BASIC program:

10 CALL INIT

20 FOR I=25476 TO 32767

30 CALL LOAD(I,123)

40 CALL PEEK(I,X)

50 IF X=123 THEN 70

60 PRINT "FAILED"

61 END

70 NEXT I

80 PRINT "PASSED"

90 END

(I haven't tested this but it should work)

  • Like 1
Link to comment
Share on other sites

Gazoo's way is good, but if you can't get the program transferred to a TI disk, you can test with a simple BASIC program:

10 CALL INIT

20 FOR I=25476 TO 32767

30 CALL LOAD(I,123)

40 CALL PEEK(I,X)

50 IF X=123 THEN 70

60 PRINT "FAILED"

61 END

70 NEXT I

80 PRINT "PASSED"

90 END

(I haven't tested this but it should work)

 

Did you intentionally start above >6000 in 20 or are you, perhaps, dyslexic?

 

...lee

Link to comment
Share on other sites

Hmmm, for giggles I tried this in Classic 99, I get the fail...

... but I've been able to run the original E/A 3 version of 4A DOS under Classic99 just fine.

 

puzzled-smiley-emoticon.gif

 

It runs fine for me in Classic99. You do have the E/A cartridge selected in the “cartridge-->apps” menu, right?

 

...lee

  • Like 1
Link to comment
Share on other sites

.

.

.

20 FOR I=24576 TO 32767

.

.

.

 

This takes an awfully long time to complete. It would probably be sufficient to test just one or, perhaps, the first and last locations in the 24576 – 32767 (>6000 – >7FFF) range. If there is no RAM in that range, it should fail on the first write/read cycle. Changing line 20 to

20 FOR I=24576 TO 32767 STEP 8191

will do the trick.

 

...lee

Edited by Lee Stewart
  • Like 1
Link to comment
Share on other sites

  • 10 months later...

4A DOS is self-loading. I'll look through my files after dinner and post a copy of it here. In the mean time the documentation can be download << HERE >>

 

Yes it is. Perhaps I should have more specific - I thought there was a version that could be loaded into the Supercarts RAM and remain resident there (and retained in power off) like other Supercart utilities. :)

Link to comment
Share on other sites

Okay dinner is going to be a little late so here it is....

 

It's an E/A "OPTION 3" program.

Type in DSK1.DOS once it's loaded the DSK1.DOS will disappear. Then RESET the computer and it'll be ready to run.

If your the battery in your SuperCart is good, the program will remain in memory.

 

BTW - be sure that the CHARA1 file is on DSK1 as well, because if it's not all you will get is a blank blue screen.

 

HAVE FUN!

 

 

4ADOS.zip

  • Like 2
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...