summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/mb90082.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/mb90082.cpp')
-rw-r--r--src/devices/video/mb90082.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/video/mb90082.cpp b/src/devices/video/mb90082.cpp
index 957669fb48b..8744011bc31 100644
--- a/src/devices/video/mb90082.cpp
+++ b/src/devices/video/mb90082.cpp
@@ -29,8 +29,8 @@ void mb90082_device::mb90082_vram(address_map &map)
{
map(0x0000, 0x023f).ram(); // main screen vram
map(0x0400, 0x063f).ram(); // main screen attr
-// AM_RANGE(0x0800, 0x0a3f) AM_RAM // sub screen vram
-// AM_RANGE(0x0c00, 0x0e3f) AM_RAM // sub screen attr
+// map(0x0800, 0x0a3f).ram(); // sub screen vram
+// map(0x0c00, 0x0e3f).ram(); // sub screen attr
}
}