Search found 223 matches

by nineTENdo
Fri Nov 09, 2007 10:31 pm
Forum: Newbie Help Center
Topic: My Burning Question.
Replies: 9
Views: 3368

which ones should i order if i were to order some more. any other carts work on this chip?

thanks for the quick reply
by nineTENdo
Fri Nov 09, 2007 6:37 pm
Forum: Newbie Help Center
Topic: My Burning Question.
Replies: 9
Views: 3368

My Burning Question.

I finnaly got around to burning some chips but then i realized that my sockets dont fit in the 256k NROM 28 pins Im using a 32 pin socket and a http://www.futurlec.com/Memory/AT29C040.shtml ive looked at the pin out and it looks like i need pretty much everything there except maybe the the CE and WE...
by nineTENdo
Sat Aug 11, 2007 7:43 am
Forum: NES Hardware and Flash Equipment
Topic: purchases need approvel to get this writing on the wagon
Replies: 5
Views: 2318

cool thanks guys i owe you you one. ill let yall know how my progress is turning out:)
by nineTENdo
Sat Aug 11, 2007 12:19 am
Forum: NES Hardware and Flash Equipment
Topic: purchases need approvel to get this writing on the wagon
Replies: 5
Views: 2318

new shopping list.

williem programmer
[Please use [url=...] syntax for long URLs -- MOD]

(2) atmel flash roms (1)chr and (1)prg ROM
http://www.futurlec.com/Memory/AT29C040.shtml

what game would i need for my first nametable with these parts?
by nineTENdo
Fri Aug 10, 2007 11:09 pm
Forum: NES Hardware and Flash Equipment
Topic: purchases need approvel to get this writing on the wagon
Replies: 5
Views: 2318

purchases need approvel to get this writing on the wagon

willam programmer [Please use [url=...] syntax for long URLs -- MOD] uv epromeraser [Please use [url=...] syntax for long URLs -- MOD] chr and pgr rom chips (eeproms-eproms) eprom http://www.retrousb.com/index.php?productID=145 or eeprom chr rom http://www.retrousb.com/index.php?productID=143 [url] ...
by nineTENdo
Tue Aug 07, 2007 10:04 am
Forum: NES Hardware and Flash Equipment
Topic: Eprom Burner
Replies: 34
Views: 16499

Help Please:)
by nineTENdo
Sun Aug 05, 2007 8:46 pm
Forum: NES Hardware and Flash Equipment
Topic: Eprom Burner
Replies: 34
Views: 16499

OK this burner.

What chip? Chips?

Any additional RAM, TTL logic?

I dont burn anything to a RAM chip its memory locations merly get written to or accessed by the 6502 or a respective Eprom chip, right?
by nineTENdo
Sun Aug 05, 2007 5:57 pm
Forum: NES Hardware and Flash Equipment
Topic: Eprom Burner
Replies: 34
Views: 16499

long time no post!!!! well anyways ive been out of messageboard loop for sometime now and im ready to actully start testing my code ive been working out on my own. i want to buy this http://cgi.ebay.com/Standard-Dual-Power-USB-AC-Willem-Universal-Programmer_W0QQitemZ300138275520QQihZ020QQcategoryZ46...
by nineTENdo
Wed Nov 15, 2006 8:40 pm
Forum: Newbie Help Center
Topic: Helpful 6502 texts?
Replies: 9
Views: 5384

Really Good Books i Found are "6502 Software Design", "Programming and Interfacing the 6502 w/ Experiements", and "Programming a MIcrocomputer: 6502". The first two are a little more advanced but if you want to learn about memory mapping "Programming and Interfacin...
by nineTENdo
Sun Sep 10, 2006 7:19 am
Forum: Newbie Help Center
Topic: Text compression on the NES
Replies: 34
Views: 14310

I was bored and i found this site

Code: Select all

http://www.cs.tut.fi/~albert/Dev/pucrunch/
There some 6502 coding going on there having to compression on thus im guessing. Not sure but thought that would help.
by nineTENdo
Sun Aug 13, 2006 6:27 pm
Forum: Newbie Help Center
Topic: X816 Problems?
Replies: 28
Views: 11516

hOW DO .CHR, .NAM, .INCBIN. get incorperated into the header in x816? Can Someone really help with setting up so i can assemble with the x816? Im still in the rut.

Thanks o wise ones,
EL


P.s. Does anyone have "makeines" i lost it and i cant seem to find the website to it.
by nineTENdo
Sat Aug 12, 2006 9:48 pm
Forum: Newbie Help Center
Topic: DELAYS??
Replies: 27
Views: 11635

1) What purpose do those 'INX' lines serve? Are they really doing what you expect them to? 2) When do you want that BNE to branch? and when do you want it NOT to branch? Is it really branching how you'd expect? 3) How are you keeping track of which number you are currently displaying? And how do yo...
by nineTENdo
Sun Jul 30, 2006 2:57 am
Forum: Newbie Help Center
Topic: DELAYS??
Replies: 27
Views: 11635

Inner Loops

Hello Again, Ive been working on a number demo that toggles through tiles each set with 1,2,3,etc. When i run it in my NMI i can see that the numbers are changing but its going way to fast. Can i use inner loops to slow it down? So far ive been using outer loops but i doesnt seem to be working. Any ...
by nineTENdo
Tue Jul 25, 2006 12:06 pm
Forum: Newbie Help Center
Topic: X816 Problems?
Replies: 28
Views: 11516

With MakeINES, What do i about compliing with the other files .nam, .spr, and .chr ?

What is PROG filename.obj?
by nineTENdo
Tue Jul 25, 2006 11:39 am
Forum: Newbie Help Center
Topic: X816 Problems?
Replies: 28
Views: 11516

What does .mem 8 .index 8 mean? Is the directive that .incbins the .chr to the source directory, in the header. For Example: bank 2 .org $0000 < is this in the header? If not Where is it? .incbin "jumpy.chr" What do i about compliing with the other files .nam, .spr, and .chr ?