Skip to content
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

Processor manual #4

Open
qwertymodo opened this issue Mar 10, 2020 · 0 comments
Open

Processor manual #4

qwertymodo opened this issue Mar 10, 2020 · 0 comments

Comments

@qwertymodo
Copy link

I put together an idx file for the Game Boy Programming Manual Version 1.1 that allows the use of the Tools>Processor Manual command. All that is needed is to place this file in the extension's /data/manuals folder and then modify /data/languages/sm83.ldefs to add the manualindexfile parameter:

<language_definitions>
  <language processor="SM83"
            endian="little"
            size="16"
            variant="default"
            version="1.0"
            slafile="sm83.sla"
            processorspec="sm83.pspec"
            manualindexfile="../manuals/SM83.idx"
            id="SM83:LE:16:default">
    <description>Sharp SM83</description>
    <compiler name="default" spec="sm83.cspec" id="default"/>
  </language>
</language_definitions>

I assume you can't include the .pdf itself for the same reason the processors built-in to Ghidra don't come with them (probably due to copyright), so it would be up to the end user to download that into the manuals folder themselves. It's available on archive,org: https://archive.org/details/GameBoyProgManVer1.1

SM83.idx.txt

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

1 participant