Close
0%
0%

COSMAC ELF v2014

Inspired by a link to http://cosmacelf.com I decided to build one for myself.

Similar projects worth following
I am going to build at least one ELF that is in the spirit of the original ELF from 1976. But it will use current parts and have an alternate way to load programs without flipping switches.

There is a lot more to do but I have a lot of the mechanical portion done. I need dry transfer lettering. Can't find it anywhere. Hmmm

  • I/O Port plan

    Matthew D09/07/2014 at 07:47 0 comments

    One of the interesting things about the RCA 1802 is that you can add a lot of digital I/O pins without doing memory mapped I/O. 

    Ok, let me step back a little. I am learning this as I go so I might not be quite right but this is my understanding. On most computers I am familiar with I/O is done by mapping the ports into the memory address area of the computer. So, a serial port is given a memory address and then bytes are written and read "from memory" at that address as far as the uP is concerned. The uP puts the address on the address bus and then reads or writes from the data bus.

    So the circuit design is done in a way that some of the address space is wired to non-memory circuits.

    The 1802 is interesting because it has a set of instructions that will put the value of the data bus into memory after setting a value onto three special pins (N0, N1, and N2).  So you get a separate 7 bytes (there is no instruction for 000b) of address space for I/O that has its own special machine instructions.

    The original ELF article describes a system where the use of the N pins is limited to "is N2 set?" or "is N0 set?", which limits to 3 bytes. I am going to build my ELF to have a little more developed I/O system so that I can add a full set of I/O ports if I get around to it. (This should only require one more logic chip.) The switches and LEDs will still be put at the same I/O address as in the article so that I can run some of the programs intended for the ELF.

    Here is a hand drawn schematic of a representative I/O port.

    This scheme will use one 74HC138 to decode the N pins and then 4 74HC chips per port (74HC00, 74HC04, 74HC541, and 74HC573).

    In the end this may be overkill, but it was fun to work out and hopefully I don't regret it when debugging starts.

  • Decided on Wire Wrap

    Matthew D09/07/2014 at 07:12 0 comments

    I was waffling on whether to use solder or wire wrap.  I've never done WW, but reading http://wilsonminesco.com/6502primer/WireWrap.html seemed to make it look like a good way to go, even though I need to get a few tools and supplies. If I make more than this project with it it will be worth it. Well, today I took the plunge and purchased the pencil from an eBay seller in China. Hope it arrives soon.

    In the mean time I am testing some of my circuits in broadboard with the arduino driving the circuit segments. I'll make a repo on github with the verious sketches although they may only be useful to me.

  • I got some of the parts

    Matthew D09/06/2014 at 02:25 0 comments

    Yesterday I received some of the logic chips and memory.  Ready to do some prototyping using an Arduino to mock up different sections for testing.

View all 3 project logs

Enjoy this project?

Share

Discussions

Hacker404 wrote 10/04/2015 at 08:54 point

I recently started using wire-wrap. I am using a hybrid mix of traditional wire-wrap wire and wrapping tool with vero like board and soldered 'standard' pin headers and ZIF sockets. I chose this way because wire-wrap sockets are expensive and hard to find and they won't accept breakout board that have thicker pins so I use ZIF sockets instead and solder normal pin headers. 

Some pic's here -  

https://hackaday.io/project/5565-trs-80-compatible-clone/log/26115-a-wire-wrap-test-bed

  Are you sure? yes | no

PointyOintment wrote 09/09/2014 at 02:13 point
In case anybody else comes here wondering what a COSMAC ELF is, here's the answer I found on Wikipedia:

> The COSMAC ELF was an RCA 1802 microprocessor-based computer based on a series of construction articles in Popular Electronics magazine in 1976 and 1977. Through the back pages of electronics magazines, both Netronics and Quest Electronics offered low-priced kits that were based on this design. The system was a very early personal computer. It was operated without built-in ROMs and programs were entered directly with help of the CPU integrated DMA.

https://en.wikipedia.org/wiki/COSMAC_ELF

  Are you sure? yes | no

Matthew D wrote 09/09/2014 at 03:10 point
I know wikipedia is the source of all knowledge in the universe but I figured the reference link (they are right there under the photos) to the site with the domain cosmacelf.com would be sufficient.

  Are you sure? yes | no

Winston wrote 09/07/2014 at 17:18 point
You can find dry transfer lettering on-line by Googling for it.

Really looking forward to seeing the completed project. Will probably then build one. The 1802 Membership Card COSMAC ELF clone:

http://www.sunrise-ev.com//membershipcard.htm

is very cool and very reasonable in price, but doesn't reproduce the look of the original.

  Are you sure? yes | no

Matthew D wrote 09/09/2014 at 03:13 point
Yeah ,I saw the membership card and I should add it as a reference. I do refer to its schematic for sanity checks.

Thanks for the reminder about online sources of lettering. I got caught up in trying to find a local source. There isn't one, so on-line it is.

Cheers

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates