few more fixes (nw)

This commit is contained in:
Miodrag Milanovic 2013-08-23 14:38:46 +00:00
parent abf2bf7cb8
commit 97390fd4f2
2 changed files with 2 additions and 1 deletions

View File

@ -2424,6 +2424,7 @@ CPU_GET_INFO( tms32026 )
/* --- the following bits of info are returned as NULL-terminated strings --- */
case CPUINFO_STR_NAME: strcpy(info->s, "TMS32026"); break;
case CPUINFO_STR_SHORTNAME: strcpy(info->s, "tms32026"); break;
default: CPU_GET_INFO_CALL(tms32025); break;
}

View File

@ -1034,7 +1034,7 @@ void sega_sys16b_sprite_device::draw(bitmap_ind16 &bitmap, const rectangle &clip
//-------------------------------------------------
sega_outrun_sprite_device::sega_outrun_sprite_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: sega_16bit_sprite_device(mconfig, SEGA_OUTRUN_SPRITES, "Sega Out Run Sprites", tag, owner, "sega_16bit_sprite", __FILE__),
: sega_16bit_sprite_device(mconfig, SEGA_OUTRUN_SPRITES, "Sega Out Run Sprites", tag, owner, "sega_outrun_sprite", __FILE__),
m_is_xboard(false)
{
set_origin(189, 0x00);