mirror of
https://github.com/holub/mame
synced 2025-05-28 08:33:05 +03:00
Removed some not used macros (nw)
This commit is contained in:
parent
82af78a8e8
commit
ad21eca4a2
@ -417,10 +417,6 @@ void _class :: _name(::address_map &map, device_t &device) \
|
||||
// legacy space reads/writes
|
||||
#define AM_READWRITE_LEGACY(_rhandler, _whandler) \
|
||||
curentry->set_handler(_rhandler, #_rhandler, _whandler, #_whandler);
|
||||
#define AM_READWRITE8_LEGACY(_rhandler, _whandler, _unitmask) \
|
||||
curentry->set_handler(_rhandler, #_rhandler, _whandler, #_whandler, _unitmask);
|
||||
#define AM_READWRITE32_LEGACY(_rhandler, _whandler, _unitmask) \
|
||||
curentry->set_handler(_rhandler, #_rhandler, _whandler, #_whandler, _unitmask);
|
||||
|
||||
// legacy device reads
|
||||
#define AM_DEVREAD_LEGACY(_tag, _handler) \
|
||||
|
Loading…
Reference in New Issue
Block a user