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

Snapshot load/save #200

Open beeltink opened 2 years ago

beeltink commented 2 years ago

If you have multiple snapshots in 1 directory and you save a snapshot, selecting the 2nd snapshot file, the moment you want to load the snapshot it selects the 3rd snapshot file. So, save file n, load file n+1. Of course, it should by default load the last file saved.

beeltink commented 2 years ago

Save screen: <-SD:/snapshots/C64/ .. snap1.vsf snap2.vsf <- saved by selecting and pressing [Return] snap3.vsf snap4.vsf snap5.vsf

Load screen: <-SD:/snapshots/C64/ .. snap1.vsf snap2.vsf snap3.vsf <- selected by default for loading after saving "snap2.vsf" snap4.vsf snap5.vsf