summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/dcheese.cpp
diff options
context:
space:
mode:
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];