Mametesters bug othunder074u1gre2 is proven to not be a bug as screenshots of original game clearly show the offset problem was present in the original game. Comments added to the driver about this.

This commit is contained in:
Bryan McPhail 2008-01-06 17:36:19 +00:00
parent 59c960b061
commit e968de67cd
2 changed files with 6 additions and 3 deletions

View File

@ -231,6 +231,12 @@ TODO:
causing this. So I'm mystified. (Maybe it's related to game being
ORIENTATION_FLIP_X ??)
BM, 060108 - The original flyer for this game has screenshots which clearly
show the background is 4 pixels to the left on several game stages (you can
see the edge of sprites overlapping past the right edge). Therefore I
do not believe the TC0100SCN problem mentioned above actually exists. The
current emulation appears to be accurate.
***************************************************************************/
#include "driver.h"

View File

@ -38,9 +38,6 @@ static VIDEO_START( othunder_core )
VIDEO_START( othunder )
{
/* There is a problem here. 4 is correct for text layer/sprite
alignment, but the bg layers [or one of them] are wrong */
taito_hide_pixels = 4;
video_start_othunder_core(machine);
}