mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
mea8000: Remove no longer used configuration macro (nw)
This commit is contained in:
parent
006709e725
commit
655d357e98
@ -11,9 +11,6 @@
|
||||
#ifndef __MEA8000_H__
|
||||
#define __MEA8000_H__
|
||||
|
||||
#define MCFG_MEA8000_DAC(_tag) \
|
||||
mea8000_device::static_set_dac_tag(*device, "^" _tag);
|
||||
|
||||
#define MCFG_MEA8000_REQ_CALLBACK(_write) \
|
||||
devcb = &mea8000_device::set_reqwr_callback(*device, DEVCB_##_write);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user