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

inufuku.cpp: Merge */inufuku.* into drivers/inufuku.cpp, Minor cleanups #8172

Merged
merged 4 commits into from Jun 12, 2021

Commits on Jun 10, 2021

  1. inufuku.cpp: Minor cleanups

    Remove unnecessary VRAM read trampolines
    Use buffered_spriteram16_device for buffered sprite RAM
    Use clock related to XTALs
    Reduce runtime tag lookups, Unnecessary region size
    Fix namngs, spacings
    Use generic gfx layouts, Fix color usage of gfxdecode related to palette amount
    Restrict rowscroll with screen cliprect
    Reduce unnecessary lines
    Use shorter/correct type values
    cam900 committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    6a4b58a View commit details
    Browse the repository at this point in the history
  2. Merge */inufuku.* into drivers/inufuku.cpp

    Add optional logging for debugging
    Fix line usages, Fix initialize
    cam900 committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    70c775b View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Configuration menu
    Copy the full SHA
    8b09135 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a227200 View commit details
    Browse the repository at this point in the history