From 52d873062c8025915d55b15547edc66de0f17492 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Thu, 10 Oct 2019 18:02:58 +0200 Subject: (nw) removed every remaining AM_ macro I could find in comments, but one in emu\memarray.h cause I didn't want to cause a full recompile for this (nw) --- src/emu/addrmap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emu') diff --git a/src/emu/addrmap.cpp b/src/emu/addrmap.cpp index 968b32e85c6..eca9457e76e 100644 --- a/src/emu/addrmap.cpp +++ b/src/emu/addrmap.cpp @@ -1111,7 +1111,7 @@ void address_map::map_validity_check(validity_checker &valid, int spacenum) cons { // address map entries that reference regions but are NOPs are pointless if (entry.m_read.m_type == AMH_NONE && entry.m_write.m_type == AMH_NONE) - osd_printf_error("%s space references memory region %s, but is AM_NOP\n", spaceconfig.m_name, entry.m_region); + osd_printf_error("%s space references memory region %s, but is noprw()\n", spaceconfig.m_name, entry.m_region); // make sure we can resolve the full path to the region bool found = false; -- cgit v1.2.3