stardot / b-em

An opensource BBC Micro emulator for Win32 and Linux
http://stardot.org.uk/forums/viewtopic.php?f=4&t=10823
GNU General Public License v2.0
112 stars 57 forks source link

hfe images not being opened #164

Closed sai2791 closed 10 months ago

sai2791 commented 2 years ago

I'm trying to open the an HFE file linked to in the stardot forum ( https://stardot.org.uk/forums/viewtopic.php?f=32&t=21909&p=310705&hilit=Elite+demo#p310705 ). I can see that there appears to be support for HFE format images in the application; is this complete?

when I load the HFE image, and type *cat at the cursor I get the message hfe: drive 0: spin down with operation readsector still in progress and the emulator hangs, I've also noticed that log_debug("Loading %i: %s as HFE", drive, cpath); does not seem to be firing.