Update: 6809 Computing

[Matt Sarnoff] is designing his own 8-bit computer from scratch. This means not only designing the hardware but also writing his own kernel and custom libraries. Since we last saw this 8-bit machine hes added both video and sound output which has allowed him to start developing some software for his computer (see it play Conways game of life after the break).

Sticking with the retro theme of his computer he uses a TMS9918 chip to output the video and a YM2149 for audio. The YM2149 was the audio chip used in the Atari ST allowing him to play songs generated for that system with a little bit of hacking to account for the fact that the Atari ST ran at 8MHz where his Motorola 6809 only runs at 2MHz.

Via [Retro Thing]

[youtube=http://www.youtube.com/watch?v=xwScZU9qwbk&w=470]

[youtube=http://www.youtube.com/watch?v=3TLg3MAHWCg&w=470]

26 thoughts on “Update: 6809 Computing

  1. 6809 all software developers should be REQUIRED to learn programming on that.

    Why the UNI’s are dumb and do not force programming students to start with assembler and dealing with small processors FIRST blows my mind. it’s why we have a large number of brain dead CS degrees that cant program their way out of a paper bag.

  2. @fartface

    I agree 100%. I learned on that microprocessor many many years ago, and it made me a much better programmer. Its a great place to start!

    BTW: That is one nice project up there!

  3. @fartface

    I agree totaly too!

    Started on pics using assembler, then did c, c++ at uni ( electronics degree) and Now im doing c# with websites and ce devices – better programmer because of it.

  4. Another good chip that isn’t looked at often is the MC908 from freescale. It is sold in dip format so easy to breadboard, comes with a bootloader installed , only need a serial port/usb port and crystal to start using it. They are also cheaper than most of the other options, about $3 for one that does usb.
    Freescale is also good about free samples.

  5. I agree! Learn Assembly first. It instilled writing tight efficient code.

    I loved the 6809 CPU. Did a ton of products on it for the RS Color Computer. Wish the Coco had used the TI chip instead of the 6847 video chip.

    I think Hatachi had a faster version of the 6809. Dont remember the speed but much faster than the stock 2MHZ Motorola version.

    Wish the guy the best on this project!

  6. @Nightstar: Hitachi 63C09, 3.5MHz
    http://en.wikipedia.org/wiki/Hitachi_6309

    6809 was the nicest, most orthogonal 8-bitter there was. Strange that Motorola decided to develop the 16-bitter-but-with-an-8-bit bus 68008 at the same time. This chip also had a nice instruction set for hackers so the 6809 was pretty marginalised even back when it came out. (I happened to learn 68k assembly at uni on VME machines.)

  7. I think Motorola wanted to have a set of instruction that had as little exception as possible. The old 8088 was the worse ofender of this and the 68K was the best. But still have a warm spot for the 6809 and e variant.

  8. This is where I started – On a CoCo.
    Get it to run OS-9 that would be cool!
    I agree learning this way make better programmers.
    I know programmers who haven’t got a clue as to what goes on under the hood. And don’t want to know because they don’t feel its important.

  9. I recall an interview with some senior intel engineers where they were commenting about the lack of people in the field that knew how to create and program processors and what was really going on behind the scenes. I think people are too quick to overlook some of the more basic circuits and are always looking for a dedicated chip with the functions they want. That is great as long as their are chips that have the functions you want, but what do those same people do when those premade circuits aren’t sold ?

Leave a Reply to Wreck_DiverCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.