mirror of
https://github.com/holub/mame
synced 2025-10-08 09:30:17 +03:00
Fixed software list regression. (nw)
This commit is contained in:
parent
206e7778dc
commit
a2aee72cb3
@ -422,7 +422,7 @@ const char *device_image_interface::get_feature(const char *feature_name)
|
|||||||
{
|
{
|
||||||
feature_list *feature;
|
feature_list *feature;
|
||||||
|
|
||||||
if ( ! m_software_part_ptr->featurelist )
|
if ( ! m_software_part_ptr || ! m_software_part_ptr->featurelist )
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
for ( feature = m_software_part_ptr->featurelist; feature; feature = feature->next )
|
for ( feature = m_software_part_ptr->featurelist; feature; feature = feature->next )
|
||||||
|
Loading…
Reference in New Issue
Block a user