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

Various video system driver fixes/cleanups #12410

Merged
merged 6 commits into from
Jul 3, 2024

Conversation

cam900
Copy link
Contributor

@cam900 cam900 commented May 26, 2024

vsystem/vsystem_spr.cpp: Use device_gfx_interface for gfx decode, Minor cleanups

  • Constantize variables
  • Use correct type for variables
  • Use delegate for priority handling
  • Use C++ style comments for single line comments

vsystem/vsystem_spr2.cpp: Use device_gfx_interface for gfx decode, Minor cleanups

  • Constantize variables
  • Use correct type for variables
  • Add missing item in save states
  • Fix function naming

vsystem/crshrace.cpp, suprslam.cpp, welltris.cpp: Use generic gfx decode layout

vsystem/gstriker.cpp: Fix sprite delay

vsystem/pspikes.cpp: Reduce duplicates

vsystem/aerofgt.cpp: Remove unnecessary region pointer, Fix ROM region naming

vsystem/f1gp.cpp: Tidy in bootleg sprite draw routine

vsystem/inufuku.cpp: Add notes

vsystem/f1gp.cpp, fromance.h, pipedrm.cpp: Use C++ style comments for single line comments

cam900 and others added 6 commits May 26, 2024 17:16
vsystem/vsystem_spr.cpp: Use device_gfx_interface for gfx decode, Minor cleanups
- Constantize variables
- Use correct type for variables
- Use delegate for priority handling
- Use C++ style comments for single line comments

vsystem/vsystem_spr2.cpp: Use device_gfx_interface for gfx decode, Minor cleanups
- Constantize variables
- Use correct type for variables
- Add missing item in save states
- Fix function naming

vsystem/crshrace.cpp, suprslam.cpp, welltris.cpp: Use generic gfx decode layout

vsystem/gstriker.cpp: Fix sprite delay

vsystem/aerofgt.cpp: Reduce duplicates

vsystem/f1gp.cpp: Tidy in bootleg sprite draw routine

vsystem/inufuku.cpp: Add notes

vsystem/f1gp.cpp, fromance.h, pipedrm.cpp: Use C++ style comments for single line comments
@cuavas cuavas merged commit dcb31f0 into mamedev:master Jul 3, 2024
3 of 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.

2 participants