Previous 199869 Revisions Next

r188645 Tuesday 19th July, 2022 at 04:17:42 UTC by Vasantha Crabb
Miscellaneous cleanup.

apple/maciivx.cpp, apple/maclc3.cpp: Fixed unnecessary absolute tags.

video/fixfreq.cpp: Make the code look more like the other MAME code:
* Indent initialiser lists by one level.
* Indent parameters by two levels when they need to be wrapped.
* Don't use const on parameters passed by value (not part of signature).
* Changed C-style casts to function-syntax casts (reduces parentheses).

Ran srcclean on capcom/lwings.cpp and video/fixfreq.cpp.
[/branches/barcrest/src/devices/video]fixfreq.cpp fixfreq.h
[/branches/barcrest/src/mame/apple]maciivx.cpp maclc3.cpp
[/branches/barcrest/src/mame/capcom]lwings.cpp


Previous 199869 Revisions Next


© 1997-2024 The MAME Team