6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Sun Apr 28, 2024 11:20 am

All times are UTC




Post new topic Reply to topic  [ 36 posts ]  Go to page 1, 2, 3  Next
Author Message
 Post subject: Retro SYM
PostPosted: Sun Feb 17, 2013 1:53 am 
Offline

Joined: Wed Apr 21, 2004 11:28 pm
Posts: 30
Location: Adelaide, Australia
To celebrate the Synertek Sym's 35th anniversary this year, I decided to play with the concept of a Retro SYM project.

In thinking what the designers may have done if the product line had continued past the SYM-2, while taking into account later technology beyond the 80's, I came up with the following features that such a project should have..

USB interface
RS232 interface, utilising a Max232 style driver and 6551 ACIA chip
MicroSD card slot for storage
GAL address decoding
DIP switches for the address decoding selection
0.1" Headers for the E, A and AA connector and various jumpers
Tact Switches for the Keypad
TTL Oscillator in place of a Crystal for the clock.
Ability to use large capacity EPROMs, Flash memory and SRAM

Many weekends later, this is what I came up with.

Attachment:
SYMtiff.jpg
SYMtiff.jpg [ 295.19 KiB | Viewed 927 times ]


Last edited by andysa on Wed May 03, 2017 10:33 pm, edited 2 times in total.

Top
 Profile  
Reply with quote  
 Post subject: Re: Retro SYM
PostPosted: Sun Feb 17, 2013 3:12 am 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8147
Location: Midwestern USA
andysa wrote:
To celebrate the Synertek Sym's 35th anniversary this year, I decided to play with the concept of a Retro SYM project.

In thinking what the designers may have done if the product line had continued past the SYM-2, while taking into account later technology beyond the 80's, I came up with the following features that such a project should have..

USB interface
RS232 interface, utilising a Max232 style driver and 6551 ACIA chip
MicroSD card slot for storage
GAL address decoding
DIP switches for the address decoding selection
0.1" Headers for the E, A and AA connector and various jumpers
Tact Switches for the Keypad
TTL Oscillator in place of a Crystal for the clock.
Ability to use large capacity EPROMs, Flash memory and SRAM

Many weekends later, this is what I came up with.

https://dl.dropbox.com/u/103294228/SYMtiff.tif

Your link didn't work, so I fixed it in this reply. Your going to build one of these?

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


Top
 Profile  
Reply with quote  
 Post subject: Re: Retro SYM
PostPosted: Tue Feb 19, 2013 4:27 am 
Offline

Joined: Sat Dec 13, 2003 3:37 pm
Posts: 1004
What's the advantage of using a TTL oscillator over using a crystal?


Top
 Profile  
Reply with quote  
 Post subject: Re: Retro SYM
PostPosted: Tue Feb 19, 2013 6:49 am 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8147
Location: Midwestern USA
whartung wrote:
What's the advantage of using a TTL oscillator over using a crystal?

Convenience, lower parts count and less board real estate.

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


Top
 Profile  
Reply with quote  
 Post subject: Re: Retro SYM
PostPosted: Tue Feb 19, 2013 9:32 pm 
Offline

Joined: Wed Apr 21, 2004 11:28 pm
Posts: 30
Location: Adelaide, Australia
Yes, I am intending to build one of these. Still finalising the PCB design at this stage.

The reason for going down the TTL Oscillator route, is because 1MHz crystals are becoming difficult to obtain.
For that matter, so are 1 MHz Oscillators, but at least for the moment RS Components and Element14 (Farnell) still show them in their catalog.


Top
 Profile  
Reply with quote  
 Post subject: Re: Retro SYM
PostPosted: Tue Feb 19, 2013 9:45 pm 
Offline

Joined: Sat Dec 13, 2003 3:37 pm
Posts: 1004
I thought circuit based oscillators were not as stable or regular as crystal oscillators. Am I mistaken? Or was that a "it used to be true but not any more" kind of thing?


Top
 Profile  
Reply with quote  
 Post subject: Re: Retro SYM
PostPosted: Tue Feb 19, 2013 9:55 pm 
Offline
User avatar

Joined: Fri Aug 30, 2002 1:09 am
Posts: 8428
Location: Southern California
andysa wrote:
Yes, I am intending to build one of these. Still finalising the PCB design at this stage.

Be sure to check out our sticky topic "Techniques for reliable high-speed digital circuits." I know you're not doing high speed in terms of clock rate here, but some of the parts will have much, much faster slew rates (rise times) than those of yesteryear, and the board is still pretty big.

Quote:
The reason for going down the TTL Oscillator route, is because 1MHz crystals are becoming difficult to obtain.

Jan Crystals (http://jancrystals.com/) can make any crystal you could want. I got some from them for amateur radio many years ago and they were inexpensive. I agree that the cans are easier though.

Quote:
I thought circuit based oscillators were not as stable or regular as crystal oscillators. Am I mistaken? Or was that a "it used to be true but not any more" kind of thing?

Good oscillator design is not trivial, and involves some rather heavy math. The commercially published circuits should be pretty reliable, but because of differences in construction methods from one individual to another, it would be good to test the oscillator across the ranges of voltage, temperature, and load if you really want to make sure it won't fail in any way. If you buy a pre-made oscillator in a can, that should all be taken care of for you. I have not shopped for one in years, but I remember they used to be current hogs, and just the oscillator might take close to 100mA! I expect that problem has been taken care of by now, but it would be good to check the specifications.

_________________
http://WilsonMinesCo.com/ lots of 6502 resources
The "second front page" is http://wilsonminesco.com/links.html .
What's an additional VIA among friends, anyhow?


Top
 Profile  
Reply with quote  
 Post subject: Re: Retro SYM
PostPosted: Wed Feb 20, 2013 5:38 am 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8147
Location: Midwestern USA
GARTHWILSON wrote:
If you buy a pre-made oscillator in a can, that should all be taken care of for you. I have not shopped for one in years, but I remember they used to be current hogs, and just the oscillator might take close to 100mA! I expect that problem has been taken care of by now, but it would be good to check the specifications.

The can oscillator (half-size) I use in POC draws about 18-20 MA. These things always work without any problem.

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


Top
 Profile  
Reply with quote  
 Post subject: Re: Retro SYM
PostPosted: Wed Feb 20, 2013 12:31 pm 
Offline
User avatar

Joined: Tue Nov 16, 2010 8:00 am
Posts: 2353
Location: Gouda, The Netherlands
andysa wrote:
The reason for going down the TTL Oscillator route, is because 1MHz crystals are becoming difficult to obtain.


If you (or somebody else) still wanted to consider crystals, I'd recommend getting a 4 MHz type. These are very common (Digi-Key has 76 different types in stock right now), and can be easily divided down to 1 MHz with 2 flip-flops (available in single package). As an added bonus, this will get you a nice 50% duty cycle, and you may be able to use the higher clock rates for some other device on the board.


Top
 Profile  
Reply with quote  
 Post subject: Re: Retro SYM
PostPosted: Sat Mar 02, 2013 8:34 am 
Offline

Joined: Wed Apr 21, 2004 11:28 pm
Posts: 30
Location: Adelaide, Australia
Boards received from Fab.... ready to build!


Attachments:
IMG_20130302_174459.jpg
IMG_20130302_174459.jpg [ 257.44 KiB | Viewed 936 times ]


Last edited by andysa on Wed May 03, 2017 10:23 pm, edited 1 time in total.
Top
 Profile  
Reply with quote  
 Post subject: Re: Retro SYM
PostPosted: Sat Mar 02, 2013 3:22 pm 
Offline
User avatar

Joined: Fri Dec 11, 2009 3:50 pm
Posts: 3346
Location: Ontario, Canada
Wow! -- the SYM-3 board looks terrific, andysa. Are you going to stuff it with 74LS series glue chips (per the silk-screen legends)? I know I personally would use CMOS wherever possible (74HC or 74HCT series), but maybe you feel that would dilute the "retro" feel. :P

cheers,
Jeff

_________________
In 1988 my 65C02 got six new registers and 44 new full-speed instructions!
https://laughtonelectronics.com/Arcana/ ... mmary.html


Top
 Profile  
Reply with quote  
 Post subject: Re: Retro SYM
PostPosted: Fri Mar 08, 2013 6:56 pm 
Offline

Joined: Fri Feb 08, 2013 9:07 pm
Posts: 10
Well done.

Where can we order a PC Board?


Top
 Profile  
Reply with quote  
 Post subject: Re: Retro SYM
PostPosted: Fri Mar 15, 2013 5:53 am 
Offline

Joined: Fri Nov 26, 2010 6:03 pm
Posts: 46
Location: NSW, Australia
jdrose wrote:
Well done.
Where can we order a PC Board?

"Me three!"

I'm however thinking that the supply of 6532's will be sticking point...


Top
 Profile  
Reply with quote  
 Post subject: Re: Retro SYM
PostPosted: Sat Mar 16, 2013 8:26 pm 
Offline

Joined: Fri Feb 08, 2013 9:07 pm
Posts: 10
Good point. But you only need one.

If you come across an Atari 2600 you can desolder the 6532 out of that. And they do show up on eBay once in a while.

+++

Are the WDC W65C22 chips drop-in replacements for the 6522 chips required by this board?
http://www.westerndesigncenter.com/wdc/w65c22-chip.cfm


Top
 Profile  
Reply with quote  
 Post subject: Re: Retro SYM
PostPosted: Thu Apr 18, 2013 4:59 pm 
Offline

Joined: Tue Dec 05, 2006 5:54 am
Posts: 14
Location: White Bear Lake, MN
1pcs R6532P R6532 8-BIT Microprocessor From adeleparts2010 on eBay $3.80 plus $3.00 shipping.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 36 posts ]  Go to page 1, 2, 3  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 5 guests


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: