summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mod8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mod8.cpp')
-rw-r--r--src/mame/drivers/mod8.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/mod8.cpp b/src/mame/drivers/mod8.cpp
index c9e5e03dcdf..d2320f6961c 100644
--- a/src/mame/drivers/mod8.cpp
+++ b/src/mame/drivers/mod8.cpp
@@ -122,7 +122,6 @@ void mod8_state::mod8_mem(address_map &map)
void mod8_state::mod8_io(address_map &map)
{
map.unmap_value_high();
- map.global_mask(0xff);
map(0x00, 0x00).r(FUNC(mod8_state::tty_r));
map(0x0a, 0x0a).w(FUNC(mod8_state::out_w));
map(0x0b, 0x0b).w(FUNC(mod8_state::tty_w));