diff options
Diffstat (limited to 'src/devices/bus/a2bus/grappler.cpp')
| -rw-r--r-- | src/devices/bus/a2bus/grappler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/a2bus/grappler.cpp b/src/devices/bus/a2bus/grappler.cpp index c09ff95e8fc..933b9b3357f 100644 --- a/src/devices/bus/a2bus/grappler.cpp +++ b/src/devices/bus/a2bus/grappler.cpp @@ -785,7 +785,7 @@ void a2bus_grapplerplus_device::data_latched(u8 data) // generate strobe pulse after one clock cycle m_next_strobe = 0U; - if (!m_strobe_timer->enabled()) + if (!m_strobe_timer->running()) { LOG("Start strobe timer\n"); m_strobe_timer->adjust(attotime::from_ticks(7, clock())); |
