From 6711db7107329da894754887ec4ab426945455cb Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Fri, 20 May 2016 07:24:06 +0200 Subject: More gen_latch (nw) --- src/mame/machine/tigeroad.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mame/machine/tigeroad.cpp') diff --git a/src/mame/machine/tigeroad.cpp b/src/mame/machine/tigeroad.cpp index f142cf3c523..d19b4e11dba 100644 --- a/src/mame/machine/tigeroad.cpp +++ b/src/mame/machine/tigeroad.cpp @@ -113,7 +113,7 @@ void tigeroad_state::f1dream_protection_w(address_space &space) else if ((prevpc == 0x27f8) || (prevpc == 0x511a) || (prevpc == 0x5142) || (prevpc == 0x516a)) { /* The main CPU stuffs the byte for the soundlatch into 0xfffffd.*/ - soundlatch_byte_w(space,2,m_ram16[0x3ffc/2]); + m_soundlatch->write(space,2,m_ram16[0x3ffc/2]); } } -- cgit v1.2.3-70-g09d2