Is it possible to place a sample somewhere between $8000-$BFFF? Everything I'm reading seems to suggest that when you write to $4012, it only starts at $C000 and you increment by 64bytes for each hex value you add (ex. $00=$C000, $01=$C040, $02=$C080, etc.) Is there some method for writing to $4012 where it will load a sample from somewhere in the lower 16K of PRG instead of the higher 16K?