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

xeviousng hiscores not working and game "resets" when hiscore is entered #1889

Open
shaunquick opened this issue Sep 28, 2024 · 1 comment
Open

Comments

@shaunquick
Copy link
Contributor

Hi barbudreadmon,

The neogeo conversion of xevious works (d_neogeo.cpp) with the exception that when I lose my last life and I get a hiscore, after entering my name, the game then seems to perform a reset.
Additionally hiscores are not recorded and are lost (due to reset?).
I am happy to try and debug but cannot figure out what part of the code should I debug from (I don't think it is the NeoInit code - would it be NeoFrame that I should put a debug break on ? or something else).

If you can give me some hints I might be able to figure out what is wrong. Is there a help file that shows the structure of the code so that I understand how the code structure has been configured ?

@barbudreadmon
Copy link
Collaborator

barbudreadmon commented Sep 28, 2024

Was this homebrew tested on real hardware ? Or another emulator ? My guess would be that this is a bug within the homebrew.
Either way, yes, NeoFrame is where the issue will happen, it's the function called at each frame.

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