summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/interact.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/interact.cpp')
-rw-r--r--src/mame/drivers/interact.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/interact.cpp b/src/mame/drivers/interact.cpp
index 86ec90e7887..43692e7f52c 100644
--- a/src/mame/drivers/interact.cpp
+++ b/src/mame/drivers/interact.cpp
@@ -78,10 +78,11 @@ public:
uint32_t screen_update_interact(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void hector1(machine_config &config);
void interact(machine_config &config);
+ void interact_mem(address_map &map);
};
-static ADDRESS_MAP_START(interact_mem, AS_PROGRAM, 8, interact_state )
+ADDRESS_MAP_START(interact_state::interact_mem)
ADDRESS_MAP_UNMAP_HIGH
/* Main ROM page*/
AM_RANGE(0x0000,0x3fff) AM_ROM /*BANK(2)*/