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

Music inside HiROM mapped rom example and mouse support bug fixes #280

Merged
merged 2 commits into from
Apr 14, 2024

Commits on Apr 13, 2024

  1. Music inside HiROM mapped rom example

    soundbank is smaller than $10000 in size, so it fits in one single bank.
    
    Musical theme rearranged and some fun animations have been added ;)
    DigiDwrf committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    ffc3ae0 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Bug fixes for mouse input and example

    I removed a branch present in bios, so both ports are read in one single vblank interrupt.
    detectMouse() is called later, after nmi, so mouse is detected. snes_mouse is set to 0 when both mouses are not found, not the second one, this is to prevent potential issues.
    DigiDwrf committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    e07033f View commit details
    Browse the repository at this point in the history