DMC-generated square wave? Wild guess
Nice thing about the older scopes is that replacement parts are much easier to find. The later ones have expensive custom ICs galore. Heathkit made one which I bet is all off-the-shelf parts.
Here's that measurement I'd have loved to have done years ago, that took ten minutes now:
Code: Select all
; Setup
set_ppuaddr $3F00
mov PPUDATA,#$01
mov PPUDATA,#$11
mov PPUDATA,#$21
mov PPUDATA,#$31
...
; This is run once each scanline
set_ppuaddr $3F00
bit $4016 ; trigger scope
bit $2007 ; next palette entry
bit $2007 ; next palette entry
bit $2007 ; next palette entry
bit $2007 ; next palette entry
So simple to do now. But now there's little left to measure. Meh.