mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
few more fixes (nw)
This commit is contained in:
parent
abf2bf7cb8
commit
97390fd4f2
@ -2424,6 +2424,7 @@ CPU_GET_INFO( tms32026 )
|
|||||||
|
|
||||||
/* --- the following bits of info are returned as NULL-terminated strings --- */
|
/* --- the following bits of info are returned as NULL-terminated strings --- */
|
||||||
case CPUINFO_STR_NAME: strcpy(info->s, "TMS32026"); break;
|
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;
|
default: CPU_GET_INFO_CALL(tms32025); break;
|
||||||
}
|
}
|
||||||
|
@ -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_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)
|
m_is_xboard(false)
|
||||||
{
|
{
|
||||||
set_origin(189, 0x00);
|
set_origin(189, 0x00);
|
||||||
|
Loading…
Reference in New Issue
Block a user