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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/addrmap.h b/src/emu/addrmap.h
index e8749ed40b6..d9b7929931e 100644
--- a/src/emu/addrmap.h
+++ b/src/emu/addrmap.h
@@ -441,7 +441,7 @@ void _class :: _name(::address_map &map, device_t &device) \
#define AM_WRITE_LEGACY(_handler) \
curentry->set_handler(_handler, #_handler);
-
+
// legacy space reads/writes
#define AM_READWRITE_LEGACY(_rhandler, _whandler) \
curentry->set_handler(_rhandler, #_rhandler, _whandler, #_whandler);