Originally Posted By: Kruncher
Bren and I are having a propeller-head moment discussing the PEEKing and POKEing values at 3:00am


10 PRINT CHR$(147);
20 POKE 36878,15:POKE 36879,8
30 VO=INT(RND(0)*3)+1:VA=INT(RND(0)*255)+1
40 POKE 36873+VO,VA:POKE 36879,VA
50 GOTO 30

I still remember CBM BASIC V2 like it was yesterday. 6502 assembler comes a lot slower.

(for everyone else, that plays random tones with each of the 3 "voices" and flashes the screen and border colour in tandem)

Bren R.