I'm building a SNES ROM dumper with an Arduino and 74HC595 shift registers. (8-bit serial-in, parallel-out)
I'd like to write to SRAM as well.
I'm using the same design as this guy on the Arduino boards.
I'd appreciate your insight on the following points :
1. Should I use a resistor on each address line ? If so, how many ohms ?
(I looked up a 27C080's datasheet to have a reference, but it didn't mention maximum ratings as far as input current is concerned.)
2. Should I use a pullback [edit: pull-down] resistor on each data line ?
3. The SRAM writing feature means that each data line will also have to write to the cart, so a resistor is needed here too ?
4. What's the use of the cart /IRQ pin ?
I'd like to write to SRAM as well.
I'm using the same design as this guy on the Arduino boards.
I'd appreciate your insight on the following points :
1. Should I use a resistor on each address line ? If so, how many ohms ?
(I looked up a 27C080's datasheet to have a reference, but it didn't mention maximum ratings as far as input current is concerned.)
2. Should I use a pullback [edit: pull-down] resistor on each data line ?
3. The SRAM writing feature means that each data line will also have to write to the cart, so a resistor is needed here too ?
4. What's the use of the cart /IRQ pin ?