summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/dribling.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/dribling.c')
-rw-r--r--src/mame/video/dribling.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/video/dribling.c b/src/mame/video/dribling.c
index 66b19789c29..d0146da9142 100644
--- a/src/mame/video/dribling.c
+++ b/src/mame/video/dribling.c
@@ -44,7 +44,6 @@ void dribling_state::palette_init()
WRITE8_MEMBER(dribling_state::dribling_colorram_w)
{
-
/* it is very important that we mask off the two bits here */
m_colorram[offset & 0x1f9f] = data;
}