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

why does this error happen? #2

Closed
fakeusername1029391323 opened this issue Mar 15, 2016 · 9 comments
Closed

why does this error happen? #2

fakeusername1029391323 opened this issue Mar 15, 2016 · 9 comments

Comments

@fakeusername1029391323
Copy link

ROM image size too smal

@taisel
Copy link
Owner

taisel commented Mar 16, 2016

The size should be a multiple of a ROM bank. Pad it with garbage data if you have to. It checks for that so it doesn't try to run random files that aren't binaries for the gb.

@fakeusername1029391323
Copy link
Author

sorry i'm kinda of new at this kinda stuff. Where would I find the place to insert the code/garbage data?

@taisel
Copy link
Owner

taisel commented Mar 16, 2016

Are you compiling your own binary? If you're re-using an existing binary, please make sure you unzip it first.

@fakeusername1029391323
Copy link
Author

I have. I'm just kinda confused on how to add roms and get rid of that error msg. That's the only thing that's not working for me, everything else it loading quite fine ;)

@taisel
Copy link
Owner

taisel commented Mar 17, 2016

just pad it with anything to get it to the minimum size then...

@fakeusername1029391323
Copy link
Author

Where would I do this?

@taisel
Copy link
Owner

taisel commented Mar 21, 2016

Depends on your IDE or environment. The compilation of your ROMs is out of the scope of this project, we only run the binary blobs.

@taisel taisel closed this as completed Mar 21, 2016
@taisel
Copy link
Owner

taisel commented Mar 21, 2016

Although it needs to be reviewed whether that minimum size should be enforced.

@fakeusername1029391323
Copy link
Author

Got it

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