randyrossi / bmc64

A bare metal Commodore 64 emulator for the Raspberry Pi with true 50hz/60hz smooth scrolling, low input latency and better audio/video sync.
GNU General Public License v3.0
482 stars 56 forks source link

Drive sound emulation issue in version 3.7 #195

Closed beeltink closed 2 years ago

beeltink commented 2 years ago

Drive sound emulation works fine in 3.6, but I noticed in 3.7 that it doesn't work on startup, even if it's configured. Instead, you must execute a reset after starting up, after that drive sound works as well. I take it this is a small bug in the initialization process.

rhester72 commented 2 years ago

Please close as duplicate:

https://github.com/randyrossi/bmc64/issues/183

randyrossi commented 2 years ago

Sounds familiar. I think it's fixed in the master build. If the W2 change works, I will make a 3.8 with this included.

On Wed, Nov 3, 2021 at 1:44 AM beeltink @.***> wrote:

Closed #195 https://github.com/randyrossi/bmc64/issues/195.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/randyrossi/bmc64/issues/195#event-5559664559, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAI3HKHC2MY7WTWFUESYLZ3UKDD5HANCNFSM5HHUEHDA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- Randy Rossi