From 072b6b4e6387d839082ef8453195d363a22aae79 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Sun, 10 Nov 2019 22:58:27 +0100 Subject: devices\bus\a2bus\a2mockingboard.cpp: probable fix for MT07480. No idea which games use this so if someone else can test.. Regression seems pretty clear by looking at the 0.199 diff, anyway (nw) --- src/devices/bus/a2bus/a2mockingboard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/bus/a2bus/a2mockingboard.cpp b/src/devices/bus/a2bus/a2mockingboard.cpp index c4c45b6975b..98b106e1f79 100644 --- a/src/devices/bus/a2bus/a2mockingboard.cpp +++ b/src/devices/bus/a2bus/a2mockingboard.cpp @@ -338,7 +338,7 @@ WRITE8_MEMBER( a2bus_ayboard_device::via2_out_b ) break; case 3: // BDIR=1, BC1=1 (latch) - m_ay2->data_w(m_porta2); + m_ay2->address_w(m_porta2); break; } } -- cgit v1.2.3