Jump to content
IGNORED

Atari 800XL Buzzes On Startup


banner

Recommended Posts

Hello All,

 

I'm new to Atari computers and have just got an 800XL. When I power it up the screen comes up on the display but the cursor and 'READY' don't appear for a couple of seconds and the system makes a buzzing sound. It all works fine and passes all the self tests.

 

I thought the system only played the buzzer if it was booted with the start button pressed.

 

What's going on?

 

Thanks

 

John

Link to comment
Share on other sites

Farting sound is a more accurate description.

 

A buzzing sound is either TV not tuned properly, but is also one symptom of a power supply that's gone bad and is outputting too much voltage.

 

In that case, the buzzing will be continuous, though, and you should stop using that PSU.

Link to comment
Share on other sites

I take it that it stops 'buzzing' once READY comes up?

 

The OS queries all the SIO devices for drivers to load and such, whether there are actually any devices on SIO or not. This SIO activity, like most SIO, can be heard in the speaker.

 

Could that be it? The START key sound is quite a different 'buzz'.

 

 

Bob

 

 

Hello All,

 

I'm new to Atari computers and have just got an 800XL. When I power it up the screen comes up on the display but the cursor and 'READY' don't appear for a couple of seconds and the system makes a buzzing sound. It all works fine and passes all the self tests.

 

I thought the system only played the buzzer if it was booted with the start button pressed.

 

What's going on?

 

Thanks

 

John

Link to comment
Share on other sites

Yeah, it's probably the phthtphtpphtphphttphpthptthptptpphtph sound of the system looking for something to boot from.

 

If you hear continuous buzzing or humming from the speaker, your power supply is probably failing.

Link to comment
Share on other sites

Yeah, it's probably the phthtphtpphtphphttphpthptthptptpphtph sound of the system looking for something to boot from.

 

If you hear continuous buzzing or humming from the speaker, your power supply is probably failing.

 

It probably is normal operation as it does stop once the 'ready' prompt appears and it is more of a farting rather than a buzzing! It does it for a couple of seconds or so.

 

As I've never owned an Atari 8 Bit before it just didn't seem 'normal' to me!

 

I don't have any SIO devices attached if this makes any difference.

 

John

Link to comment
Share on other sites

Yeah, it's probably the phthtphtpphtphphttphpthptthptptpphtph sound of the system looking for something to boot from.

 

If you hear continuous buzzing or humming from the speaker, your power supply is probably failing.

 

It probably is normal operation as it does stop once the 'ready' prompt appears and it is more of a farting rather than a buzzing! It does it for a couple of seconds or so.

 

As I've never owned an Atari 8 Bit before it just didn't seem 'normal' to me!

 

I don't have any SIO devices attached if this makes any difference.

 

John

 

I wouldn't call it "farting" sound. It's more of a disgruntled sound of someone not getting what he wants. So let's agree to call it a disgruntled sound or some better word. I don't want to research fart sounds to compare it with.

 

Oh, you can boot up faster if you have some boot block on disk that exits to BASIC rather than wait for the SIO device search.

Link to comment
Share on other sites

Here's code that will eliminate SIO device look-up when booting into BASIC or other cartridge which do SIO device search:

 

ORG $600

DB 0,1 ;# of sectors to read

DW ORG

DW Start

RTS

Start:

LDA #0

STA 580

Jmp ($BFFA)

 

In case you don't have an assembler, you can write in debug on PC and make a disk image. Compiling the above, you get the following bytes in decimal:

 

0,1,0,6,7,6,96,169,0,141,68,2,108,250,191

 

In hex:

 

0,1,0,6,7,6,60,A9,0,8D,44,2,6C,FA,BF

 

Now when you boot with this disk block, you'll hear just one small blip which is some alien sound for "Thanks." and your boot-up time will be minimal.

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