Is there any point to running it at 14MHz in a complex design?
It seems any data to be 'read' by the processor must be presented in 35ns, including all your decoding. A CPLD/FPGA can easily decode fast enough, but DRAM tops out at 60ns. So, every time you access DRAM, you have to have logic that ...
Search found 19 matches
- Thu May 04, 2006 8:17 pm
- Forum: Hardware
- Topic: WDC65816 & WDC65C22 Decoding
- Replies: 14
- Views: 7025
- Thu Nov 11, 2004 5:57 pm
- Forum: Hardware
- Topic: Adding a 6551 to a C128...
- Replies: 13
- Views: 5347
- Tue Nov 09, 2004 7:17 am
- Forum: Hardware
- Topic: Adding a 6551 to a C128...
- Replies: 13
- Views: 5347
- Tue Nov 09, 2004 5:40 am
- Forum: Hardware
- Topic: Adding a 6551 to a C128...
- Replies: 13
- Views: 5347
- Tue Nov 09, 2004 5:13 am
- Forum: Hardware
- Topic: Adding a 6551 to a C128...
- Replies: 13
- Views: 5347
- Mon Nov 08, 2004 9:00 pm
- Forum: Hardware
- Topic: Adding a 6551 to a C128...
- Replies: 13
- Views: 5347
- Mon Nov 08, 2004 6:34 pm
- Forum: Hardware
- Topic: Adding a 6551 to a C128...
- Replies: 13
- Views: 5347
- Mon Nov 08, 2004 7:14 am
- Forum: Hardware
- Topic: Adding a 6551 to a C128...
- Replies: 13
- Views: 5347
ARGH!
Okay, the thing about the softie with the soldering iron is all true. Ow. :)
If I understand what you're saying a 1Mhz 6522 (in your example), hooked directly to a 1Mhz 6502 would work fine. But, since the memory of the C64 and C128 is layered and banked, there is a significant delay between ...
Okay, the thing about the softie with the soldering iron is all true. Ow. :)
If I understand what you're saying a 1Mhz 6522 (in your example), hooked directly to a 1Mhz 6502 would work fine. But, since the memory of the C64 and C128 is layered and banked, there is a significant delay between ...
- Mon Nov 08, 2004 6:25 am
- Forum: Hardware
- Topic: Adding a 6551 to a C128...
- Replies: 13
- Views: 5347
Adding a 6551 to a C128...
Okay, this ISN'T an exact match of forum, but it DOES involve the task of interfacing something to a 6502 based system.
Basically, I'm trying to hook a 6551 to my 128's expansion port. Got a little breadboard going, and I have the following results.
With a CMD G65SC51P-1, the address lines behave ...
Basically, I'm trying to hook a 6551 to my 128's expansion port. Got a little breadboard going, and I have the following results.
With a CMD G65SC51P-1, the address lines behave ...
- Thu Sep 16, 2004 5:13 am
- Forum: Hardware
- Topic: IRQ Latching
- Replies: 6
- Views: 3921
Hmm, after writing that, I see your point about latching in each new interrupt. It's almost a simpler design to simply have 8 flip-flops rather than trying to 'encode' it into 3 bits. Just set (or reset) each flip-flop, put the combined bits onto the data bus through a 244, and trigger interrupts ...
- Thu Sep 16, 2004 5:00 am
- Forum: Hardware
- Topic: IRQ Latching
- Replies: 6
- Views: 3921
- Wed Sep 15, 2004 11:28 pm
- Forum: Hardware
- Topic: IRQ Latching
- Replies: 6
- Views: 3921
The 65816 (dunno about the latest 6502), has a "Vector Pull" line. Basically, it goes low during an ISR address fetch. So, could basically feed your 3 bit Interrupt number into a small EPROM along with the output of a flip-flop to select the low/high bytes of the word as needed. Or, if you don't ...
- Tue Sep 14, 2004 5:08 pm
- Forum: Hardware
- Topic: Video output?
- Replies: 147
- Views: 64490
- Tue Sep 14, 2004 4:51 am
- Forum: Hardware
- Topic: Video output?
- Replies: 147
- Views: 64490
Hmmm, so I've been doing some thinking, and come up with a few questions.
I got some pointers on an earlier project (that I have yet to do anything about), as to how to work with some of the smaller CPLDs. So, I've been toying with the idea of using a CPLD coupled to a 74ACT715 video sync generator ...
I got some pointers on an earlier project (that I have yet to do anything about), as to how to work with some of the smaller CPLDs. So, I've been toying with the idea of using a CPLD coupled to a 74ACT715 video sync generator ...