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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mini2440.cpp b/src/mame/drivers/mini2440.cpp
index c118878f43a..c665d7d88bb 100644
--- a/src/mame/drivers/mini2440.cpp
+++ b/src/mame/drivers/mini2440.cpp
@@ -212,7 +212,7 @@ void mini2440_state::machine_reset()
void mini2440_state::mini2440_map(address_map &map)
{
-// AM_RANGE(0x00000000, 0x001fffff) AM_ROM
+// map(0x00000000, 0x001fffff).rom();
map(0x30000000, 0x37ffffff).ram();
}