mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
whoops. no whatsnew.
This commit is contained in:
parent
6290c039a7
commit
98296576e9
@ -565,7 +565,7 @@ DEVICE_GET_INFO( segapsg )
|
|||||||
switch (state)
|
switch (state)
|
||||||
{
|
{
|
||||||
case DEVINFO_FCT_START: info->start = DEVICE_START_NAME( segapsg ); break;
|
case DEVINFO_FCT_START: info->start = DEVICE_START_NAME( segapsg ); break;
|
||||||
case DEVINFO_STR_NAME: strcpy(info->s, "SMS VDP PSG"); break;
|
case DEVINFO_STR_NAME: strcpy(info->s, "SEGA VDP PSG"); break;
|
||||||
default: DEVICE_GET_INFO_CALL(sn76496); break;
|
default: DEVICE_GET_INFO_CALL(sn76496); break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user