Jump to content
IGNORED

More about PoKey 16-bit mode and 'distortion guitar'


analmux

Recommended Posts

Maybe some people here remember the PoKey 'distortion guitar'. It starts at 2:18 of the following video:

 

 

Here is a simple atari basic test to play with the possibilities of the distortion guitar. It's very curious that, using 16-bit mode, voice 2 is silent and voice 1 not.

 

Push START for smooth left modulation of the poly9 state

Push SELECT for smooth right modulation of the poly9 state

Push START + OPTION to change note downwards

Push SELECT + OPTION to change note upwards

 

10 P=53760:Q=53279
20 POKE P+8,208:POKE P+1,132
30 R=20
40 PITCH=R*511-7
50 PH=INT(PITCH/256):PL=PITCH-PH*256
60 POKE P,PL:POKE P+2,PH
70 S=PEEK(Q):IF S=7 THEN GOTO 70
80 IF S=6 THEN POKE P+2,PH+1:GOTO 130
90 IF S=5 THEN POKE P+2,PH-1:GOTO 130
100 IF S=2 THEN R=R+1:GOTO 40
110 IF S=1 THEN R=R-1:GOTO 40
120 GOTO 60
130 FOR T=0 TO 49:NEXT T:GOTO 60
This sounds curious. Does anyone have an idea how this works?
  • Like 3
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...