| Previous | 199869 Revisions | Next |
| r28749 Thursday 20th March, 2014 at 07:21:58 UTC by Miodrag Milanović |
|---|
| fix tag search for mea8000 (nw) |
| [src/mess/audio] | mea8000.h |
| r28748 | r28749 | |
|---|---|---|
| 12 | 12 | #include "sound/dac.h" |
| 13 | 13 | |
| 14 | 14 | #define MCFG_MEA8000_DAC(_tag) \ |
| 15 | mea8000_device::static_set_dac_tag(*device, _tag); | |
| 15 | mea8000_device::static_set_dac_tag(*device, "^" _tag); | |
| 16 | 16 | |
| 17 | 17 | #define MCFG_MEA8000_REQ_CALLBACK(_write) \ |
| 18 | 18 | devcb = &mea8000_device::set_reqwr_callback(*device, DEVCB2_##_write); |
| Previous | 199869 Revisions | Next |