summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/selz80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/selz80.cpp')
-rw-r--r--src/mame/drivers/selz80.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/selz80.cpp b/src/mame/drivers/selz80.cpp
index ef9388a11e5..ca1ac40da97 100644
--- a/src/mame/drivers/selz80.cpp
+++ b/src/mame/drivers/selz80.cpp
@@ -95,8 +95,7 @@ void selz80_state::selz80_io(address_map &map)
map.unmap_value_high();
map.global_mask(0xff);
map(0x00, 0x01).rw("i8279", FUNC(i8279_device::read), FUNC(i8279_device::write));
- map(0x18, 0x18).rw("uart", FUNC(i8251_device::data_r), FUNC(i8251_device::data_w));
- map(0x19, 0x19).rw("uart", FUNC(i8251_device::status_r), FUNC(i8251_device::control_w));
+ map(0x18, 0x19).rw("uart", FUNC(i8251_device::read), FUNC(i8251_device::write));
}
/* Input ports */