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

seibu/t5182.cpp: Remove hardcoded tags, Cleanups: #12425

Merged
merged 2 commits into from
Jun 3, 2024

Commits on Jun 1, 2024

  1. seibu/t5182.cpp: Remove hardcoded tags, Cleanups:

    - Use DERIVED_CLOCK for Z80 clock input
    - Fix spacing
    - Correct typename for variables
    - Use C++ style comments for single line comments
    
    seibu/darkmist.cpp: Cleanups
    - Reduce literal tag usage and runtime tag lookups
    - Reduce unnecessary lines
    - Fix spacings
    
    seibu/metlfrzr.cpp: Cleanups
    - Reduce literal tag usage and runtime tag lookups
    - Constantize variables
    - Fix spacing
    - Fix ROM region namings
    - Use C++ style comments for single line comments
    - Fix filename in comment
    
    seibu/mustache.cpp: Cleanups
    - Fix spacing
    - Fix main CPU ROM region size
    
    seibu/panicr.cpp: Cleanups
    - Fix typo in comment
    - Reduce preprocessor defines
    - Reduce literal tag usages and runtime tag lookups
    - Use mark_tile_dirty for text tilemap layer mark dirty method
    - Fix screen draw routine with cliprect
    - Constantize variables
    - Fix spacing
    - Reduce unnecessary lines
    - Suppress side effects for debugger read
    - Fix ROM region namings
    - Use C++ style comments for single line comments
    - Fix main CPU ROM region size
    cam900 committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    1d3d79b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5cee7f View commit details
    Browse the repository at this point in the history