So, it would seem that I accidentally took about a semester long break from Cemetech, but let me tell you, I've started a lot of new projects, and this is one of them.
A long time ago, I posted in this topic on Cemetech. Welp, that chip is still kicking around, and I've been able to talk to it and actually use it. But, without a RAM chip to go along with it, all I could do was execute single line commands instead of actually using it like a BASIC computer, doing things like
Code:
I have located the RAM chip that was built specifically for this MCU, the Z6132. I found one on Ebay and snatched it up for about $7. It will likely come on the 24th.
Since then I have built the architecture outlined in this datasheet for the Z8671 "Seven Chip Computer" except I'm not including a ROM chip, and all the communication is handled by an ATMEGA which will also handle a keyboard matrix and TFT LCD screen to create a 6-chip Pocket BASIC Computer.
Here's what I've built so far:
I'll update this as major milestones occur. Let me know what you think!
A long time ago, I posted in this topic on Cemetech. Welp, that chip is still kicking around, and I've been able to talk to it and actually use it. But, without a RAM chip to go along with it, all I could do was execute single line commands instead of actually using it like a BASIC computer, doing things like
Code:
10 print "hello, Cemetech"
20 goto 10
run
Since then I have built the architecture outlined in this datasheet for the Z8671 "Seven Chip Computer" except I'm not including a ROM chip, and all the communication is handled by an ATMEGA which will also handle a keyboard matrix and TFT LCD screen to create a 6-chip Pocket BASIC Computer.
Here's what I've built so far:
I'll update this as major milestones occur. Let me know what you think!