| 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 |
| r20119 | r20120 | |
|---|---|---|
| 1037 | 1037 | : sega_16bit_sprite_device(mconfig, SEGA_OUTRUN_SPRITES, "Sega Out Run Sprites", tag, owner), |
| 1038 | 1038 | m_is_xboard(false) |
| 1039 | 1039 | { |
| 1040 | set_origin(19 | |
| 1040 | set_origin(189, 0x00); | |
| 1041 | 1041 | } |
| 1042 | 1042 | |
| 1043 | 1043 | sega_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 |