Jump to content
Sign in to follow this  
Rybags

World's smallest POKEY music/sfx program

Recommended Posts

Well, not really music, and POKEY's only doing part of the work here.

 

Real machine required, won't work in an emulator.

 

Start the machine with BASIC installed.

 

POKE 53775,2

 

Now, hold down groups of 3 keys, especially in horizontal rows with each hand.

 

Try combinations involving SHIFT, CONTROL and also cursor keys and the DELETE key.

Share this post


Link to post
Share on other sites

Ah, by turning off key debouncing you cause Pokey to generate rapid-fire interrupts when a key is pressed (Pokey does no "same as last key" checks), so you hear the key click going nuts. I guess multiple keys need to be pressed to fool the OS, though.

 

-Bry

Share this post


Link to post
Share on other sites

this is really freaky.....and a feature i've never seen before :)

 

also try:

 

poke 559,0

poke 54286,0

 

to turn off antic DMA and NMI (vblank interrupts)

 

then the sound gets cleaner

 

 

also freaky what's appearing on the screen...(cursors moving in weird directions, inverse turning on and off all the time etc.)

Share this post


Link to post
Share on other sites
this is really freaky.....and a feature i've never seen before :)

 

also try:

 

poke 559,0

poke 54286,0

 

to turn off antic DMA and NMI (vblank interrupts)

 

then the sound gets cleaner

 

 

also freaky what's appearing on the screen...(cursors moving in weird directions, inverse turning on and off all the time etc.)

 

The screen go blank, nothing more happens.... :?

Share this post


Link to post
Share on other sites

Do it all in one line.

 

If Vblank is disabled (poke 54286,0) then the key debounce isn't done properly by the software and it won't detect consecutive keys that are the same.

Share this post


Link to post
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.

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...
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...