Build your own 6809 based computer!

A place to discuss everything Dragon related that doesn't fall into the other categories.
Post Reply
tjewell
Posts: 347
Joined: Mon Oct 19, 2009 4:58 pm
Location: Cambridge, England

Build your own 6809 based computer!

Post by tjewell »

Hi all - this is well beyond my technical skills, but I stumbled across this recently and thought it might be of interest to everyone here:

https://sites.google.com/site/theuniver ... ard-design

I'd be fascinated to see one in action!

Tony.
Last edited by tjewell on Fri Feb 08, 2013 5:07 pm, edited 1 time in total.
Rink
Posts: 236
Joined: Mon Sep 05, 2011 7:01 pm

Re: Build your own 6809 based computer!

Post by Rink »

Hmmm... mixed opinions about those docs.

But designing your own 8-bit computer system from scratch isn't that hard - just a bit time consuming and a little costly if you're getting PCBs made in China every time you want to try something or hit the next "stage" in your build. The way I see it: if you're going to build one, you might as well build one that is completely your design - with all the features that you want and none of the features you don't, rather than a fairly generic system.

I'm building a Z80-based machine at the minute as it happens. It's fun. The guys who designed the machines back in the day with much less reference work and project reports etc. to learn from must have been bloody smart. But nowadays, every question you might have during your design and build is dealt with somewhere on the internet.
johnha
Posts: 20
Joined: Sun Feb 17, 2013 8:20 pm

Re: Build your own 6809 based computer!

Post by johnha »

Although new to the forum, I have a long standing interest in 6809 based processors (whilst at uni I used my Dragon to test run 6800 machine code and my final year project was image processing Landsat images in assembler on a dedicated 6809 system). In fact I do have a 6809 'development board', bought from CirKit way back when (about £80 at the time). It has the 6809, space for a ROM chip, a couple of RAM chips (2 or 4K) and an ACIA/PIA IIRC. I didn't get very far with it as I didn't have access to an EPROM programmer.

If doing something similar today, I'd look at wire-wrapping instead of PCBs at least until you've got it running (note: I've never tried wire-wrapping data & address busses!). I also have had thoughts about doing something with a Z80 or FPGA of some sort.

John.
jedie
Posts: 655
Joined: Wed Aug 14, 2013 12:23 pm
Location: germany
Contact:

Re: Build your own 6809 based computer!

Post by jedie »

has anyone tried it?
... too many ideas and too little time ... Related stuff written in Python:
Dragon 32 emulator / PyDC - Python Dragon 32 converter: https://github.com/jedie/DragonPy
DWLOAD server / Dragon-Lib and other stuff: https://github.com/6809
User avatar
tormod
Posts: 416
Joined: Sat Apr 27, 2013 12:06 pm
Location: Switzerland
Contact:

Re: Build your own 6809 based computer!

Post by tormod »

I think I looked up the document in the original post once. I did not get totally convinced that the author actually had made one himself. There was a lot of detail on trivial things, and no comments on the difficult parts...

DIY projects sometimes come up in the CoCo mailing list. See for instance the link in this post http://five.pairlist.net/pipermail/coco ... 70837.html where Kip tells about his home-made 6809 computers.
jedie
Posts: 655
Joined: Wed Aug 14, 2013 12:23 pm
Location: germany
Contact:

Re: Build your own 6809 based computer!

Post by jedie »

nice.

There was a link to: http://searle.hostei.com/grant/6809/Simple6809.html
Very cool! ...if i had more time...
... too many ideas and too little time ... Related stuff written in Python:
Dragon 32 emulator / PyDC - Python Dragon 32 converter: https://github.com/jedie/DragonPy
DWLOAD server / Dragon-Lib and other stuff: https://github.com/6809
Post Reply