Code: Select all
lda #$80
sta $4010
lda #$10
sta $4015I'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.