Previous 199869 Revisions Next

r198070 Tuesday 11th July, 2023 at 21:33:52 UTC by Vasantha Crabb
Revert "Clean up the Votrax SC-01[-A] class names and device names. [Lord Nightmare]"

Names in the global namespace need to be specific.  Making them overly
generic is a very bad idea, and leads to confusion and conflicts.
Device type names must always be in the global namespace, and most
device classes are in the global namespace.

Changing members like m_votrax to m_sc01 doesn't help understand the
code.  If there's only one Votrax speech module in the system, it's
obvious what it is.

This reverts commit c6f0e83ecfb97c298ffcf16e136496054a88b1ca.
[scripts/src]sound.lua
[scripts/target/mame]tiny.lua
[src/devices/bus/a2bus]a2mockingboard.cpp
[src/devices/bus/c64]speakeasy.cpp speakeasy.h
[src/devices/bus/vic20]speakeasy.cpp speakeasy.h
[src/devices/sound]votrax.cpp votrax.h
[src/mame/ausnz]aussiebyte.cpp aussiebyte.h
[src/mame/midway]astrocde.cpp astrocde.h
[src/mame/pinball]taito.cpp
[src/mame/shared]gottlieb_a.cpp gottlieb_a.h
[src/mame/tiger]k28.cpp
[src/mame/votrax]votrhv.cpp votrpss.cpp votrtnt.cpp


Previous 199869 Revisions Next


© 1997-2024 The MAME Team