What do you mean by cut the blue wire ?
Yes that's right.... I can't wait till it is complete so I can write an operating system for it, assemblers and so on... I need to learn how to generate composite video signals for it before... I have only a vague idea of how to do it. Alternatively I am thinking of creating a screen made of small LED's and then controlling it rather than using a TV. It will also play 8bit music !
This project was supposed to be built with a wirewrap technique, and I will redo it when it's functional... I just need to see if working fast before I build the final one. But the end product will be a fully functional 8 bit computer built with wirewrap techniques.. Kind of like the magic1 homebrew computer that is on the net somewhere...
I am sorry I forgot to post a photo of the capacitors on each iC... here it goes...
![]()
I am worried about terminating resistors... Where to put them and what value they should have.,..
well done on putting the decoupling capacitors on top of the chips,
nice short leads is the key .
To be honest I am amazed that you have even this working,
I'd have thought one sneeze and those wires would become temperamental.
Are they bulk decoupling I see on the power lines as well ?
100 uf ?
Termination, personally I'd say don't worry .
to use termination, you will need to use more holes / connections on those boards, which would probably be more detrimental to the signal than not using termination.
Coding your own processor in an FPGA would mean you can concentrate on the design and the Assembler / codding without worrying about this . Just a thought.
Good luck,
What kind of ROM are you using, EPROM or EEPROM?I have 5 ROMS in parallel
You didn't arrange the wires and tie them together with the same function like data buses and address buses and control buses, so they look very messed, using the pure logic ICs to build a big system can be learn many things from the basic structures.
What kind of ROM are you using, EPROM or EEPROM?
If you don't want to using the TV to be the display then maybe you can using 16 of 7x5 or 8x8 dot matrix LEDs.
You didn't arrange the wires and tie them together with the same function like data buses and address buses and control buses, so they look very messed, using the pure logic ICs to build a big system can be learn many things from the basic structures.
What kind of ROM are you using, EPROM or EEPROM?
If you don't want to using the TV to be the display then maybe you can using 16 of 7x5 or 8x8 dot matrix LEDs.
I thought that before, but according to my experience was not that serious, sometimes I was insert the wires through a soft plastic pipe, I meant that they still could working correctly in a z80 or 8051 system when I used some buffer as 74LS244 or the Bus Transceivers 74LS245, the other as 74HC273, 74HC374 or 74HC574, etc,...I know that keeping wire bundles is bad because it generates cross talk between the wires,

I thought that before, but according to my experience was not that serious, sometimes I was insert the wires through a soft plastic pipe, I meant that they still could working correctly in a z80 or 8051 system when I used some buffer as 74LS244 or the Bus Transceivers 74LS245, the other as 74HC273, 74HC374 or 74HC574, etc,...
For a commercial dot matrix LEDs, I saw they used three R,G,B LEDs to be one dot(pixel), and to make a large LEDs screen.
A frequency counter used CD4518 to do the counter and CD4511 do the BCD to 0-9 7-segs LED display, I was used Silver-plated wires to wired them.
View attachment 117811
I'm not suggest you to using the 7-segs led, it just to show you the frequency counter was made by basic digital ICs, no large IC, no uC.Those 7seg displays would not be good for my project because they only show numbers
Do you want to using digital or analog interface, if you want to using analog interface then you can find the apple II circuit and you will get it.I think I will have to go with composite signals on TV's. That will take some learning! The signals are so strange!
I'm not suggest you to using the 7-segs led, it just to show you the frequency counter was made by basic digital ICs, no large IC, no uC.
Do you want to using digital or analog interface, if you want to using analog interface then you can find the apple II circuit and you will get it.
I'm still amazed at this ,
a suggestion, from the past,
If you use the ram for the dispaly and the processor, you have an access problem,
you cna get dual port rams, but single port ones are much cheaper.
the 'answer' form old was to let the display access the ram during the 'line' time,
and the processor access the ram during the blanking time,
mind you, finding an anlaog TV is getting more difficult as time goes by,
things like the BBC and the Apple II used to use a modulator to get to a TV frequency,
I'd guess your looking at VGA ?
Again getting VGA to work with those bread boards is going to be very difficult,
as for those boards holding the wires in,
Nah, they just have two bits of metal bent down, so when you pull, the metal closes ,
just like some cable clamps
They vibrate out easily , and also tarnish, as they are not 'gas tight' as 'proper' plug / sockets are.
just keep this in mind when your finding faults,
there will quickly be a point when the boards will drive you nuts..
Re clock,I thought about letting the CPU access RAM whenever the Display circuit is reading that byte to display it. Since the video clock is much faster than the CPU clock, this should also work. I still havent spent time trying to design such circuit. But I am about to build the RAM card, so I will need to decide this soon...
Whenever the CPU needs a certain byte, it sends a request to the memory circuit, and the display immediately halts the CPU clock until the video circuit is reading the required address that the CPU needs, then it puts the byte on the bus and "unhalts" the CPU.
I am looking at PAL signals since I am in the UK. Is VGA easier ? I have a small analogue TV at home, I am just unsure whether it is PAL or NTSC since I bought it in the UK but it comes from china..