summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/rainbow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/rainbow.c')
-rw-r--r--src/mame/video/rainbow.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/video/rainbow.c b/src/mame/video/rainbow.c
index 2e7c2a01729..09addefc964 100644
--- a/src/mame/video/rainbow.c
+++ b/src/mame/video/rainbow.c
@@ -14,7 +14,6 @@
WRITE16_MEMBER(rbisland_state::rbisland_spritectrl_w)
{
-
if (offset == 0)
{
/* bits 0 and 1 always set */
@@ -27,7 +26,6 @@ WRITE16_MEMBER(rbisland_state::rbisland_spritectrl_w)
WRITE16_MEMBER(rbisland_state::jumping_spritectrl_w)
{
-
if (offset == 0)
{
/* bits 0 and 1 are set after 15 seconds */
@@ -71,7 +69,6 @@ the Y settings are active low.
VIDEO_START_MEMBER(rbisland_state,jumping)
{
-
pc080sn_set_trans_pen(m_pc080sn, 1, 15);
m_sprite_ctrl = 0;