summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emumem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/emumem.h')
-rw-r--r--src/emu/emumem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/emumem.h b/src/emu/emumem.h
index be26838b91e..5e419241162 100644
--- a/src/emu/emumem.h
+++ b/src/emu/emumem.h
@@ -1658,7 +1658,7 @@ public:
handler_entry *unmap_w() const { return m_unmap_w; }
handler_entry *nop_r() const { return m_nop_r; }
handler_entry *nop_w() const { return m_nop_w; }
-
+
protected:
// internal helpers
virtual std::pair<void *, void *> get_cache_info() = 0;