-
Notifications
You must be signed in to change notification settings - Fork 81
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
added GBC BIOS palettes + some fixes #5
Conversation
added includes and copyright notice
added more unofficial palettes
fixed rom title reading
continue; // current line does not contain a palette color definition, so go to next line | ||
} | ||
|
||
if (startswith(line, "slectedScheme=")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like typo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, it is not:
http://gambatte.svn.sourceforge.net/viewvc/gambatte/gambatte_qt/src/palettedialog.cpp?revision=364&view=markup
(see line 821)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
o_O ok, then.
I'm not sure if the bitwise operations in "gbcpalettes.h" are portable on other archs (i've run tests only on x86). |
The PACK_* macros. They look fine. Shouldn't be any portability issues there. Thanks for implementing this :p |
added GBC BIOS palettes + some fixes
fixes issue 1:
#1