Beispiel #1
0
static STATE_POSTLOAD( ym2203_intf_postload )
{
	ym2203_state *info = (ym2203_state *)param;
	ym2203_postload(info->chip);
}
Beispiel #2
0
void ym2203_device::device_post_load()
{
	ym2203_postload(m_chip);
}