I tried Cruisin Usa in MAME Plus! Plus! 0.119 and pure MAME 0.119 and I got 100% in both versions during the attract mode lap. I was getting 83-91% in MAME Plus! Plus! 0.117 and pure MAME 0.118. I still only get 30% in Gauntlet Legends in both MAME and MAME Plus! Plus!. I would like to reiterate that these games do not utilize the plug-ins. As a user, you can tell - right click on the the properties for those particular games and the PSX plugins section of the configuration is missing, so you can't even be enabling them for those games anyway.
The real reason for the better performance is in the source code change for midvunit.c in the 0.119 release. Quoted here is the relative paragraph from the whatsnew.txt in MAME 0.119:
"Added intelligence around the UPDATE_HAS_NOT_CHANGED flag, which is
returned from VIDEO_UPDATE. If all screens in the game return
UPDATE_HAS_NOT_CHANGED, then that frame is effectively skipped (up
to 3 frames in a row) in terms of throttling. This allows games that
render every other frame to not throttle during their "off frames".
Updated the midvunit driver to return UPDATE_HAS_NOT_CHANGED. You
should see an improvement in framerate with throttling enabled for
these games. Note that this only kicks in if frameskip is set to 0.
[Aaron Giles]"
thanks for the heads up on 0.119 and cruisin, robot8319