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/ssv.cpp: Cleanups #12349

Merged
merged 3 commits into from
May 8, 2024
Merged

seta/ssv.cpp: Cleanups #12349

merged 3 commits into from
May 8, 2024

Conversation

cam900
Copy link
Contributor

@cam900 cam900 commented May 7, 2024

  • Split driver state class for with DSP
  • Use C++ style comments for single line comments
  • Suppress side effects for debugger read
  • Reduce preprocessor defines
  • Reduce duplicate
  • Fix spacing
  • Reduce unnecessary lines
  • Constantize variables
  • Fix typename values
  • Fix document
  • Reduce usage of literal tags
  • Reduce runtime tag lookup
  • Use generic gfx decode layout for gdfs tilemap
  • Fix naming for ROM region and tags

cam900 added 2 commits May 7, 2024 17:05
 - Split driver state class for with DSP
- Use C++ style comments for single line comments
- Suppress side effects for debugger read
- Reduce preprocessor defines
- Reduce duplicate
- Fix spacing
- Reduce unnecessary lines
- Constantize variables
- Fix typename values
- Fix document
- Reduce usage of literal tags
- Reduce runtime tag lookup
- Use generic gfx decode layout for gdfs tilemap
- Fix naming for ROM region and tags
src/mame/seta/ssv.cpp Outdated Show resolved Hide resolved
src/mame/seta/ssv.cpp Outdated Show resolved Hide resolved
src/mame/seta/ssv.cpp Outdated Show resolved Hide resolved
src/mame/seta/ssv_v.cpp Outdated Show resolved Hide resolved
@rb6502
Copy link
Contributor

rb6502 commented May 8, 2024

This is a big improvement for that driver! Just a few minor notes to get it a little bit cleaner.

@rb6502 rb6502 merged commit 5b2280f into mamedev:master May 8, 2024
5 checks passed
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