Search found 7 matches

by ROD
Tue Jan 13, 2015 5:41 pm
Forum: Newbie Help Center
Topic: JMP, fine...JSR, nope...
Replies: 28
Views: 8867

Re: JMP, fine...JSR, nope...

I had a problem like this not too long ago. I think it was because I did not push and pull my registers during NMI since I don't put everything in NMI. Maybe its that?

Just my noobish 2 cents.
by ROD
Fri Jan 02, 2015 2:14 am
Forum: Newbie Help Center
Topic: Help With Sunsoft Mapper
Replies: 13
Views: 4136

Re: Help With Sunsoft Mapper

Ah, that make a lot more sense! Guess I need to pay better attention at the hardware level. So configuration depends on the size of the ROM chips used and how my banks are arranged in them. Thanks for putting up with me, you guys are awesome. I'll put up some sort of demo when everything comes toget...
by ROD
Thu Jan 01, 2015 11:26 pm
Forum: Newbie Help Center
Topic: Help With Sunsoft Mapper
Replies: 13
Views: 4136

Re: Help With Sunsoft Mapper

Hello, I have a few more questions regarding this mapper I'm trying to use. Now that I have the banks setup with ca65, (huge thanks to you guys) I'm having trouble actually using the mapper. As I understand it, I'm supposed to write to two addresses to configure the mapper: the Command Register ($80...
by ROD
Thu Dec 25, 2014 6:30 pm
Forum: Newbie Help Center
Topic: Help With Sunsoft Mapper
Replies: 13
Views: 4136

Re: Help With Sunsoft Mapper

Hey, that's pretty cool. The board would only use the rom chips, cic, and the AY/YM chip? Would make for a neat music cart.
by ROD
Wed Dec 24, 2014 11:34 pm
Forum: Newbie Help Center
Topic: Help With Sunsoft Mapper
Replies: 13
Views: 4136

Re: Help With Sunsoft Mapper

Gotcha on the rodata segments. Looks like they will be handy in keeping code tidy. 2 megabits sounds like it will be plenty of room. I do have some 27C020's leftover to play with after making a Mother cart. With one big memory segment for chr, all I would need to write would be this?: .segment "...
by ROD
Wed Dec 24, 2014 8:18 pm
Forum: Newbie Help Center
Topic: Help With Sunsoft Mapper
Replies: 13
Views: 4136

Re: Help With Sunsoft Mapper

lidnariq: Yeah, I want to use this mapper mostly for the extended audio. Everything else it can do is a bonus though. Thanks both of you (and Shiru) for helping clarify things. So if I understand correctly, let's say I have a 128K rom chip.(For this project, ill stick with 64k which I think is the m...
by ROD
Wed Dec 24, 2014 1:47 am
Forum: Newbie Help Center
Topic: Help With Sunsoft Mapper
Replies: 13
Views: 4136

Help With Sunsoft Mapper

Hello, recently I have switched over to ca65, and need a bit of help. My original post can be found on Nintendoage under the username MadnessVX: http://nintendoage.com/forum/messageview.cfm?StartRow=451&catid=22&threadid=103138 but I feel I can get a bit more technical help on this forum! I ...