summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/calcune.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/calcune.cpp')
-rw-r--r--src/mame/drivers/calcune.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/calcune.cpp b/src/mame/drivers/calcune.cpp
index 99015786c43..5697e051c79 100644
--- a/src/mame/drivers/calcune.cpp
+++ b/src/mame/drivers/calcune.cpp
@@ -123,7 +123,7 @@ void calcune_state::calcune_map(address_map &map)
map(0x710000, 0x710001).portr("710000");
map(0x720000, 0x720001).portr("720000");
-// AM_RANGE(0x730000, 0x730001) possible Z80 control?
+// map(0x730000, 0x730001) possible Z80 control?
map(0x760000, 0x760003).rw("ymz", FUNC(ymz280b_device::read), FUNC(ymz280b_device::write)).umask16(0xff00);
map(0x770000, 0x770001).w(FUNC(calcune_state::cal_770000_w));