summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Dirk Best <mail@dirk-best.de>2019-04-09 09:57:08 +0200
committer Dirk Best <mail@dirk-best.de>2019-04-09 09:57:08 +0200
commitba848f6be796bbc59f933691841447c5237b9cc5 (patch)
tree2bc9bfffdc933e9e92995b0c9eb7adac776cc689
parentadc473b74dac2cee67b65014e0099b1918b2ee1c (diff)
ymmu100: fix typo in previous commit (nw)
-rw-r--r--src/mame/drivers/ymmu100.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ymmu100.cpp b/src/mame/drivers/ymmu100.cpp
index add129e1490..36bda7ba935 100644
--- a/src/mame/drivers/ymmu100.cpp
+++ b/src/mame/drivers/ymmu100.cpp
@@ -634,7 +634,7 @@ void mu100_state::vl70_map(address_map &map)
{
map(0x000000, 0x1fffff).rom().region("vl70cpu", 0);
map(0x200000, 0x20ffff).ram(); // 64K work RAM
- map(0x400000, 0x60007f).m(m_dspv, FUNC(dspv_device::map));
+ map(0x400000, 0x40007f).m(m_dspv, FUNC(dspv_device::map));
map(0x600000, 0x60001f).m(m_meg, FUNC(meg_device::map));
}