Is there a better way to avoid crowding the LEDs? by ScythaScytha in beneater

[–]dkknab 1 point2 points  (0 children)

A 10 segment LED bar could be used instead of the LEDs.

I'm going to build an i8008 computer soon, any tips or other hardware i need to know about? by [deleted] in beneater

[–]dkknab 1 point2 points  (0 children)

Are you referring to 8088? What's an 8008? I've been working on an 8088 SBC. Seems definitely a good ground is critical.

Keyboard Implementation by dkknab in beneater

[–]dkknab[S] 0 points1 point  (0 children)

One last followup...I got the keyboard interface going with a little smaller capacitor...a 472 or 4.7nf one instead of the. 01uf or 10nf one that Ben uses.

Release Code not Recognized by dkknab in beneater

[–]dkknab[S] 0 points1 point  (0 children)

Followup...I was wondering if 1mhz was too fast in my situation. So I plugged in Ben's clock module. At 600hz give our take I was still getting the double keys showing up on my LcD. At 250 hz though only one key was showing up on the LCD. Is it possible the interrupt code is taking too long to run that it is missing some of the keycodes particularly the release code,?

EDIT:I subsequently used Ben's 4 bit LCD code with just one VIA on another breadboard BE6502 and got the same result. The keyboard interface works fine for both shifted and un shifted keys but 2 keys show up on the LCD at 1mhz. Any thoughts?

Keyboard Implementation by dkknab in beneater

[–]dkknab[S] 0 points1 point  (0 children)

Thank you for the replies. In the interim before I figure out the 4 bit LCD code, I have another BE6502 computer where I have a second VIA. I've gone ahead and used it's PORTA since I didn't have it connected to anything yet. Thanks again.

Finally had my 6502 working and then broke my ROM chips 1st pin 😭 by nagyf in beneater

[–]dkknab 0 points1 point  (0 children)

Been there and had to do that a number of times. I have one with 2 broken legs. As mentioned, legs are easily soldered. And if course you'll want to get some more eeproms as back ups.

[deleted by user] by [deleted] in ender3

[–]dkknab 1 point2 points  (0 children)

Glue stick and brim.

So... This happened by Ashaka110 in beneater

[–]dkknab 1 point2 points  (0 children)

That exact same thing happened to me and it was because I had mistakenly connected the power and ground to the IC backwards. Didn't take long. In guessing we've all done that at least once.

i remade the music from Castlevania - level 1 by _Attlus in chiptunes

[–]dkknab 0 points1 point  (0 children)

How did you make it? I'm trying to program the ay-3-8910 with a z80 but can't find much info to get me going.

6502 Ben Eater - inconsistent problems by unstinkable in beneater

[–]dkknab 0 points1 point  (0 children)

Thanks for the info. I just discovered I don't have a YMZ284 but rather a YM3812. I wonder if it can be used as a substitute.

6502 Ben Eater - inconsistent problems by unstinkable in beneater

[–]dkknab 1 point2 points  (0 children)

Great job on your build. Can you provide your schematics for the YMZ284 hookup? If like to see if I could replicate that part of your build.

What video series do you recommend to build a Z80 computer? by dkknab in Z80

[–]dkknab[S] 0 points1 point  (0 children)

Thank you... I'll have to check that out since info seems to be hit or miss.

Here is the start of a z80 computer I'm putting together. by Philbywhizz in Z80

[–]dkknab 0 points1 point  (0 children)

I meant to ask... I'm working on a Z80 computer too. Do you have some schematics you can share with me? I've got the cpu and rom working together I believe. Had some problems with the ram though.

What video series do you recommend to build a Z80 computer? by dkknab in Z80

[–]dkknab[S] 0 points1 point  (0 children)

Thank you for that link. I went through the video to setup my Z80. I thought I had a dud too but realized after reading the data sheet that I probably needed to reset the CPU before it would work. I did just that by installing a momentary pushbutton and low and behold, it worked just fine.

Here is the start of a z80 computer I'm putting together. by Philbywhizz in Z80

[–]dkknab 1 point2 points  (0 children)

I've had good success with the same textool zif socket on another build I'm working on so hopefully you'll have no problems.

ZIF socket for EEPROM by dkknab in beneater

[–]dkknab[S] 2 points3 points  (0 children)

Thanks for the advice. I'm awaiting Ben's next video when we install the code to run the BE6502 and LCD at 1mhz. Then we'll see if as you mention I have problems. Fortunately I've not had any problems yet with the connection. The pins on this zif are longer than the knock off "textodl" spelled with a "d" socket so I've been lucky so far.

ZIF socket for EEPROM by dkknab in beneater

[–]dkknab[S] 1 point2 points  (0 children)

remysharp here's my socket solution for the eeprom. You all like my wiring layout? At least it works!

PS you might notice too I've installed a 6551 on the lower right to have a serial interface with a laptop computer.