summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tlcs870/tlcs870.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tlcs870/tlcs870.cpp')
-rw-r--r--src/devices/cpu/tlcs870/tlcs870.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/tlcs870/tlcs870.cpp b/src/devices/cpu/tlcs870/tlcs870.cpp
index 94644a14eed..43a167f9427 100644
--- a/src/devices/cpu/tlcs870/tlcs870.cpp
+++ b/src/devices/cpu/tlcs870/tlcs870.cpp
@@ -340,7 +340,7 @@ TIMER_CALLBACK_MEMBER(tlcs870_device::tc2_cb)
void tlcs870_device::tc2_reload()
{
- m_tcx_timer[1]->adjust(cycles_to_attotime(5000)); // TODO: use real value
+ m_tcx_timer[1]->adjust(cycles_to_attotime(1500)); // TODO: use real value
}
void tlcs870_device::tc2_cancel()