Jump to content
IGNORED

Paperclip Dongle


Atari8guy

Recommended Posts

Your best bet would probably be to just get a cracked copy of the software.

 

The way the dongle works might be something as simple as simulating an invalid joystick input like up/down at the same time.

 

Or, it might be way more complex and have something like a counter, or a resistor network that returns a specific value to the Paddle ports dependant on what is being outputted through the joystick directional pins.

 

 

As for buying the C-64 version... no guarantee it would work, since they could have decided to use different schemes on that version.

Link to comment
Share on other sites

Your best bet would probably be to just get a cracked copy of the software.

 

The way the dongle works might be something as simple as simulating an invalid joystick input like up/down at the same time.

 

Or, it might be way more complex and have something like a counter, or a resistor network that returns a specific value to the Paddle ports dependant on what is being outputted through the joystick directional pins.

 

 

As for buying the C-64 version... no guarantee it would work, since they could have decided to use different schemes on that version.

 

I do have a cracked copy....just kinda for completeness and curiousity...if it stays under 5 bucks I might take a flyer on it just for curiousity's sake.

Link to comment
Share on other sites

I long ago lost the joystick dongle that comes with Paperclip (Batteries Included) and I was wondering if anyone had a extra or new how to make one or if.....THIS would work. And just out of a curious nature....how did that thing work anyway.

 

Thanks.

 

I remember that I was very surprised when I got Paperclip, comparing it's complex dongle to that of Leaderboard Golf.

 

I have originals of both versions, and the C64 dongle will *not* work with the Atari version of the program. After leaving the title screen, the program locks up.

 

-Larry

Edited by Larry
Link to comment
Share on other sites

My recollection is that it is just a resistor that is read by the paddle inputs. Plug a paddle controller into the joystick port and turn it slowly until it works.

 

Or, maybe not.

 

Bob

 

 

I long ago lost the joystick dongle that comes with Paperclip (Batteries Included) and I was wondering if anyone had a extra or new how to make one or if.....THIS would work. And just out of a curious nature....how did that thing work anyway.

 

Thanks.

  • Like 1
Link to comment
Share on other sites

The Leaderboard dongle plugged into the datasette port and could be bypassed by plugging in a datasette and pressing play. Anyway, I've got some Paperclip dongles around here. I'll take a look for them tomorrow and it would help if you sent me a PM to remind me. :)

Link to comment
Share on other sites

The paper clip dongle is a type of serial input/output memory chip. I made (copied) one many years ago but as usual, have either lost it or used the socket for something else.

Paper clip easy to crack tho. the code to change actually ends up at $C000. The code sends a byte to the chip (keyboard input?) then recieves the byte back and displays it.

 

I have just found the remains of the dongle i made, pins 1,2,3,4,6,7,8 are used on the joystick port and are connected as follows.

1 -2 & 11

2 -3 & 10

3 -4 & 15

4 - 6

6 - 7 , 1 ,12,13,14

7 - 16

8 - 8

I cannot remember what type of chip it was.

 

James

 

I long ago lost the joystick dongle that comes with Paperclip (Batteries Included) and I was wondering if anyone had a extra or new how to make one or if.....THIS would work. And just out of a curious nature....how did that thing work anyway.

 

Thanks.

  • Like 1
Link to comment
Share on other sites

I have found a chip here that may be the one used. A 4031B. Need to test it to make sure but it has been kicking around in the draw for years so it may be dead from static.

 

James

 

 

 

I have just found the remains of the dongle i made, pins 1,2,3,4,6,7,8 are used on the joystick port and are connected as follows.

1 -2 & 11

2 -3 & 10

3 -4 & 15

4 - 6

6 - 7 , 1 ,12,13,14

7 - 16

8 - 8

I cannot remember what type of chip it was.

 

James

Link to comment
Share on other sites

It is a static shift register. I'm not sure how those work, but I'm guessing that if you send it a series of bits, it sends back a predictable new series. (?)

 

An LFSR maybe? Might make sense for a simple dongle, as it's easy to simulate in software (clock in a few random bits, check the output against the software version) but still reasonably non-trivial to replace for a prospective copier. Probably about as good hardware protection as you can get on an 6502. These boxes certainly won't be doing RSA.

  • Like 1
Link to comment
Share on other sites

  • 8 years later...

I long ago lost the joystick dongle that comes with Paperclip (Batteries Included) and I was wondering if anyone had a extra or new how to make one or if.....THIS would work. And just out of a curious nature....how did that thing work anyway.

 

Thanks.

 

I had Paperclip for my 130 XE. (I don't have it anymore.) I also had a device that plugged into a joystick port and then you plugged a joystick into it. It had a dial on top that would alter how long a delay between pressing fire. So, in shooter games, you could just hold the button down and the computer thought you were hitting it repeatedly. I found that if I used that and held the joystick button down, Paperclip worked. I used to put a joystick button under a chair leg to make it work. It was more just because I could do it, since I actually had the dongle...

Link to comment
Share on other sites

Incidentally, Paperclip got me and my girlfriend (now my wife) through 2 years of college papers before I got my Atari ST....

 

The funny thing is, I am way more attached to my 8-bit Atari past than my ST Atari past. I (so far) have no desire to try to recreate what I once had on ST, but have been obsessed with 8-bit for a long time (in emulation) and for the past 6 months or so looking at real hardware...

  • Like 3
Link to comment
Share on other sites

An LFSR maybe? Might make sense for a simple dongle, as it's easy to simulate in software (clock in a few random bits, check the output against the software version) but still reasonably non-trivial to replace for a prospective copier. Probably about as good hardware protection as you can get on an 6502. These boxes certainly won't be doing RSA.

here's the inside of mine. I doubt it still works.

post-21816-0-89923200-1496533974_thumb.jpg

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

here's the inside of mine. I doubt it still works.

The possibilities boogle the mind.

It could be programmed with a serial number specific for the software. I don't think

that there are different software disks though, they are all the same copyable, I guess.

I don't know if MD5s have been made of several paperclip program disks. And if they

are all the same.

Edited by russg
Link to comment
Share on other sites

The possibilities boogle the mind.

It could be programmed with a serial number specific for the software. I don't think

that there are different software disks though, they are all the same copyable, I guess.

It's just a 4031 shift register. Nothing custom at all. I imagine that it expects to see either it's own output or a joystick line shifted through it. Got a pic of the other side?

 

http://rtellason.com/chipdata/cd4031.pdf

  • Like 2
Link to comment
Share on other sites

Ah the memories. When I was a kid, I was not exactly a computer science major with a masters degree. I got Leader Board from a copy party when it first came out. Called one of the local warez BBS'es to find out how to get it to work. Said you needed a key in joystick port 2. Thinking it was strange, but said what the hell, I got a house key, put it in port 2, and started my 800. Saw a small spark, and the game did not load. Tried a few more times without success. How I did not destroy my 800 is beyond me, but it still worked, and still works TO THIS DAY!! Anyhow, I called the board back and dug deeper, and found out that the 'key' was a sacrificed joystick cable with the brown, white and orange (or was it black, white and orange??) wires stripped and twisted together. It has been a long time, do not remember. What an idiot I was. LOL

  • Like 4
Link to comment
Share on other sites

The Leaderboard dongle protection was stupidly simple. I cracked that game myself, from memory it did left/right stick at the same time, which I thought wasn't very smart as you could use a pair of taped down paddle buttons to simulate it if you couldn't be bothered with the buck-fifty worth of parts and 5 minutes worth of soldering to DIY dongle.

  • Like 1
Link to comment
Share on other sites

  • 8 months later...

I found a 130XE copy of Paperclip, and a matching (and working) Joystick Port protection dongle.

I just wanted to confirm that the obvious choice is the correct one:

 

It makes total sense to replace the original Paperclip disk with a cracked copy, and to discard the joystick copy protection dongle, right? No downside?

 

Thanks all,

the jmccorms

Link to comment
Share on other sites

I found a 130XE copy of Paperclip, and a matching (and working) Joystick Port protection dongle.

I just wanted to confirm that the obvious choice is the correct one:

 

It makes total sense to replace the original Paperclip disk with a cracked copy, and to discard the joystick copy protection dongle, right? No downside?

 

Thanks all,

the jmccorms

 

I had a cracked (no-dongle) version as a kid that I used for the second half of my senior year in high school. I still have the same disk and it still boots today. For that matter, it can still read and open all the high school papers and documents I created back then too (***shudder***).

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