summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/addrmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/addrmap.h')
-rw-r--r--src/emu/addrmap.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/emu/addrmap.h b/src/emu/addrmap.h
index 492ad21b03b..56e9fde3e8f 100644
--- a/src/emu/addrmap.h
+++ b/src/emu/addrmap.h
@@ -499,15 +499,4 @@ void _class :: _name(::address_map &map, device_t &device) \
#define AM_RAM_DEVWRITE(_tag, _class, _write) AM_READONLY AM_DEVWRITE(_tag, _class, _write)
-//**************************************************************************
-// GLOBAL VARIABLES
-//**************************************************************************
-
-// use this to refer to the owning device when providing a device tag
-static const char DEVICE_SELF[] = "";
-
-// use this to refer to the owning device's owner when providing a device tag
-static const char DEVICE_SELF_OWNER[] = "^";
-
-
#endif /* __ADDRMAP_H__ */