YEK Posted November 6, 2009 Report Share Posted November 6, 2009 my friends an i found what looks like a new packed commodore 64 in a local thrift store there's no monitor but a keyboard and some programs. is it worth anything? Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide YEK's signature Hide all signatures Reveal hidden contents !:/music Link to comment https://forum.watmm.com/topic/50451-commodore-64/ Share on other sites More sharing options...
kaini Posted November 6, 2009 Report Share Posted November 6, 2009 not worth a huge amount, but you now have a MOS6581 chip at your disposal, and that is a soundchip that was ahead of its time. http://en.wikipedia.org/wiki/MOS6581 http://codebase64.org/doku.php?id=base:sid_programming Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide kaini's signature Hide all signatures On 5/7/2013 at 11:06 PM, ambermonk said: I know IDM can be extreme On 6/3/2017 at 11:50 PM, ladalaika said: this sounds like an airplane landing on a minefield Link to comment https://forum.watmm.com/topic/50451-commodore-64/#findComment-1159360 Share on other sites More sharing options...
YEK Posted November 6, 2009 Author Report Share Posted November 6, 2009 yeah i knew about that sound chip. i don't know how to hack shit though. it was all going for 5 bucks (canadian) Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide YEK's signature Hide all signatures Reveal hidden contents !:/music Link to comment https://forum.watmm.com/topic/50451-commodore-64/#findComment-1159365 Share on other sites More sharing options...
kaini Posted November 6, 2009 Report Share Posted November 6, 2009 (edited) start here 5 S=54272 10 FOR L=S TO S+24:POKE L,0:NEXT: REM CLEAR SOUND CHIP 20 POKE S+5,9:POKE S+6,0 30 POKE S+24,15: REM SET MAXIMUM VOLUME LEVEL 40 READ HF,LF,DR 50 IF HF<0 THEN END 60 POKE S+1,HF:POKE S,LF 70 POKE S+4,33 80 FOR T=1 TO DR:NEXT 90 POKE S+4,32:FOR T=1 TO 50:NEXT 100 GOTO 40 110 DATA 25,177,250,28,214,250 120 DATA 25,177,250,25,177,250 130 DATA 25,177,125,28,214,125 140 DATA 32,94,750,25,177,250 150 DATA 28,214,250,19,63,250 160 DATA 19,63,250,19,63,250 170 DATA 21,154,63,24,63,63 180 DATA 25,177,250,24,63,125 190 DATA 19,63,250,-1,-1,-1 type this in then start fucking with the values in lines 110-190 110 DATA 25,177,250,28,214,250 25 = start note (freq) 177 = end note (freq) 250 = duration (ms) etc the notes are not in Hz, mind you experiment Edited November 6, 2009 by kaini Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide kaini's signature Hide all signatures On 5/7/2013 at 11:06 PM, ambermonk said: I know IDM can be extreme On 6/3/2017 at 11:50 PM, ladalaika said: this sounds like an airplane landing on a minefield Link to comment https://forum.watmm.com/topic/50451-commodore-64/#findComment-1159371 Share on other sites More sharing options...
Guest Gary C Posted November 6, 2009 Report Share Posted November 6, 2009 Yes. Buy it and send it to me... Ah, nostalgia. Quote Link to comment https://forum.watmm.com/topic/50451-commodore-64/#findComment-1159399 Share on other sites More sharing options...
Recommended Posts