-
Notifications
You must be signed in to change notification settings - Fork 1
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
Text in "Animal Race" is incorrect #22
Comments
I looked quickly through the implementation of the relevant opcodes, and found one error with FX1E. |
I can confirm that changing this literally fixes ALL the text in Animal Race. All of it. The title screen, the bet screen, and the win screen (for I had this very issue). Essentially, the part that contains this code in FX1E:
Gets changed to this:
|
Great to hear! However, you don't need to check for |
Note that I also edited the Wikipedia article about CHIP-8 to reflect this. |
Probably not a good idea to close this before kiwi-8 has incorporated the fix, hehe. Maybe someone should attach a PR. |
Hey @tobiasvl and @LittlestCube , Sorry for being so quiet for the last few years, been busy with real life and work. I am sincerely hoping to get back into this project eventually (and others) and port it to linux (im thinking apt package for debian) and fix all the issues described etc. Thanks for being supportive and bringing some of these issues to my attention. It has been quite some time since I have even thought about emulation in general and written anything in C, so it will take some time to get back into the swing of things, but know that your suggestions have been heard! I am also open to anyone else that would like to contribute or make PRs :) |
If you load up "Animal Race", the text is not correct. The first sprite of the text seems to be repeated.
Reported by @cassianoperin here in #9.
The text was updated successfully, but these errors were encountered: