summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/f1gp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/f1gp.c')
-rw-r--r--src/mame/video/f1gp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/f1gp.c b/src/mame/video/f1gp.c
index 45cdcfa5b96..dcd85b9b5b3 100644
--- a/src/mame/video/f1gp.c
+++ b/src/mame/video/f1gp.c
@@ -82,7 +82,7 @@ UINT32 f1gp_state::f1gp2_tile_callback( UINT32 code )
UINT32 f1gp_state::f1gp_old_tile_callback( UINT32 code )
{
return m_spr1cgram[code % (m_spr1cgram.bytes()/2)];
-}
+}
UINT32 f1gp_state::f1gp_ol2_tile_callback( UINT32 code )
{