summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/ygv608.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/ygv608.c')
-rw-r--r--src/mame/video/ygv608.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/ygv608.c b/src/mame/video/ygv608.c
index 01b7e0ed79b..94ee93e91af 100644
--- a/src/mame/video/ygv608.c
+++ b/src/mame/video/ygv608.c
@@ -213,7 +213,7 @@ static TILE_GET_INFO( get_tile_info_A_8 )
static TILE_GET_INFO( get_tile_info_B_8 )
{
running_machine &machine = device.machine();
-
+
// extract row,col packed into tile_index
int col = tile_index >> 6;
int row = tile_index & 0x3f;