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

File not found errors using games MMB file #163

Closed SteveFosdick closed 2 years ago

SteveFosdick commented 2 years ago

See: https://stardot.org.uk/forums/viewtopic.php?p=343590#p343590

When using the common MMB with a games menu on disc 0, often the games won't load giving a file not found error.

SteveFosdick commented 2 years ago

This appears to be an error either index lookups or offset calculation: issue163a

SteveFosdick commented 2 years ago

I have created a branch with a fix for this: https://github.com/stardot/b-em/tree/sf/issue163

See commit https://github.com/stardot/b-em/commit/85d1bec9c57e2306ab30f0ed84210f43646fb855

stuaxo commented 2 years ago

@SteveFosdick is it worth making this a PR ?

SteveFosdick commented 2 years ago

Thank branch was merged to master back in December.