summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/hapyfish.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hapyfish.cpp')
-rw-r--r--src/mame/drivers/hapyfish.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/hapyfish.cpp b/src/mame/drivers/hapyfish.cpp
index 7339ea5e3a4..8f86c3a7c5a 100644
--- a/src/mame/drivers/hapyfish.cpp
+++ b/src/mame/drivers/hapyfish.cpp
@@ -34,9 +34,10 @@ public:
uint32_t screen_update_hapyfish(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
required_device<cpu_device> m_maincpu;
void hapyfish(machine_config &config);
+ void hapyfish_map(address_map &map);
};
-static ADDRESS_MAP_START( hapyfish_map, AS_PROGRAM, 32, hapyfish_state )
+ADDRESS_MAP_START(hapyfish_state::hapyfish_map)
AM_RANGE(0x00000000, 0x00003fff) AM_ROM
ADDRESS_MAP_END