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

Rom validation #5

Open
CebolaBros64 opened this issue Apr 2, 2021 · 2 comments
Open

Rom validation #5

CebolaBros64 opened this issue Apr 2, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@CebolaBros64
Copy link
Owner

I'm thinking it should be a process of two steps

  1. check if file provided is a GBA rom
  2. check if checksum/hash matches a known rhythm tengoku rom

If it is identified as a GBA rom, but doesn't match a known rhythm tengoku rom, the program should display a warning and issue confirmation from the user before proceeding

@CebolaBros64 CebolaBros64 added the enhancement New feature or request label Apr 2, 2021
@CebolaBros64
Copy link
Owner Author

Base implementation with the built-in hashlib module
https://gist.github.com/CebolaBros64/b2c1137c921b49b6e35c8ce8f0ddf953

@CebolaBros64
Copy link
Owner Author

GBA header parsing base implementation
https://gist.github.com/CebolaBros64/c7eb2a3f48df5d4a8488ab75a7d0f9c9

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

No branches or pull requests

1 participant