Search found 5 matches

by alekhine
Sun Sep 18, 2005 11:18 pm
Forum: NESdev
Topic: ca65 Mystical Problem ;)
Replies: 8
Views: 6726

Maybe, a screenshot could help.

Image

if phpbb doesn't show the screenshot, here is too
http://www.iflashera.com.ar/~futacast/d ... oblema.jpg

tnx for your patience
by alekhine
Sun Sep 18, 2005 11:04 pm
Forum: NESdev
Topic: ca65 Mystical Problem ;)
Replies: 8
Views: 6726

Quietust wrote:Change "STARTUP = $80" to "STARTUP:" and it should work correctly.
mmhh.. i though about that but the output file was
exactly the same, so that
doesn't seems to work :/

anyone has these files working?

the .cfg and the .asm doing something?
by alekhine
Sun Sep 18, 2005 7:56 pm
Forum: NESdev
Topic: ca65 Mystical Problem ;)
Replies: 8
Views: 6726

I think the values are offsets into the .nes file. Nesasm: Byte 80 in 40D0 ca65: Byte 00 in 40D0 where do you think that i must put the offsets to make my rom work? i think that i'm missing something in the documentation, tutorials or manuals, and it's only for a language problem, because i usually...
by alekhine
Sun Sep 18, 2005 7:52 pm
Forum: NESdev
Topic: ca65 Mystical Problem ;)
Replies: 8
Views: 6726

Is it your STARTUP label in the code? You have STARTUP = $80 And your reset vector is .WORD STARTUP That might make it reset at $0080 instead of $8000. But $40D0 isn't where the reset vector would be, wouldn't that be in the CHR? No, it isn't. _But_ the $80 or $8000 value must go in addr 400D to wo...
by alekhine
Thu Sep 15, 2005 8:41 pm
Forum: NESdev
Topic: ca65 Mystical Problem ;)
Replies: 8
Views: 6726

Re: ca65 Mystical Problem ;)

now i have an account here =) i'm gonna rewrite this because its bad written Ok, when i compile this, the ca65 make a exact .nes with the .nes that i make with nesasm Any clue? :( tnx for your time =) i meant to say something like this: "Ok, when i compile this, the ca65 make an exact .nes with...