summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/aceex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/aceex.cpp')
-rw-r--r--src/mame/drivers/aceex.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/aceex.cpp b/src/mame/drivers/aceex.cpp
index 8e74d630901..21746c32796 100644
--- a/src/mame/drivers/aceex.cpp
+++ b/src/mame/drivers/aceex.cpp
@@ -60,9 +60,10 @@ public:
virtual void machine_reset() override;
required_device<cpu_device> m_maincpu;
void aceex2814(machine_config &config);
+ void aceex2814_map(address_map &map);
};
-static ADDRESS_MAP_START( aceex2814_map, AS_PROGRAM, 8, aceex2814_state )
+ADDRESS_MAP_START(aceex2814_state::aceex2814_map)
AM_RANGE(0x0000, 0x7fff) AM_ROM
ADDRESS_MAP_END