summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/namcofl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/namcofl.c')
-rw-r--r--src/mame/video/namcofl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/namcofl.c b/src/mame/video/namcofl.c
index 04e757bb59e..1a0192dd1e0 100644
--- a/src/mame/video/namcofl.c
+++ b/src/mame/video/namcofl.c
@@ -180,7 +180,7 @@ static int FLobjcode2tile( int code )
VIDEO_START( namcofl )
{
credits1 = credits2 = 0;
- old_coin_state = 0x00;
+ old_coin_state = 0x00;
//input_port_read_indexed(machine, 3)&0x30;
namco_tilemap_init( NAMCONB1_TILEGFX, memory_region(machine, NAMCONB1_TILEMASKREGION), TilemapCB );