You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two small follow-ups:
1. src/m68000/m68kinterface.c: convert the four new // comments I
added (m68k_done + emulation_initialized) to /* */ form per
CLAUDE.md ("// allowed but prefer /* */ for new code").
2. src/tom/gpu.c: drop the redundant `if (branch_condition_table)`
guard around the free + NULL pair. free(NULL) is a no-op; the
comment already documented the property.
Co-Authored-By: Claude Opus 4.7 <[email protected]>
0 commit comments