summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/dcheese.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-08-29 05:29:50 +1000
committer Vas Crabb <vas@vastheman.com>2018-08-29 05:29:50 +1000
commit9f7bcbd886ba69bccd9180ded7cfbd112f02b23b (patch)
treeca4f2cc2b76f5e62c7cb14aace1f0b99754464c7 /src/mame/video/dcheese.cpp
parent413e511e121f44e033968dddc6f9a5514030b5b1 (diff)
final cleanup (nw)
Diffstat (limited to 'src/mame/video/dcheese.cpp')
-rw-r--r--src/mame/video/dcheese.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/video/dcheese.cpp b/src/mame/video/dcheese.cpp
index 96ef8ba4c3b..4c57d67479a 100644
--- a/src/mame/video/dcheese.cpp
+++ b/src/mame/video/dcheese.cpp
@@ -29,8 +29,6 @@
PALETTE_INIT_MEMBER(dcheese_state, dcheese)
{
- /* really 65536 colors, but they don't use the later ones so we can stay */
- /* within MAME's limits */
for (int i = 0; i < 65536; i++)
{
int data = m_palrom[i];