taito/taitojc.cpp, taito/taitopjc.cpp, taito/tc0780fpa.cpp: Cleanups/Updates:#13344
Merged
cuavas merged 5 commits intomamedev:masterfrom Feb 16, 2025
Merged
taito/taitojc.cpp, taito/taitopjc.cpp, taito/tc0780fpa.cpp: Cleanups/Updates:#13344cuavas merged 5 commits intomamedev:masterfrom
cuavas merged 5 commits intomamedev:masterfrom
Conversation
…Updates: Common: - Reduce preprocessor defines - Suppress side effects for debugger reads - Make some arrays to memory_share and shared_ptr - Fix naming - Make some variables constant - Fix typename for fix save state - Fix spacing - Use set_format for palette - Reduce duplicates - Reduce unnecessary variables taito/taitojc.cpp: - Split dendego* driver state class via controller config - Reduce literal tag usage - Make some arrays to shared_ptr - Reduce runtime tag lookups taito/taitopjc.cpp: - Fix gfx amount for fix OOB gfx access in tilemap - Use logmacro for logging - Add items in save state - Add notes taito/tc0780fpa.cpp: - Use plain type for bitmaps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Common:
taito/taitojc.cpp:
taito/taitopjc.cpp:
taito/tc0780fpa.cpp: