pi1541 / Pi1541

Commodore 1541 emulator for the Raspberry Pi
GNU General Public License v3.0
381 stars 81 forks source link

Piezzo buzzer - does not work #221

Open dippaolo opened 3 years ago

dippaolo commented 3 years ago

I have PI1541 made on this board: https://www.pcbway.com/project/shareproject/_DIY__Pi1541___EPYX_FAST_LOAD_CARTRIDGE_for_COMMODORE_64.html

PI1541 works very well.

I only have a problem with the sound.

I connect the buzzer according to the diagram. https://cbm-pi1541.firebaseapp.com/wiring.png I set OPTIONS.TXT in the file SoundOnGPIO = 1 SoundOnGPIODuration = 1000 SoundOnGPIOFreq = 1200

Buzzer is not working

I checked kernel 1.24 - apparently it doesn't work here I am currently checking kernel 1.23 and it doesn't work either

Do you still have to set the buzzer somewhere to start working?