Search found 79 matches

by wyatt8740
Thu Jun 13, 2013 6:11 pm
Forum: NES Hardware and Flash Equipment
Topic: Making a EPROM Burner
Replies: 42
Views: 16099

Re: Making a EPROM Burner

Could you please post all errors generated by avr-gcc. Should have used the makefile. D'oh! It's working now :) Glad to hear it make sure you replace 524288 with 262144 in both programs so it works with the smaller capacity flash chips. Also for stuff that you should be real careful to do is not mi...
by wyatt8740
Thu Jun 13, 2013 4:28 pm
Forum: NES Hardware and Flash Equipment
Topic: Making a EPROM Burner
Replies: 42
Views: 16099

Re: Making a EPROM Burner

Sorry for the double post, but I felt that this deserved a bump rather than an edit. I compiled the avr and host pc programs successfully, and my stuff from digikey arrived today! I am ready to roll once I wire in the 74hc595s. Is there anything I have to be really careful not to do? e.g. if i wire ...
by wyatt8740
Wed Jun 12, 2013 9:14 pm
Forum: NES Hardware and Flash Equipment
Topic: Who has an NES and an Apple II monitor?
Replies: 11
Views: 5397

Re: Who has an NES and an Apple II monitor?

Do you want a TV with 'v hold' and 'h hold' or are these different? I know a guy with lots of these; he's giving them away :D
But not an Apple II monitor. Sorry.
by wyatt8740
Wed Jun 12, 2013 9:07 pm
Forum: NES Hardware and Flash Equipment
Topic: Making a EPROM Burner
Replies: 42
Views: 16099

Re: Making a EPROM Burner

Could you please post all errors generated by avr-gcc. Should have used the makefile. D'oh! It's working now :) Now when my 74hc595's get here I can try it! Also, I did end up ordering two sst39sf020's. They supposedly have a memory retention twice that of the 29c020's (according to the datasheets)...
by wyatt8740
Sun Jun 09, 2013 8:35 pm
Forum: NES Hardware and Flash Equipment
Topic: Making a EPROM Burner
Replies: 42
Views: 16099

Re: Making a EPROM Burner

Note that I used avr-gcc instead of the arduino IDE to compile this if you do not have avr-gcc it can be modified with ease just change int main() to void setup() and add void loop() {} at the bottom of the program and I think it will compile just fine in the arduino IDE. And here is the part that ...
by wyatt8740
Sat Jun 08, 2013 5:20 pm
Forum: NES Hardware and Flash Equipment
Topic: Making a EPROM Burner
Replies: 42
Views: 16099

Re: Making a EPROM Burner

About dumping the chips... I just committed a patch to my repo for both the computer side and arduino side that allows for the dumping previously it would always go into write mode which would erase the whole chip now it will go into dump/program mode based on which program on the computer you run....
by wyatt8740
Fri Jun 07, 2013 4:44 pm
Forum: NES Hardware and Flash Equipment
Topic: Making a EPROM Burner
Replies: 42
Views: 16099

Re: Making a EPROM Burner

yes however I hate to see part sacrificed. I don't think it is worth it to destroy a computer just for an NES game. Don't worry :) I will dump the chips to flash images first. And I found these beauties in a pile of junk in a factory corner. I have the pentium II's and III's and in the future I may...
by wyatt8740
Thu Jun 06, 2013 5:53 pm
Forum: NES Hardware and Flash Equipment
Topic: Making a EPROM Burner
Replies: 42
Views: 16099

Re: Making a EPROM Burner

Can one make a MMC3 board into a TKROM board without too much effort? Perhaps you mean, can you convert a TSROM (no battery) into a TKROM (with battery)? Both are MMC3 and identical aside from battery backing. If you splice in the battery baacking circuit from the wiki you should be able to make so...
by wyatt8740
Thu Jun 06, 2013 9:16 am
Forum: NES Hardware and Flash Equipment
Topic: RGB output from composite PPU
Replies: 143
Views: 101833

Re: RGB output from composite PPU

...This is spectacular. I always thought that since a Commodore VIC can be modded for rgb, a NES should. I must have been right for once! :D
by wyatt8740
Thu Jun 06, 2013 8:44 am
Forum: NES Hardware and Flash Equipment
Topic: Making a EPROM Burner
Replies: 42
Views: 16099

Re: Making a EPROM Burner

I made a sst39sf040 programmer using an arduino uno and 3 74hc595. The sst39sf040 (cost $2 in single quantity at digikey) is cheaper than some eproms and does not need 12v only 5v and it is still in production and it does not need uv light to erase. Here is the wiring: Pin refers to the numbering o...
by wyatt8740
Mon Jun 03, 2013 5:43 pm
Forum: NES Hardware and Flash Equipment
Topic: Making a EPROM Burner
Replies: 42
Views: 16099

Making a EPROM Burner

I am on an extremely tight budget and need to have a way to develop NES games, but I cannot spend more than $30. I have an Arduino Uno and an Arduino Leonardo, some 4021 Shift Registers, and I want to know if that is enough to make an EPROM burner / programmer. I need to be able to burn 256kb EPROMS...
by wyatt8740
Mon Jun 03, 2013 5:21 pm
Forum: NESdev
Topic: Can a Commodore VIC 20 ASM Guide be used w/ a NES Assembler?
Replies: 16
Views: 9637

Re: Can a Commodore VIC 20 ASM Guide be used w/ a NES Assemb

tepples wrote:It was up for me 20 seconds ago. Where do you live?
Sorry for very slow response; I live in Fort Wayne, Indiana. Frontier is my ISP. I am redirected to webring.
by wyatt8740
Tue May 14, 2013 9:55 am
Forum: NESdev
Topic: Can a Commodore VIC 20 ASM Guide be used w/ a NES Assembler?
Replies: 16
Views: 9637

Re: Can a Commodore VIC 20 ASM Guide be used w/ a NES Assemb

It's good for creating data later, as hacking shows you have somewhat of an understanding how data is stored and read. :) Still, just look at a page like http://www.obelisk.demon.co.uk/6502/index.html to learn 6502. It explains instruction, addressing modes, registers, all of it. :) That page is do...
by wyatt8740
Fri May 03, 2013 9:54 am
Forum: NESdev
Topic: Can a Commodore VIC 20 ASM Guide be used w/ a NES Assembler?
Replies: 16
Views: 9637

Re: Can a Commodore VIC 20 ASM Guide be used w/ a NES Assemb

...play with FCEUX's PPU debugger... I do play with the FCEUX Debugger. I did a simple hack to disable piracy protection in the EarthBound Zero Rom: http://forum.starmen.net/forum/Community/PKHack/I-found-out-how-to-fix-anti-piracy-Screens-in-hacked-EarthBound-Zero-ROMs-by-Changing-a-single-byte Al...
by wyatt8740
Fri May 03, 2013 8:24 am
Forum: NESdev
Topic: Can a Commodore VIC 20 ASM Guide be used w/ a NES Assembler?
Replies: 16
Views: 9637

Re: Can a Commodore VIC 20 ASM Guide be used w/ a NES Assemb

"Hello World" isn't typically the first NES program people make, because the NES doesn't have a built-in font or a BIOS with a routine to print text to the screen, so "Hello World" gets quite more complex than in any modern programming language. People often show colors or sound...