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
479 stars 56 forks source link

PET emulation: load prg files directly from the F12 menu #167

Open uwe-kr opened 3 years ago

uwe-kr commented 3 years ago

In PET emulation, I would like to load prg files directly from the F12 menu. Would be much easyer than mounting a d64 disk image and then LOAD "$",8 / LIST (show directory) LOAD "XYZ",8 (load program)