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
488 stars 59 forks source link

Drive Sound Emulation Missing when autostart #58

Closed corasaniti closed 4 years ago

corasaniti commented 5 years ago

Drive sound emulation missing when disk/prg is autoattached with autostart features. Thanks

rhester72 commented 4 years ago

The reason for this is because warp mode is set on autostart by VICE and audio is muted in warp mode.

Manually set AutostartWarp=0 in vice.ini if this isn't desirable.