Not sure what I'll run on it, the 6809 world has so much choice.
As with the 6808 there isn't a lot to it. It's the same basic motorola/zilog bus conversion with a 74HC00 and 74HC688. I'm really happy it worked first time however because the board has no vias, and I'd have been upset if I had to add one to fix it 8)
Alan
Greg Holdren
unread,
May 28, 2020, 5:55:10 PM5/28/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to retro-comp
OS-9?
Greg
On Thursday, May 28, 2020 at 11:17:09 AM UTC-7, Alan Cox wrote:
Not sure what I'll run on it, the 6809 world has so much choice.
Alan
David Richards
unread,
May 28, 2020, 6:48:51 PM5/28/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Nitros9 seems very complicated to set up in the first place so I shall probably start with CUBIX once I have all the bits and have built the memory card so I can have ROM high and page it out.
Alan
TonyD
unread,
Jun 1, 2020, 4:23:50 AM6/1/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to retro-comp
Alan, great new on getting 6809 working. One of my favourite micros.
Tony
Alan Cox
unread,
Jul 21, 2020, 8:09:04 AM7/21/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to retro-comp
On Saturday, 30 May 2020 14:26:46 UTC+1, Alan Cox wrote:
I've finally had time to get back to RC2014 stuff. I gave up on the memory card. My 128K RAM and 32K EEPROM + decode design came out little less complex than just using the existing 512K/512K card so I used that instead. As it maps the first 16K of ROM everywhere it works with all sorts of processors.
I've pushed an initial CUBIX ROM to my github tree and I have CUBIX running nicely on the system. It's a very clean OS design and only needed a few hundred bytes of 'BIOS' type stuff and bootstrap code to get it going. Although I built my extra firmware with lwtools it's basically self hosting so if and when I get time I'll move the bits over so it can build itself.