summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/fromanc2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/fromanc2.c')
-rw-r--r--src/mame/video/fromanc2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/video/fromanc2.c b/src/mame/video/fromanc2.c
index f0d1128d7f7..75354c27e03 100644
--- a/src/mame/video/fromanc2.c
+++ b/src/mame/video/fromanc2.c
@@ -288,7 +288,6 @@ WRITE16_MEMBER(fromanc2_state::fromancr_gfxreg_1_w)
void fromanc2_state::fromancr_gfxbank_w( int data )
{
-
m_gfxbank[0][0] = (data & 0x0010) >> 4; // BG (1P)
m_gfxbank[0][1] = (data & 0xf000) >> 12; // FG (1P)
m_gfxbank[1][0] = (data & 0x0008) >> 3; // BG (2P)