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

Do not autoload tapes on Scorpion #99

Closed tomconte closed 3 years ago

tomconte commented 3 years ago

This is a small fix for the issue of autoloading tapes freezing the Scorpion 256 machine type (issue #98).

It basically disables autoload when loading a tape image (TAP or TZX) with a Scorpion machine. The tape has to be loaded manually by entering the BASIC interpreter and typing load "".

zzedmore commented 3 years ago

Awesome, I think this is the best solution. Talking of 'autostart', would it be good to have a core option to turn on/off autostart for the other models ? That way we can see the 128/+2 menu etc. and actually get to the BASIC option. There is no way to do this otherwise. But this may need a extra configurable button to start/stop the tape ?

tomconte commented 3 years ago

Awesome, I think this is the best solution. Talking of 'autostart', would it be good to have a core option to turn on/off autostart for the other models ? That way we can see the 128/+2 menu etc. and actually get to the BASIC option. There is no way to do this otherwise. But this may need a extra configurable button to start/stop the tape ?

Sounds like a good idea, I have created a new issue to track.