trunk/src/mess/audio/lynx.c
| r22918 | r22919 | |
| 152 | 152 | state_save_register_item(machine(), "Lynx sound", NULL, chan, m_audio[chan].shifter); |
| 153 | 153 | state_save_register_item(machine(), "Lynx sound", NULL, chan, m_audio[chan].ticks); |
| 154 | 154 | state_save_register_item(machine(), "Lynx sound", NULL, chan, m_audio[chan].count); |
| 155 | | /* save_item(NAME(m_audio[chan].reg.volume)); |
| 156 | | save_item(NAME(m_audio[chan].reg.feedback)); |
| 157 | | save_item(NAME(m_audio[chan].reg.output)); |
| 158 | | save_item(NAME(m_audio[chan].reg.shifter)); |
| 159 | | save_item(NAME(m_audio[chan].reg.bakup)); |
| 160 | | save_item(NAME(m_audio[chan].reg.control1)); |
| 161 | | save_item(NAME(m_audio[chan].reg.counter)); |
| 162 | | save_item(NAME(m_audio[chan].reg.control2)); |
| 163 | | save_item(NAME(m_audio[chan].attenuation)); |
| 164 | | save_item(NAME(m_audio[chan].mask)); |
| 165 | | save_item(NAME(m_audio[chan].shifter)); |
| 166 | | save_item(NAME(m_audio[chan].ticks)); |
| 167 | | save_item(NAME(m_audio[chan].count));*/ |
| 168 | 155 | } |
| 169 | 156 | } |
| 170 | 157 | |