Skip to content

Conversation

@cam900
Copy link
Contributor

@cam900 cam900 commented Oct 8, 2025

seta/st0020.cpp: Split ST0032 as separated device, Cleanups:

  • Use logmacro.h for logging
  • Fix spacings
  • Make some variables constant
  • Suppress side effects for debugger reads
  • Use util::sext for sign extend

seta/jclub2.cpp: Cleanups:

  • Reduce duplicates
  • Reduce runtime tag lookups
  • Use logmacro.h for logging
  • Fix save state support
  • Fix initializer
  • Fix key matrix reading
  • Fix spacings
  • Fix namings
  • Suppress side effects for debugger reads
  • Use util::sext for sign extend
  • Make some variables constant
  • Use BIT macro for single bit values
  • Fix filename in comments
  • Move driver_init function into machine_start

cam900 and others added 4 commits October 8, 2025 19:10
seta/st0020.cpp: Split ST0032 as separated device, Cleanups:
- Use logmacro.h for logging
- Fix spacings
- Make some variables constant
- Suppress side effects for debugger reads
- Use util::sext for sign extend

seta/jclub2.cpp: Cleanups:
- Reduce duplicates
- Reduce runtime tag lookups
- Use logmacro.h for logging
- Fix save state support
- Fix initializer
- Fix key matrix reading
- Fix spacings
- Fix namings
- Make some variables constant
- Use BIT macro for single bit values
- Fix filename in comments
- Move driver_init function into machine_start
* sprite_t constructor is redundant with in-place initialisation.
* Don't initialise members at declaration when constructor isn't inlined.
@cuavas cuavas merged commit 292e178 into mamedev:master Oct 8, 2025
6 of 7 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