mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +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__
|
#ifndef __MEA8000_H__
|
||||||
#define __MEA8000_H__
|
#define __MEA8000_H__
|
||||||
|
|
||||||
#define MCFG_MEA8000_DAC(_tag) \
|
|
||||||
mea8000_device::static_set_dac_tag(*device, "^" _tag);
|
|
||||||
|
|
||||||
#define MCFG_MEA8000_REQ_CALLBACK(_write) \
|
#define MCFG_MEA8000_REQ_CALLBACK(_write) \
|
||||||
devcb = &mea8000_device::set_reqwr_callback(*device, DEVCB_##_write);
|
devcb = &mea8000_device::set_reqwr_callback(*device, DEVCB_##_write);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user