mirror of
https://github.com/holub/mame
synced 2025-04-16 05:24:54 +03:00
![]() 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
|
||
---|---|---|
.. | ||
dummy.lua | ||
mame.lua | ||
tiny.lua |