Hi - complete c64 novice here.
I found that the line
Code: Select all
10 PRINT CHR$(205.5+RND(1)); : GOTO 10
supposedly gives a nice pattern when executed on the C64.
However, I get a syntax errror when I try it;
I boiled it down to RND(1) not working.
I'm running stock c64 after an update_all with biosses. The line at the top says commodore 64 basic V2, followed by dolphindos 2.0.
I also tried loading the 'standard' system rom, instead of the 'Loadable C64', but the result is the same. Quick internet search did not yield answers. Any clues, experts?