jhuscott / virtualc64

Automatically exported from code.google.com/p/virtualc64
0 stars 0 forks source link

SID chip not properly reset #143

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Random numbers can be produced via SID as follows: 

LDA #$FF  ; maximum frequency value
STA $D40E ; voice 3 frequency low byte
STA $D40F ; voice 3 frequency high byte
LDA #$80  ; noise waveform, gate bit off
STA $D412 ; voice 3 control register

This still works after a reset -> SID is not reset or ReSID library is not 
informed about reset? 

Original issue reported on code.google.com by dirk.hof...@gmail.com on 2 Jan 2015 at 9:42

GoogleCodeExporter commented 9 years ago
fixed

Original comment by dirk.hof...@gmail.com on 4 Jan 2015 at 3:47