| Previous | 199869 Revisions | Next |
| r31974 Sunday 7th September, 2014 at 20:38:26 UTC by hap |
|---|
| wedding aisle works again |
| [src/mame/audio] | seibu.c |
| [src/mame/drivers] | ddragon3.c |
| r31973 | r31974 | |
|---|---|---|
| 279 | 279 | |
| 280 | 280 | WRITE16_MEMBER(wwfwfest_state::wwfwfest_1410_write) |
| 281 | 281 | { |
| 282 | m_pri = data; | |
| 282 | m_pri = data & 0xff; | |
| 283 | 283 | } |
| 284 | 284 | |
| 285 | 285 |
| r31973 | r31974 | |
|---|---|---|
| 176 | 176 | |
| 177 | 177 | void seibu_sound_device::update_irq_lines(int param) |
| 178 | 178 | { |
| 179 | // note: we use 0xff here for inactive irq | |
| 179 | // note: we use 0xff here for inactive irqline | |
| 180 | 180 | |
| 181 | 181 | switch (param) |
| 182 | 182 | { |
| Previous | 199869 Revisions | Next |