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

Implement DS ROM file system reading #3

Merged
merged 10 commits into from
May 25, 2021
Merged

Implement DS ROM file system reading #3

merged 10 commits into from
May 25, 2021

Conversation

pleonex
Copy link
Member

@pleonex pleonex commented May 25, 2021

Description

Implement converter Binary2NitroRom to read a DS ROM. The output is a node container with the program information, banner, program files and data files.

Example

using var rom = NodeFactory.FromFile(romPath).TransformWith<Binary2NitroRom>();

the hierarchy of the container will become:

  • system/info
  • system/copyright_logo
  • system/banner/info
  • system/banner/icon
  • system/arm9
  • system/overlays9/overlay_x
  • system/arm7
  • system/overlays7/overlay_x
  • data/

The reference code is from modime and specs from GBATek.

@pleonex pleonex added the enhancement New feature or request label May 25, 2021
@pleonex pleonex added this to the vNext milestone May 25, 2021
@pleonex pleonex self-assigned this May 25, 2021
@pleonex pleonex merged commit 47fb857 into main May 25, 2021
@pleonex pleonex deleted the epic/filesystem branch May 25, 2021 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants