summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/rastan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/rastan.c')
-rw-r--r--src/mame/video/rastan.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/video/rastan.c b/src/mame/video/rastan.c
index 75f0cf06398..15d267a214a 100644
--- a/src/mame/video/rastan.c
+++ b/src/mame/video/rastan.c
@@ -13,7 +13,6 @@
WRITE16_MEMBER(rastan_state::rastan_spritectrl_w)
{
-
/* bits 5-7 are the sprite palette bank */
pc090oj_set_sprite_ctrl(m_pc090oj, (data & 0xe0) >> 5);