summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-03-12 22:15:53 -0400
committer AJR <ajrhacker@users.noreply.github.com>2020-03-12 22:15:53 -0400
commit4499f5f6bc4238b9199233d27150859348097794 (patch)
treeb03c7206566ed59f350b0ac5bf650468d65bcb33
parente10fc0f95d661a7dc1933d24961632315230f919 (diff)
Missing from previous M6801 update (nw)
-rw-r--r--src/devices/bus/epson_sio/pf10.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/epson_sio/pf10.cpp b/src/devices/bus/epson_sio/pf10.cpp
index f986bb5d4c2..411762657ec 100644
--- a/src/devices/bus/epson_sio/pf10.cpp
+++ b/src/devices/bus/epson_sio/pf10.cpp
@@ -27,7 +27,7 @@ DEFINE_DEVICE_TYPE(EPSON_PF10, epson_pf10_device, "epson_pf10", "EPSON PF-10 Por
void epson_pf10_device::cpu_mem(address_map &map)
{
- map(0x0000, 0x001f).rw("maincpu", FUNC(hd6303y_cpu_device::m6801_io_r), FUNC(hd6303y_cpu_device::m6801_io_w));
+ map(0x0000, 0x001f).m("maincpu", FUNC(hd6303y_cpu_device::m6801_io));
map(0x0040, 0x00ff).ram(); /* 192 bytes internal ram */
map(0x0800, 0x0fff).ram(); /* external 2k ram */
map(0x1000, 0x17ff).rw(FUNC(epson_pf10_device::fdc_r), FUNC(epson_pf10_device::fdc_w));