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

[FR] DATASETTE controls #94

Open Mantics68 opened 4 years ago

Mantics68 commented 4 years ago

Can the buttons on the recorder be controlled from GPIO by adding buttons to simulate PLAY / STOP / REWIND / FASTFW / RECORD?

randyrossi commented 4 years ago

Not at the moment. I have a plan to make configurable GPIO using .txt files in which case you would be able to map those functions to any PIN. For a future release though.

Mantics68 commented 4 years ago

perfect, so you can use the configuration you want. thanks for your patience and excellent work.