static DEVICE_STOP( tia ) { tia_state *info = get_safe_token(device); tia_sound_free(info->chip); }
void tia_device::device_stop() { tia_sound_free(m_chip); }