summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/if800.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/if800.cpp')
-rw-r--r--src/mame/drivers/if800.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/if800.cpp b/src/mame/drivers/if800.cpp
index 48545ba6916..d12dfeabee7 100644
--- a/src/mame/drivers/if800.cpp
+++ b/src/mame/drivers/if800.cpp
@@ -68,7 +68,7 @@ void if800_state::if800_map(address_map &map)
void if800_state::if800_io(address_map &map)
{
map.unmap_value_high();
-// AM_RANGE(0x0640, 0x065f) dma?
+// map(0x0640, 0x065f) dma?
map(0x0660, 0x0663).rw(m_hgdc, FUNC(upd7220_device::read), FUNC(upd7220_device::write)).umask16(0x00ff);
}