summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/cosmic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/cosmic.c')
-rw-r--r--src/mame/video/cosmic.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/video/cosmic.c b/src/mame/video/cosmic.c
index a18bb72440c..1e854d0b2eb 100644
--- a/src/mame/video/cosmic.c
+++ b/src/mame/video/cosmic.c
@@ -584,7 +584,6 @@ UINT32 cosmic_state::screen_update_magspot(screen_device &screen, bitmap_ind16 &
UINT32 cosmic_state::screen_update_devzone(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
-
bitmap.fill(0, cliprect);
if (m_background_enable)
@@ -598,7 +597,6 @@ UINT32 cosmic_state::screen_update_devzone(screen_device &screen, bitmap_ind16 &
UINT32 cosmic_state::screen_update_nomnlnd(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
-
/* according to the video summation logic on pg4, the trees and river
have the highest priority */