As far as I have been able to find, there's no simple setting to make the C64 core load and run a program from a floppy image at boot.
But the you can use a MGL file to mount a floppy disk and then inject a PRG file.
And you can have a simple program that positions the cursor over LOAD "*",8,1
, stuffs {RETURN}, R, U, N, {RETURN} in the keyboard buffer, and exits.
And this seems to get the job done!
Code: Select all
<mistergamedescription>
<rbf>_computer/c64</rbf>
<file delay="1" type="s" index="0" path="disk/Wizard.d64"/>
<file delay="0" type="f" index="1" path="autorun.prg"/>
</mistergamedescription>
A zip file with autorun.prg is attached below: