Create an archive suitable for use with MAME#14
Merged
explit28 merged 5 commits intoexplit28:mainfrom Jan 20, 2026
Merged
Conversation
Collaborator
Author
|
@explit28 Since this is a bit of a shift from my usual commits, I wanted to run this past you and see what you thought. I've been slowly chipping away at trying to make the emulation experience more accessible (see https://jbmorley.co.uk/posts/2025-12-16-december-adventure-day-15/ for a little background), and I think this will help a lot. The Action hasn't run—not sure if that needs enabling on the repository, or if it's simply because this is a PR from my fork. |
Pernod70
reviewed
Jan 20, 2026
Comment on lines
+38
to
+42
| mkdir psion3mx_nl | ||
| cp "$ROOT_DIRECTORY/Series3mx/maple_v6.17f_nl.bin" psion3mx_nl | ||
|
|
||
| mkdir psion3mx_fr | ||
| cp "$ROOT_DIRECTORY/Series3mx/maple_v6.20f_fre.bin" psion3mx_fr |
There was a problem hiding this comment.
You don't need these folders, they are clones of psion3mx, so both can be copied to the psion3mx folder.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
MAME is able to emulate many of the Psions included in this repository. This change adds a build script (and associated GitHub Actions workflow) which creates and archives a directory structure that can be used with MAME without modification, ensuring that ROMs have the correct names and are in the correct directories. The goal is to make it easier for folks to get started with Psion emulation.