Just finished a write up... my clock is finally up and running. No cheating with PICs, all 6502 here!
http://www.hack.net/nixie
Thanks for the help with my questions here guys, I ended up going with the 6522 per your suggestions!
-Ryan Brooks
Search found 7 matches
- Sat Dec 03, 2005 4:39 am
- Forum: General Discussions
- Topic: 6502 powered Nixie clock write-up
- Replies: 7
- Views: 5609
- Wed Oct 12, 2005 9:33 pm
- Forum: Hardware
- Topic: Easy I/O ports: sanity check pls
- Replies: 16
- Views: 7731
- Wed Oct 12, 2005 7:40 am
- Forum: Hardware
- Topic: Easy I/O ports: sanity check pls
- Replies: 16
- Views: 7731
- Wed Oct 12, 2005 7:20 am
- Forum: Hardware
- Topic: Easy I/O ports: sanity check pls
- Replies: 16
- Views: 7731
Easy I/O ports: sanity check pls
Hi all,
Updating my little 6502 design and wanted to use a '573 and '541 for i/o instead of the typical 6522.
For output, the 573 (aka 373 with a different pinout), would be set up with OC\ (1) tied low and E (11) as:
Ph2 NAND !R/_W AND OSEL
where OSEL is an active high signal for my address, no ...
Updating my little 6502 design and wanted to use a '573 and '541 for i/o instead of the typical 6522.
For output, the 573 (aka 373 with a different pinout), would be set up with OC\ (1) tied low and E (11) as:
Ph2 NAND !R/_W AND OSEL
where OSEL is an active high signal for my address, no ...
- Mon Sep 29, 2003 5:15 pm
- Forum: Hardware
- Topic: Stack problems
- Replies: 8
- Views: 5972
- Mon Sep 29, 2003 5:02 pm
- Forum: Hardware
- Topic: Stack problems
- Replies: 8
- Views: 5972
Wow. Thanks for the responses.
On the SRAM test: yes, I am doing some writes to the sram, then some reads from eprom, a write to a different location in sram and then back to read the original values that I wrote. I learned some time ago that one write/read cycle even w/o a ram in the socket can ...
On the SRAM test: yes, I am doing some writes to the sram, then some reads from eprom, a write to a different location in sram and then back to read the original values that I wrote. I learned some time ago that one write/read cycle even w/o a ram in the socket can ...
- Mon Sep 29, 2003 6:56 am
- Forum: Hardware
- Topic: Stack problems
- Replies: 8
- Views: 5972
Stack problems
Hi All,
Thought I'd ask this question before I give up for the evening and go to bed. I'm currently bringing up a very simple 6502 system; 2kx8 sram, 8kx8 eprom, '138 decode and a latch as an output device for debugging.
I wrote a couple test programs that completed without errors, but as soon as ...
Thought I'd ask this question before I give up for the evening and go to bed. I'm currently bringing up a very simple 6502 system; 2kx8 sram, 8kx8 eprom, '138 decode and a latch as an output device for debugging.
I wrote a couple test programs that completed without errors, but as soon as ...