Skip to content

Proper addition of uc1541 to recent MC versions #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Pokefinder-org opened this issue Nov 20, 2023 · 1 comment
Open

Proper addition of uc1541 to recent MC versions #4

Pokefinder-org opened this issue Nov 20, 2023 · 1 comment

Comments

@Pokefinder-org
Copy link

The current readme.md of the project has:

regex/.([dD]64|[dD]6[zZ]|[dD]71|[dD]7[zZ]|[dD]81|[dD]8[zZ])$

Recent MC installations require:

Regex=.([dD]64|[dD]6[zZ]|[dD]71|[dD]7[zZ]|[dD]81|[dD]8[zZ])$

though. Probably could even be extended to CMD FD images further but that regex is surely better than the MC system wide default which seems to handle D64 only.
Sorry - didnt find since which MC version the Regex statement changed to "=".

@gryf
Copy link
Owner

gryf commented Nov 21, 2023

Oh, right. MC had changed format from old one to INI in 4.8.29. I've updated readme file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants