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

seta/seta2.cpp: Cleanups #12364

Merged
merged 4 commits into from
May 15, 2024
Merged

Conversation

cam900
Copy link
Contributor

@cam900 cam900 commented May 12, 2024

  • Use logmacro for logging functions
  • Reduce runtime tag lookups
  • Move mj4simai specific stuffs into mj4simai_state class
  • Constantize variables
  • Fix spacing
  • Use correct typename values
  • Reduce unnecessary lines
  • Reduce duplicates
  • Reduce literal tag usages
  • Suppress side effects for debugger reads
  • Reduce preprocessor defines
  • USe C++ style comments for single line comments
  • Fix initialization

cam900 and others added 4 commits May 12, 2024 17:26
- Use logmacro for logging functions
- Reduce runtime tag lookups
- Move mj4simai specific stuffs into mj4simai_state class
- Constantize variables
- Fix spacing
- Use correct typename values
- Reduce unnecessary lines
- Reduce duplicates
- Reduce literal tag usages
- Suppress side effects for debugger reads
- Reduce preprocessor defines
- USe C++ style comments for single line comments
- Fix initialization
@cuavas cuavas merged commit d7d37c0 into mamedev:master May 15, 2024
5 checks passed
udance4ever pushed a commit to udance4ever/mame that referenced this pull request May 16, 2024
* Move mj4simai-specific stuff into derived mj4simai_state class.
* Reduced literal tags and run-time tag lookups.
* Suppress side effects for debugger reads.
* Use logmacro.h logging utilities, made more variables const.
* Use C++ line comments for single line comments, fixed spacing.
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

Successfully merging this pull request may close these issues.

None yet

2 participants