summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mini2440.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mini2440.cpp')
-rw-r--r--src/mame/drivers/mini2440.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/drivers/mini2440.cpp b/src/mame/drivers/mini2440.cpp
index 2cd32dbb6d5..977f2eef4f4 100644
--- a/src/mame/drivers/mini2440.cpp
+++ b/src/mame/drivers/mini2440.cpp
@@ -207,10 +207,11 @@ void mini2440_state::machine_reset()
ADDRESS MAPS
***************************************************************************/
-ADDRESS_MAP_START(mini2440_state::mini2440_map)
+void mini2440_state::mini2440_map(address_map &map)
+{
// AM_RANGE(0x00000000, 0x001fffff) AM_ROM
- AM_RANGE(0x30000000, 0x37ffffff) AM_RAM
-ADDRESS_MAP_END
+ map(0x30000000, 0x37ffffff).ram();
+}
/***************************************************************************
MACHINE DRIVERS