summaryrefslogtreecommitdiffstatshomepage
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.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/drivers/hapyfish.cpp b/src/mame/drivers/hapyfish.cpp
index 8f86c3a7c5a..4823b5349b0 100644
--- a/src/mame/drivers/hapyfish.cpp
+++ b/src/mame/drivers/hapyfish.cpp
@@ -37,9 +37,10 @@ public:
void hapyfish_map(address_map &map);
};
-ADDRESS_MAP_START(hapyfish_state::hapyfish_map)
- AM_RANGE(0x00000000, 0x00003fff) AM_ROM
-ADDRESS_MAP_END
+void hapyfish_state::hapyfish_map(address_map &map)
+{
+ map(0x00000000, 0x00003fff).rom();
+}
static INPUT_PORTS_START( hapyfish )
INPUT_PORTS_END