Search found 132 matches

by electro
Fri Apr 18, 2008 4:20 pm
Forum: Newbie Help Center
Topic: Reading the controller?
Replies: 53
Views: 21004

I see what you're saying. I removed "loop2". Have it working now, thank you.

Will repost new code.

T
by electro
Fri Apr 18, 2008 10:27 am
Forum: Newbie Help Center
Topic: Reading the controller?
Replies: 53
Views: 21004

Reading Joy Pad 1 & 2 (cave man way)

Today I decided to try to read the buttons of joypad #2 along with joypad #1. ;Nes Gamepad demo program ;------------------- ; INES header setup .inesprg 1 .ineschr 0 ; zero because we don't have character data .inesmir 1 .inesmap 0 .bank 1 .org $FFFA .dw 0 ; NMI routine .dw start ; Reset routine .d...
by electro
Tue Apr 15, 2008 4:51 am
Forum: General Stuff
Topic: Does anyone know person who runs RetroZone?
Replies: 7
Views: 3596

Thanks. I sent my e-mail using my optonline (optimum online) paid, no ads account. I know this was probably just a weird communication problem. My post was not at all meant to be a smear or anything like that, just a friendly last option to try to contact. He has great products and no one else has e...
by electro
Mon Apr 14, 2008 3:51 pm
Forum: General Stuff
Topic: Does anyone know person who runs RetroZone?
Replies: 7
Views: 3596

Yeah, I know how mistakes can happen, e-mail problems, etc.

Hopefully I'll hear something back soon.

Thanks again.

T
by electro
Mon Apr 14, 2008 3:15 pm
Forum: General Stuff
Topic: Does anyone know person who runs RetroZone?
Replies: 7
Views: 3596

Thank you, I appreciate that.

I did try to contact through PayPal last week after I thought maybe for some reason my e-mail was being filtered. But that was only as an option to contact him, not as a complaint.


Thanks again,
T
by electro
Mon Apr 14, 2008 2:29 pm
Forum: Newbie Help Center
Topic: Recommend a rom to dis-assemble & study (for sound).
Replies: 15
Views: 7391

Cool, thank you.

T
by electro
Mon Apr 14, 2008 1:54 pm
Forum: General Stuff
Topic: Does anyone know person who runs RetroZone?
Replies: 7
Views: 3596

Does anyone know person who runs RetroZone?

I was just wondering if anyone personally knows the person who operates retrozone? I really wanted to try out his other products but I can't get any contact via e-mail, the phone number on his PayPal account is not in service. If anyone knows how I can get in contact with the owner, or if anyone cou...
by electro
Mon Apr 14, 2008 12:21 pm
Forum: Newbie Help Center
Topic: Recommend a rom to dis-assemble & study (for sound).
Replies: 15
Views: 7391

I see... Which homebrew sound engine would be good?

Thanks again,
T
by electro
Mon Apr 14, 2008 8:43 am
Forum: Newbie Help Center
Topic: Recommend a rom to dis-assemble & study (for sound).
Replies: 15
Views: 7391

Recommend a rom to dis-assemble & study (for sound).

I thought it might be a good idea to dis-assemble a rom for the purpose of studying it's code, particularly it's code as it applies to the sound registers.

Could anyone recommend a good (relatively simple) rom for this?

Also, what could I use the dis-assemble?

Thanks again,
T
by electro
Sat Apr 12, 2008 7:28 am
Forum: Reproduction
Topic: Which carts can be used for homemade roms?
Replies: 15
Views: 9120

Thanks very much.

I'll also look into re-wiring the boards which use the other types as suggested.

I appreciate the link to that doc.

Thanks again.

T
by electro
Fri Apr 11, 2008 6:17 pm
Forum: Reproduction
Topic: Which carts can be used for homemade roms?
Replies: 15
Views: 9120

No, not at all. I would preserve the roms and recycle if I do take that route. BTW, I've seen your icon pic before on Long Island Oddities, a website for paranormal, ufo, etc. stuff on Long Island. Anyway, I assumed it was someone's real photo. ( I mean I thought it was the poster's real photo.) Eh,...
by electro
Fri Apr 11, 2008 5:02 pm
Forum: Reproduction
Topic: Which carts can be used for homemade roms?
Replies: 15
Views: 9120

sdm wrote:i use UNROM cart for my nesasm demos. Why unrom? Because i like programming using NROM with VRAM (32kb + VRAM) :D

My 32kb+VRAM dev-cart:)
Image
Cools pics, thanks.

T
by electro
Fri Apr 11, 2008 4:40 pm
Forum: Reproduction
Topic: Which carts can be used for homemade roms?
Replies: 15
Views: 9120

"If you have to use a real game please make sure it sucks and is common. You wouldn't want to destroy a decent or rare game." I hear what you're saying. I don't like the idea of destroying carts. If I get good at de-soldering, I really want to save each rom I remove. I forgot to mention I...
by electro
Fri Apr 11, 2008 4:31 pm
Forum: Reproduction
Topic: Which carts can be used for homemade roms?
Replies: 15
Views: 9120

Just use NROM. It's the easiest to program for & you can get them just about anywhere. Pull any SMB or Duck Hunt (wouldn't go w/ SMB/Duck Hunt though, higher chance of blobbed ROM's) cart & desolder the ROMs. Thanks. Yeah, I've been using SMB. *Been wondering what other carts are like SMB? ...
by electro
Fri Apr 11, 2008 3:42 pm
Forum: Reproduction
Topic: Which carts can be used for homemade roms?
Replies: 15
Views: 9120

Thanks.

I'm not using any mem mapping in my roms. Which carts don't use mem mapping?

T