How about using the '299 shift register as a base for an SPI interface?
http://www.ti.com/lit/ds/symlink/cd74hct299.pdf
Some extra logic would be required but I think it could be done.
Search found 6 matches
- Fri Apr 13, 2018 6:17 am
- Forum: Hardware
- Topic: Serial busses
- Replies: 8
- Views: 4708
- Thu Jan 25, 2018 7:45 am
- Forum: Hardware
- Topic: 6522 as a PS2 keyboard controller?
- Replies: 26
- Views: 13634
Re: 6522 as a PS2 keyboard controller?
This topic got me doing some archeology among old Eagle files from many years ago when I was toying around with the thought of a dedicated PS/2 keyboard interface. The idea I had was to use two shift registers to capture an entire byte from the keyboard including start, stop and parity bits. When ...
- Sun Nov 30, 2014 7:49 pm
- Forum: Hardware
- Topic: which chip for a video adapter
- Replies: 37
- Views: 10938
Re: which chip for a video adapter
Mike, you are absolutely right. That's exactly the situation I was trying to describe. I believe this is true for many constructions and in most cases it's no problem. Nice trick mentioned by nyef. That's pretty cool!
Regards,
Daniel
Regards,
Daniel
- Sat Nov 29, 2014 6:33 am
- Forum: Hardware
- Topic: which chip for a video adapter
- Replies: 37
- Views: 10938
Re: which chip for a video adapter
Thank you for the kind words. I really like that way this interface turned out.
I may have to rephrase the part about the banding artifacts. It's not really an artifact and is coming from the fact that this is an asynchronous write-only interface and the CPU has no way of telling where the beam is ...
I may have to rephrase the part about the banding artifacts. It's not really an artifact and is coming from the fact that this is an asynchronous write-only interface and the CPU has no way of telling where the beam is ...
- Fri Nov 28, 2014 4:54 pm
- Forum: Hardware
- Topic: which chip for a video adapter
- Replies: 37
- Views: 10938
Re: which chip for a video adapter
I just completed a very simple PAL video interface for my MC3 computer. The computer itself is not 6502 based but the video interface uses only standard components and may be of interest anyway.
http://www.waveguide.se/?article=bitmap ... -interface
Regards,
Daniel
http://www.waveguide.se/?article=bitmap ... -interface
Regards,
Daniel
- Sat Aug 10, 2013 8:23 am
- Forum: Hardware
- Topic: 6809 circuit review
- Replies: 8
- Views: 2959
Re: 6809 circuit review
Nice work!
I agree on the reset circuit. Add a capacitor to ground. A clean reset is important.
Take a look at my 6303 design to see how I solved it with an RC net and a buffer.
http://www.waveguide.se/?article=mc3-a- ... t-computer
Daniel
I agree on the reset circuit. Add a capacitor to ground. A clean reset is important.
Take a look at my 6303 design to see how I solved it with an RC net and a buffer.
http://www.waveguide.se/?article=mc3-a- ... t-computer
Daniel