my programmer sucks.
I cannot reliably program eproms only flash.. and there is no way to add a power supply it's USB ONLY.
what differences would there be for a TSROM when using a 29f002t ?
adapting a cart to flash.
Moderators: B00daW, Moderators
I checked the 29f002t datasheet, there is a /reset pin and /write pin, so for those 2 pins you want to connect those to VCC (5V), since you don't want either of those conditions to happen. I believe they were pins 1 and 31, but you'll want to refer to the full pinouts for comparison.
I think it's an improvement over EPROM, not needing an external power supply is an advantage.
edit: http://nesdev.com/NES%20ROM%20Pinouts.txt
29f002 pinouts seem to differ between the STMicro and Macronix versions.
http://www.alldatasheet.co.kr/datasheet ... 2T-12.html
I think it's an improvement over EPROM, not needing an external power supply is an advantage.
edit: http://nesdev.com/NES%20ROM%20Pinouts.txt
29f002 pinouts seem to differ between the STMicro and Macronix versions.
http://www.alldatasheet.co.kr/datasheet ... 2T-12.html
actually I have PMC flash chips the exact one is this
http://www.datasheetarchive.com/Pm29F00 ... sheet.html
I tried to match everything up based on the nes rom pinouts and got a partally working program with half the graphics ok and the other scrambled.
http://www.datasheetarchive.com/Pm29F00 ... sheet.html
I tried to match everything up based on the nes rom pinouts and got a partally working program with half the graphics ok and the other scrambled.