diff options
| author | 2013-09-12 12:38:57 +0000 | |
|---|---|---|
| committer | 2013-09-12 12:38:57 +0000 | |
| commit | e94e5a218edd9d32d016b06160d84d6262a3b174 (patch) | |
| tree | 4d1e03acf8d5ea44c317438fef8a0eab1049ddac /src | |
| parent | b29b890083ad6a28a09e58736ffba068250bfe16 (diff) | |
removed unused AM_DEVWRITE8_LEGACY macro (nw)
Diffstat (limited to 'src')
| -rw-r--r-- | src/emu/addrmap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/addrmap.h b/src/emu/addrmap.h index 9ae4eda5e83..af492ad64b7 100644 --- a/src/emu/addrmap.h +++ b/src/emu/addrmap.h @@ -456,8 +456,6 @@ void _class :: _name(::address_map &map, device_t &device) \ // legacy device writes #define AM_DEVWRITE_LEGACY(_tag, _handler) \ curentry->set_handler(device, write_delegate(&_handler, #_handler, _tag, (device_t *)0)); -#define AM_DEVWRITE8_LEGACY(_tag, _handler, _unitmask) \ - curentry->set_handler(device, write8_delegate(&_handler, #_handler, _tag, (device_t *)0), _unitmask); // legacy device reads/writes #define AM_DEVREADWRITE_LEGACY(_tag, _rhandler, _whandler) \ |
