summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/bbc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/bbc.cpp')
-rw-r--r--src/mame/machine/bbc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/bbc.cpp b/src/mame/machine/bbc.cpp
index 4d35da5a3b4..eb8580f5499 100644
--- a/src/mame/machine/bbc.cpp
+++ b/src/mame/machine/bbc.cpp
@@ -699,7 +699,7 @@ READ8_MEMBER(bbc_state::via_system_portb_r)
WRITE8_MEMBER(bbc_state::via_system_portb_w)
{
- m_latch->write_nibble_d3(space, 0, data);
+ m_latch->write_nibble_d3(data);
/* Master only */
if (m_rtc)