summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m6805evs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m6805evs.cpp')
-rw-r--r--src/mame/drivers/m6805evs.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/m6805evs.cpp b/src/mame/drivers/m6805evs.cpp
index 12e62c809c7..4af4969fbbc 100644
--- a/src/mame/drivers/m6805evs.cpp
+++ b/src/mame/drivers/m6805evs.cpp
@@ -74,13 +74,14 @@ public:
{ }
void m6805evs(machine_config &config);
+ void mem_map(address_map &map);
private:
required_device<cpu_device> m_maincpu;
virtual void machine_reset() override;
};
-static ADDRESS_MAP_START( mem_map, AS_PROGRAM, 8, m6805evs_state )
+ADDRESS_MAP_START(m6805evs_state::mem_map)
ADDRESS_MAP_GLOBAL_MASK(0x1fff)
ADDRESS_MAP_UNMAP_HIGH