summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2019-02-11 18:58:03 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2019-02-11 18:58:03 +0100
commitb628a80dee0bba38339682cfc9e8bab6006b1157 (patch)
tree847d895ba22fea19a5a3aff5ef50b428e322a83a
parent5247983c43946c83229468c7c1b1ef81668b6f2d (diff)
taito_l.cpp: fixed MT07230 (nw)
-rw-r--r--src/mame/drivers/taito_l.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/taito_l.cpp b/src/mame/drivers/taito_l.cpp
index 55e147ad2e8..034a0c37395 100644
--- a/src/mame/drivers/taito_l.cpp
+++ b/src/mame/drivers/taito_l.cpp
@@ -1691,7 +1691,7 @@ void horshoes_state::horshoes(machine_config &config)
UPD4701A(config, m_upd4701, 0);
m_upd4701->set_portx_tag("AN0");
- m_upd4701->set_portx_tag("AN1");
+ m_upd4701->set_porty_tag("AN1");
}