summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/balsente.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/balsente.cpp')
-rw-r--r--src/mame/machine/balsente.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mame/machine/balsente.cpp b/src/mame/machine/balsente.cpp
index 465b2c5a27e..6a59c4231c3 100644
--- a/src/mame/machine/balsente.cpp
+++ b/src/mame/machine/balsente.cpp
@@ -333,11 +333,6 @@ WRITE8_MEMBER(balsente_state::acia_w)
m_acia->write(space, offset, (BIT(offset, 0) && data == 0xe0) ? 0 : data);
}
-WRITE_LINE_MEMBER(balsente_state::uint_w)
-{
- m_uint = bool(state);
-}
-
WRITE_LINE_MEMBER(balsente_state::uint_propagate_w)
{
if (state && BIT(m_counter_control, 5))