Search found 6 matches
- Thu Mar 22, 2007 12:28 pm
- Forum: Newbie Help Center
- Topic: I guess this is basically my questions thread now
- Replies: 9
- Views: 7447
that's simple, though. having an NMI like this: vblank: pha txa pha tya pha ;NMI subroutines pla tay pla tax pla rti will handle it, right? By the way, can you tell me why .segment zp .org $0000 .space mode 1 .space vramhi 1 .space vramlo 1 .space textindex 1 .space nextletter 1 .space curr2000 1 .s...
- Tue Mar 20, 2007 6:03 pm
- Forum: Newbie Help Center
- Topic: I guess this is basically my questions thread now
- Replies: 9
- Views: 7447
- Tue Mar 20, 2007 11:50 am
- Forum: Newbie Help Center
- Topic: I guess this is basically my questions thread now
- Replies: 9
- Views: 7447
OK. I've got an SEI at the beginning of my program and I never clear the interrupt bit. Only thing is, my NMI doesn't seem to be going off more than once. Right now, it just draws the first letter of text (it's supposed to draw a letter every frame). I set up a method that mimics what happens when v...
- Tue Mar 20, 2007 12:53 am
- Forum: Newbie Help Center
- Topic: I guess this is basically my questions thread now
- Replies: 9
- Views: 7447
I guess this is basically my questions thread now
For some reason, in my program, an IRQ is happening. I'm not clear on why it's happening, as when i go to debug in fceuxdsp, it says that i'm in my program's main stalling loop. i hit "step into" over and over again, and it loops normally, hitting no breakpoints. of course, an IRQ is pendi...
- Thu Mar 01, 2007 12:30 pm
- Forum: Newbie Help Center
- Topic: P65 vernacular
- Replies: 2
- Views: 2056