| Previous | 199869 Revisions | Next |
| r19719 Friday 21st December, 2012 at 22:37:05 UTC by hap |
|---|
| fix crash on noise enable |
| [src/mame/drivers] | dambustr.c |
| r19718 | r19719 | |
|---|---|---|
| 70 | 70 | /* FIXME: Really needed? - Should be handled by either interface */ |
| 71 | 71 | WRITE8_MEMBER(dambustr_state::dambustr_noise_enable_w) |
| 72 | 72 | { |
| 73 | device_t *device = machine().device( | |
| 73 | device_t *device = machine().device(GAL_AUDIO); | |
| 74 | 74 | if (data != m_noise_data) { |
| 75 | 75 | m_noise_data = data; |
| 76 | 76 | galaxian_noise_enable_w(device, space, offset, data); |
| Previous | 199869 Revisions | Next |