Previous 199869 Revisions Next

r20120 Monday 7th January, 2013 at 22:00:33 UTC by David Haywood
shift outrun / turbo outrun sprites by 1 pixel in the x direction, reference point turbo outrun course map, real hardware isn't glitched like MAME was. (nw)
[src/mame/video]sega16sp.c

trunk/src/mame/video/sega16sp.c
r20119r20120
10371037   : sega_16bit_sprite_device(mconfig, SEGA_OUTRUN_SPRITES, "Sega Out Run Sprites", tag, owner),
10381038     m_is_xboard(false)
10391039{
1040   set_origin(190, 0x00);
1040   set_origin(189, 0x00);
10411041}
10421042
10431043sega_outrun_sprite_device::sega_outrun_sprite_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock, bool xboard_variant)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team