Electronics Forums

Electronics Forums > Electronics Forums > Project Logs > M.U.N.T.E.R. (Z80-based computer)

Reply
Thread Tools Display Modes

M.U.N.T.E.R. (Z80-based computer)

 
 
Senior Member
Raven Luni's Avatar
Join Date: Oct 2011
Location: Scotland
Posts: 201
 
      02-01-2012, 01:46 AM
I thought I'd make an official thread for the various stages of this project as I complete them.



I've just finished stage 1, which is a rudimentary serial over audio interface for initial programming. This allows a small program up to 4K to be relayed as a set of pulses through a PC's sound card. It uses high and low levels, nothing fancy. The left channel is used as the clock and the right channel contains the logic level for the current bit.



The audio channels are fed to a LM358 with both amps configured as schmitt triggers, These in turn trigger a pulse from one half of a 556 in monostable mode. This provides a good level of stability. The data is fed to a 74HC164 (shift register) and the clock counts up a 74HC193 (4 bit counter). The 8 output of the counter is connected to a monstable 555 which outputs a write pulse and resets the counter. The falling edge of this pulse is used to count up a set of 3 193s which act as a 12 bit address counter (for a total of 4096 bytes)



I've thrown together a few LEDs to monitor all the bus activity. The next stage will be to add memory and a CPU. I will probably make a separate board for this since wiring the bus connections has already made the underside of this one a bit messy. Initially I will use a battery backup to retain the data. I have some serial EEPROMs but those will require additional circuitry to integrate. The first bit of software to be loaded (aside from test programs) will be for interfacing with SD cards and the FAT file system. This will then become the primary source for software updates (which will make full use of the 16 bit address space, and possibly page additional memory as well).
 

 
There must be a relationship between zombies and work. One eats your brain, the other eats your soul.
Reply With Quote
 
 
 
 
Senior Member
Raven Luni's Avatar
Join Date: Oct 2011
Location: Scotland
Posts: 201
 
      02-02-2012, 05:35 AM
I've been putting it through its paces today and determined that the maximum data rate is 428bps - so that would take 76.6 seconds to load a 4K program.
 

 
There must be a relationship between zombies and work. One eats your brain, the other eats your soul.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
M.U.N.T.E.R. (Z80-based computer) Raven Luni Project Log Discussion 5 04-13-2012 04:51 PM
M.U.N.T.E.R. (Z80-based computer) Raven Luni Electronic Projects 2 01-09-2012 07:11 AM
Re: New computer based calculation program m II Electronic Design 0 04-14-2011 03:24 AM
Computer Based Online Jobs nyms.homeworker@googlemail.com Electronic Design 0 12-04-2006 10:50 AM
Computer Based Programming Superior to Keypad? ReleaseThePrisoner@yahoo.com Security Alarms 4 05-13-2005 02:52 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98