I'm trying to get my program to exhibit the working of $4010.7. it should be as simple as
but the IRQ that the wiki talks about never happens.(in all the emulators I've tried)
I've been reading docs and coding seemingly aimlessly for days, and finally my frustration brings me back here grovelling for answers. I don't know whether it's an emulator problem or my understanding but no matter what I try, no matter which registers I set up in what order with what values, I can't get the DMC to trigger an IRQ at the end of a sample, as described in all the documentation. if there was some example code or program that successfully exhibits this function it would be a great help to study but I can't find anything like that so far.
Code:
lda #$80
sta $4010
lda #$10
sta $4015
sta $4010
lda #$10
sta $4015
but the IRQ that the wiki talks about never happens.(in all the emulators I've tried)
I've been reading docs and coding seemingly aimlessly for days, and finally my frustration brings me back here grovelling for answers. I don't know whether it's an emulator problem or my understanding but no matter what I try, no matter which registers I set up in what order with what values, I can't get the DMC to trigger an IRQ at the end of a sample, as described in all the documentation. if there was some example code or program that successfully exhibits this function it would be a great help to study but I can't find anything like that so far.