summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/esprit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/esprit.cpp')
-rw-r--r--src/mame/drivers/esprit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/esprit.cpp b/src/mame/drivers/esprit.cpp
index 6edd039ce38..e1c079ffa2e 100644
--- a/src/mame/drivers/esprit.cpp
+++ b/src/mame/drivers/esprit.cpp
@@ -73,7 +73,7 @@ void esprit_state::mem3_map(address_map &map)
map(0x93c0, 0x93c1).rw("acia", FUNC(acia6850_device::read), FUNC(acia6850_device::write));
map(0x95c0, 0x95c3).rw("acia1", FUNC(mos6551_device::read), FUNC(mos6551_device::write));
map(0x99c0, 0x99c3).rw("acia2", FUNC(mos6551_device::read), FUNC(mos6551_device::write));
- map(0xb1c0, 0xb1cf).rw("via", FUNC(via6522_device::read), FUNC(via6522_device::write));
+ map(0xb1c0, 0xb1cf).m("via", FUNC(via6522_device::map));
map(0xe000, 0xffff).rom().region("roms", 0);
}