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

trunk/src/mess/audio/mea8000.h
r28748r28749
1212#include "sound/dac.h"
1313
1414#define MCFG_MEA8000_DAC(_tag) \
15   mea8000_device::static_set_dac_tag(*device, _tag);
15   mea8000_device::static_set_dac_tag(*device, "^" _tag);
1616
1717#define MCFG_MEA8000_REQ_CALLBACK(_write) \
1818   devcb = &mea8000_device::set_reqwr_callback(*device, DEVCB2_##_write);

Previous 199869 Revisions Next


© 1997-2024 The MAME Team