I was looking at NES stuff and thought it might be fun to, at some point, make my own NES World championship cartridge.
How do you flash the chips to do this??
How do you flash a chip?
Moderator: Moderators
-
Dr. KillGood
- Senior Member
- Posts: 2209
- Joined: Sat Jan 21, 2006 1:03 am
- Location: Earth
-
phantom92opera
- Posts: 260
- Joined: Tue Dec 26, 2006 11:07 pm
since eeprom is becoming more difficult to come by (depending on system, nintendo is 8 bit i think, so its not extremely difficult to find) you could use eprom which is a one time use and not rewriteable. the key would be to make a pcb that has all of the d/o or 'q's as theyre called on some data sheets lined up with a parallel port and then let a program take it from there.
the specifics can be found here
http://www.ezoflash.com/
the specifics can be found here
http://www.ezoflash.com/
-
bicostp
- Moderator
- Posts: 10491
- Joined: Mon Mar 07, 2005 5:47 pm
- Steam ID: bicostp
- Location: Spamalot
- Contact:
You're thinking of PROM chips.phantom92opera wrote:you could use eprom which is a one time use and not rewriteable
EEPROM - Electrically Erasable Programmable Read Only Memory. Erases when you erase it with your programmer. Flash memory is a specific type of EEPROM.
EPROM - Erasable Programmable Read Only Memory. Erases when you let UV light through the little window on top. (Leaving them in the sun isn't enough, you need an EPROM eraser of some sort that puts out the right wavelength.)
Twitter
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
-
phantom92opera
- Posts: 260
- Joined: Tue Dec 26, 2006 11:07 pm
Usually when you say EEPROM you mean something that requires a high voltage to programmed (~12 V) whereas flash ROM can be programmed at Vcc (5 V or 3.3 V for newer flash)bicostp wrote:EEPROM - Electrically Erasable Programmable Read Only Memory. Erases when you erase it with your programmer. Flash memory is a specific type of EEPROM.
(And yes, EEPROM is a superset of Flash, and not all EEPROM requires a high voltage to be programmed)
The fun thing about flash is that you can program it from the host. You could e.g. have the NES software write back to the cartridge.
