Jump to content
IGNORED

Atari 800 function keys


Dr Do

Recommended Posts

Yet more Atari questions! After several rounds of adjusting and swapping out ICs, I've now managed to get my Atari 800 up and running. There is, however, a slight quirk in its operation that I'm hoping to iron out. The function keys don't appear to perform the actions that they should do - at first, "Select" was doing a warm restart, "Start" (or was it "Option") was doing the action of Select and "Reset" was doing nothing at all. My guess was that it was something to do with the J114 connector, so I turned this the other way up - only to find that the functions changed, but still didn't correspond to the buttons (now, "Reset" acts as "Start"!). Does anyone know what I should be doing with this connector, or whether I should be looking at something else?

Link to comment
Share on other sites

Yet more Atari questions! After several rounds of adjusting and swapping out ICs, I've now managed to get my Atari 800 up and running. There is, however, a slight quirk in its operation that I'm hoping to iron out. The function keys don't appear to perform the actions that they should do - at first, "Select" was doing a warm restart, "Start" (or was it "Option") was doing the action of Select and "Reset" was doing nothing at all. My guess was that it was something to do with the J114 connector, so I turned this the other way up - only to find that the functions changed, but still didn't correspond to the buttons (now, "Reset" acts as "Start"!). Does anyone know what I should be doing with this connector, or whether I should be looking at something else?

How are you measuring the consol keys? Are you using a BASIC cart, with PEEK(53279)?

Link to comment
Share on other sites

How are you measuring the consol keys? Are you using a BASIC cart, with PEEK(53279)?

 

I just tried using them in Star Raiders and noted how the game responded, and then tried to do a cassette boot with what I thought were the correct function keys. Should I do the PEEK as described? (Although I don't have the BASIC cart).

Edited by Dr Do
Link to comment
Share on other sites

How are you measuring the consol keys? Are you using a BASIC cart, with PEEK(53279)?

 

I just tried using them in Star Raiders and noted how the game responded, and then tried to do a cassette boot with what I thought were the correct function keys. Should I do the PEEK as described? (Although I don't have the BASIC cart).

You,re probably correct. Do you have a SIO2PC or APE or Aspeqt, something to load DOS from?

How are you measuring the consol keys? Are you using a BASIC cart, with PEEK(53279)?

 

I just tried using them in Star Raiders and noted how the game responded, and then tried to do a cassette boot with what I thought were the correct function keys. Should I do the PEEK as described? (Although I don't have the BASIC cart).

 

I guess you don't have a SIO2PC or APE device. If you can get a way to load a DOS disk, you can load BASIC from DOS. Then you would type:

10 X=PEEK(53279)

20 ? X;", ";

30 GOTO 10

 

RUN <ENTER>

 

It should show:

no consol key pressed - 7

OPTION - 3

SELECT - 5

START - 6

and RESET should exit the program back to READY prompt.

 

Here's DOS 2.5 disk with BASICB.OBJ .ATR file.

DOS25.zip

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

Here's DOS 2.5 disk with BASICB.OBJ .ATR file.

 

Thanks for that Russg. The output for my keys make for interesting reading:

Option returned 5

Select returned 3

Reset returned 6

Start reset the machine!

 

I know this sounds dumb and obvious, but are the keys in the right spot?

 

You say that sounds dumb, but the same thought did cross my mind for a second. They are in their correct positions, though.

Link to comment
Share on other sites

  • 5 years later...

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...