6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Sat May 18, 2024 3:48 pm

All times are UTC




Post new topic Reply to topic  [ 11 posts ] 
Author Message
PostPosted: Fri Jun 20, 2008 7:07 am 
Offline

Joined: Fri Jun 20, 2008 6:28 am
Posts: 3
Hello all,
Does anyone knows where to find an old Rockwell 6500/11 microcontroller? Recently I bought an old Emax sampler and it use an 6500/11 microcontroller as a scanner MPU/CPU for checking the interface i.e. controlling buttons, diskdrive and so forth. I suspect that the controller are broken because I can't use any buttons at all on the front panel, and the tech manual says that it's the failing part.
I would appreciate very much for any help I can get. Does there exist any substitute (newer version) of the microcontroller?

Thank you in advance


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Thu Jul 03, 2008 3:39 pm 
Offline

Joined: Fri Jun 27, 2003 8:12 am
Posts: 618
Location: Meadowbrook
one may be able to build a replacement using 65c02, program rom and ram and glu logic to emulate. The trick is getting the original programming code out of the 6500 because it is locked in.

we can use on the ESQ-1 synthesizers :)

_________________
"My biggest dream in life? Building black plywood Habitrails"


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Jul 04, 2008 6:39 am 
Offline

Joined: Fri Jun 20, 2008 6:28 am
Posts: 3
Thanks for your answer Nightmaretony!
So it's not possible to use a PROM reader/writer to copy the original program code?


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Jul 04, 2008 2:05 pm 
Offline
User avatar

Joined: Tue Mar 02, 2004 8:55 am
Posts: 996
Location: Berkshire, UK
The R6500/11 is a mask programmable device, the code is physically fixed in the chip during manufacture. You can't read it out.

You will need to find a working chip with the same code (from a similar machine broken in a different way) or work out what the function of each pins was and emulate it with a different device, either small 6502 board or a different type of microcontroller (like a Microchip PIC)

_________________
Andrew Jacobs
6502 & PIC Stuff - http://www.obelisk.me.uk/
Cross-Platform 6502/65C02/65816 Macro Assembler - http://www.obelisk.me.uk/dev65/
Open Source Projects - https://github.com/andrew-jacobs


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Jul 04, 2008 4:17 pm 
Offline

Joined: Fri Jun 20, 2008 6:28 am
Posts: 3
Thank you BitWise!
I do have two other Emax instruments that works with no problem, so I guess I can check out the ROM code on those, but I have never done ROM reading and I don't have equippment for it (as for now). It would be interesting to make some kind of 'piggyback'-board to replace the IC, and the Microchip PIC sounds interesting to use for that. I guess I need to find some information about how to do the whole thing. It would be nice to be able to save old electronic instrument from the scrapyard!
Btw, I have the technical manual for Emax so I guess I have some help there.


Top
 Profile  
Reply with quote  
 Post subject: found 6500/11
PostPosted: Mon Apr 11, 2011 12:39 am 
Offline

Joined: Mon Apr 11, 2011 12:23 am
Posts: 1
Location: mt hamilton observatory
The spectrograph on the 40" Nickel telescope at UCO Lick is still run by a 6500/11(piggyback version). There are threats about upgrading, but for now science is still being done by this 8-bit.


Top
 Profile  
Reply with quote  
PostPosted: Mon Apr 11, 2011 6:21 am 
Offline
User avatar

Joined: Fri Dec 11, 2009 3:50 pm
Posts: 3354
Location: Ontario, Canada
Escobar wrote:
I suspect that the controller are broken because I can't use any buttons at all on the front panel, and the tech manual says that it's the failing part.
If the microcontroller really is defective then you have a serious problem, for the reasons Nightmaretony and Bitwise explained. You can't read out the code, so you need to duplicate its function somehow (!!) or else get another 6500/11 that contains the identical code. But is the microcontroller really defective? Certainly there's room for doubt.

I am not familiar with this exact equipment, but in general I know that malfunctions arise from many possible sources -- bad solder connections and faulty power supplies, to name just two, and the list goes on. Can you tell us more about your testing and observations with the unit, and your own level of troubleshooting experience? Also, was the unit broken when you acquired it? It might be helpful to know the circumstances when the failure first occurred.

How comprehensive is the tech manual? Many I've seen are quite simplistic, and I wouldn't put any faith in them! Even a well-written manual can hardly cover all the possibilities. Can we view the manual online?

What model is the sampler? Is this the sort of unit we're talking about? (Sorry for bombarding you with questions...!)

-- Jeff


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Mon Apr 11, 2011 8:37 am 
Offline
User avatar

Joined: Thu Dec 11, 2008 1:28 pm
Posts: 10801
Location: England
pzachary: is your device something like this
Image
Escobar: is your device a lidded ceramic, and could you desolder the lid and get a microscope into play? It's a long shot but not completely impossible to read out the ROM.


Last edited by BigEd on Fri Jul 04, 2014 3:40 pm, edited 1 time in total.

Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Tue Apr 12, 2011 2:04 pm 
Offline
User avatar

Joined: Tue Sep 11, 2007 8:48 am
Posts: 27
Location: Pruszków/Poland
According to the datasheet (http://www.buchty.net/ensoniq/files/r6500.pdf) 6500/11 seems to be in the PDIP, not the CERDIP package...

Commodore's 6500/1 (used eg in the 1520 plotter) had some mysterious ROM readout mode, maybe Rockwell's 6500/11 had something similiar. Who knows...

_________________
Practice safe HEX !


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Tue Apr 12, 2011 3:02 pm 
Offline

Joined: Fri Jun 27, 2003 8:12 am
Posts: 618
Location: Meadowbrook
The ESQ-1 version is PDIP without the sockets, but as the picture shows, there are the external ROM versions...

_________________
"My biggest dream in life? Building black plywood Habitrails"


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Apr 13, 2011 8:25 am 
Offline
User avatar

Joined: Tue Sep 11, 2007 8:48 am
Posts: 27
Location: Pruszków/Poland
Nightmaretony wrote:
The ESQ-1 version is PDIP without the sockets, but as the picture shows, there are the external ROM versions...


Yeah... but they were rather for the development I suppose....
Anyway - I bought some of those 6500/1 (as on the picture above) on Ebay - I simply could not resist ;)

_________________
Practice safe HEX !


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 11 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: