diff --git a/src/mame/sega/model2_v.cpp b/src/mame/sega/model2_v.cpp index 9cfbdb0b13ccf..7e2ee2a8ac260 100644 --- a/src/mame/sega/model2_v.cpp +++ b/src/mame/sega/model2_v.cpp @@ -2116,7 +2116,7 @@ u32 *model2_state::geo_texture_parameters( geo_state *geo, u32 opcode, u32 *inpu (void)opcode; /* read in the index */ - index = *input++; + index = (*input++) >> 2; /* read in the conut */ count = *input++;