mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
removed unused AM_RAM_DEVWRITE_LEGACY macro (nw)
This commit is contained in:
parent
563d730a34
commit
c0363ecc1f
@ -602,7 +602,6 @@ void _class :: _name(::address_map &map, device_t &device) \
|
||||
#define AM_RAM_DEVWRITE(_tag, _class, _write) AM_READONLY AM_DEVWRITE(_tag, _class, _write)
|
||||
|
||||
#define AM_RAM_WRITE_LEGACY(_write) AM_READONLY AM_WRITE_LEGACY(_write)
|
||||
#define AM_RAM_DEVWRITE_LEGACY(_tag, _write) AM_READONLY AM_DEVWRITE_LEGACY(_tag, _write)
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user