pi1541 / Pi1541

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

RFC: Automatic switch to next disk after specific time #219

Open davince72 opened 3 years ago

davince72 commented 3 years ago

Hi, if i had more knowledge about the workings of this project I could try to implement it myself ;-) I use this great project almost only for watching demos. Demos are mostly spread on several disks, so you have to create a *.lst file for it. But wouldn't it be nice if you could add a certain time behind the disk name which tells the pi1541 to select next disk?

Example myfavdemo.lst disk1.d64 230 # switch to disk2 after 230 seconds disk2.d64 210 # switch to disk3 after 210 seconds disk3.d64

this way you can watch a demo in total without having to manually press next. Handy when listening only to the music with monitor off.