Search found 366 matches
- Mon Mar 16, 2009 3:56 pm
- Forum: Newbie Help Center
- Topic: General ASM6 Questions
- Replies: 45
- Views: 18788
- Mon Mar 16, 2009 9:27 am
- Forum: Newbie Help Center
- Topic: can only scroll "half way"
- Replies: 15
- Views: 9455
can only scroll "half way"
I'm writing to $2005.. but it seems like it interprets 0 to be in the middle of the name table, not the very top left If I watch the scroll lines in FCEUD, the cross hatch starts out on the far left. then if I start scrolling by incrementing a variable and writing that to $2005, the crosshatch moves...
- Mon Mar 16, 2009 12:11 am
- Forum: NESdev
- Topic: My first NES demo. Hangman!
- Replies: 12
- Views: 7198
- Sun Mar 15, 2009 6:29 pm
- Forum: Newbie Help Center
- Topic: General ASM6 Questions
- Replies: 45
- Views: 18788
- Sun Mar 15, 2009 5:27 pm
- Forum: Newbie Help Center
- Topic: General ASM6 Questions
- Replies: 45
- Views: 18788
I'm trying to set up macros which can accept multiple parameters, but i'm getting unexpected actions macro test (testvar, testvar2) ifdef testvar nop endif ifdef testvar2 nop endif endm test test $00 test $00 $00 gives me: pass 1.. test.asm(14):test(2): Illegal instruction. test.asm(15):test(2): Ill...
- Sun Mar 15, 2009 3:05 pm
- Forum: Newbie Help Center
- Topic: background skips when altered...
- Replies: 23
- Views: 9908
- Sun Mar 15, 2009 2:53 pm
- Forum: nesdevWiki
- Topic: Special pages are broken
- Replies: 54
- Views: 40611
I'd recommend using a boilerplate that has been reviewed by people whose job is the law, such as Creative Commons Zero or Creative Commons Public Domain Certification . sure.. i just copied and modified one i found on wikipedia but there might be better ones out there But copyright is one of the th...
- Sun Mar 15, 2009 2:31 pm
- Forum: nesdevWiki
- Topic: Special pages are broken
- Replies: 54
- Views: 40611
the only thing about zlib is i think any license which requires you to include the license itself with distribution is kind of annoying and i doubt many people would honor it I still think many people are missing the point of a license on the Wiki; it isn't to restrict what USERS can do with the con...
- Sun Mar 15, 2009 1:59 pm
- Forum: Newbie Help Center
- Topic: background skips when altered...
- Replies: 23
- Views: 9908
- Sun Mar 15, 2009 7:46 am
- Forum: Newbie Help Center
- Topic: General ASM6 Questions
- Replies: 45
- Views: 18788
- Sun Mar 15, 2009 5:09 am
- Forum: nesdevWiki
- Topic: Special pages are broken
- Replies: 54
- Views: 40611
^ i tend to agree :) If the owner was willing to point the DNS A record to the same IP as nesdev.com, I could redirect nesdevwiki.org to nesdev.com/wiki/ (simple HTTP 301 redirect indicating permanent relocation; browsers would redirect automatically). Of course, this means we (Parodius) don't have ...
- Sun Mar 15, 2009 1:12 am
- Forum: Newbie Help Center
- Topic: background skips when altered...
- Replies: 23
- Views: 9908
does that code run during the vblank interrupt (like before the RTI command) or do you just increment the VBlank variable, play the note, and return, and then that code executes? if the graphics code executes after the note is played i think it would cause problems.. but i think you would see more t...
- Sun Mar 15, 2009 12:24 am
- Forum: Newbie Help Center
- Topic: General ASM6 Questions
- Replies: 45
- Views: 18788
General ASM6 Questions
If you try to define the same memory location (using .org, .pad, or .align) more than once, ASM6 doesn't like it how do you write code for memory banks, where each bank expects to be at the same location? the only way I can see now would be to build each bank separately and .incbin them, but perhaps...
- Sun Mar 15, 2009 12:21 am
- Forum: Newbie Help Center
- Topic: background skips when altered...
- Replies: 23
- Views: 9908
- Sat Mar 14, 2009 7:16 pm
- Forum: nesdevWiki
- Topic: Special pages are broken
- Replies: 54
- Views: 40611