mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
fix tag search for mea8000 (nw)
This commit is contained in:
parent
d63467dfe6
commit
7139fa970c
@ -12,7 +12,7 @@
|
||||
#include "sound/dac.h"
|
||||
|
||||
#define MCFG_MEA8000_DAC(_tag) \
|
||||
mea8000_device::static_set_dac_tag(*device, _tag);
|
||||
mea8000_device::static_set_dac_tag(*device, "^" _tag);
|
||||
|
||||
#define MCFG_MEA8000_REQ_CALLBACK(_write) \
|
||||
devcb = &mea8000_device::set_reqwr_callback(*device, DEVCB2_##_write);
|
||||
|
Loading…
Reference in New Issue
Block a user