summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/amico2k.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/amico2k.cpp')
-rw-r--r--src/mame/drivers/amico2k.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/amico2k.cpp b/src/mame/drivers/amico2k.cpp
index 19d78817b5b..78a1bd35aac 100644
--- a/src/mame/drivers/amico2k.cpp
+++ b/src/mame/drivers/amico2k.cpp
@@ -58,10 +58,11 @@ public:
TIMER_CALLBACK_MEMBER(led_refresh);
required_device<cpu_device> m_maincpu;
void amico2k(machine_config &config);
+ void amico2k_mem(address_map &map);
};
-static ADDRESS_MAP_START( amico2k_mem, AS_PROGRAM, 8, amico2k_state )
+ADDRESS_MAP_START(amico2k_state::amico2k_mem)
ADDRESS_MAP_UNMAP_HIGH
AM_RANGE(0x0000, 0x03ff) AM_RAM
// AM_RANGE(0x0400, 0x07ff) AM_RAM // optional expansion RAM