libretro / fuse-libretro

A port of the Fuse Unix Spectrum Emulator to libretro
GNU General Public License v3.0
36 stars 46 forks source link

Add option to disable autostart #101

Closed tomconte closed 3 years ago

tomconte commented 3 years ago

So that the the system menus can be accessed, and the program can be launched manually from the BASIC command line.

snoofly commented 3 years ago

Look forward to seeing this option. Typed LOAD “” so many times as a kid Can you add another option to emulate R: Tape loading error right at the end as well ;)

zzedmore commented 3 years ago

Is this a possibility ? Will it still load after typing LOAD"" or will turning off autostart require you to press play ?

zzedmore commented 3 years ago

Just tried this on regular FUSE and turning off autostart does still start the tape automatically after typing LOAD"". So the option is already in the FUSE code, just need a reference to it in the Retroarch core. This means we could type BASIC programs ! (but have to save them as States).