summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/aristmk4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/aristmk4.cpp')
-rw-r--r--src/mame/drivers/aristmk4.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/aristmk4.cpp b/src/mame/drivers/aristmk4.cpp
index d7215a0d620..434531d1d29 100644
--- a/src/mame/drivers/aristmk4.cpp
+++ b/src/mame/drivers/aristmk4.cpp
@@ -1043,7 +1043,7 @@ void aristmk4_state::slots_mem(address_map &map)
map(0x500d, 0x500d).portr("500d");
map(0x500e, 0x500e).portr("500e");
map(0x500f, 0x500f).portr("500f");
- map(0x5010, 0x501f).rw("via6522_0", FUNC(via6522_device::read), FUNC(via6522_device::write));
+ map(0x5010, 0x501f).m("via6522_0", FUNC(via6522_device::map));
map(0x5200, 0x5200).r(FUNC(aristmk4_state::cashcade_r));
map(0x5201, 0x5201).portr("5201");
map(0x52c0, 0x52c0).r(FUNC(aristmk4_state::bv_p0));
@@ -1087,7 +1087,7 @@ void aristmk4_state::poker_mem(address_map &map)
map(0x500d, 0x500d).portr("500d");
map(0x500e, 0x500e).portr("500e");
map(0x500f, 0x500f).portr("500f");
- map(0x5010, 0x501f).rw("via6522_0", FUNC(via6522_device::read), FUNC(via6522_device::write));
+ map(0x5010, 0x501f).m("via6522_0", FUNC(via6522_device::map));
map(0x5200, 0x5200).r(FUNC(aristmk4_state::cashcade_r));
map(0x5201, 0x5201).portr("5201");
map(0x52c0, 0x52c0).r(FUNC(aristmk4_state::bv_p0));