summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/taito_f3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/taito_f3.c')
-rw-r--r--src/mame/video/taito_f3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/video/taito_f3.c b/src/mame/video/taito_f3.c
index c2328bbf2b0..545910037fd 100644
--- a/src/mame/video/taito_f3.c
+++ b/src/mame/video/taito_f3.c
@@ -795,7 +795,6 @@ WRITE16_MEMBER(taito_f3_state::f3_videoram_w)
READ16_MEMBER(taito_f3_state::f3_vram_r)
{
-
return m_f3_vram[offset];
}